summaryrefslogtreecommitdiff
path: root/fs/cramfs
Commit message (Expand)AuthorAgeFilesLines
* fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton2023-03-021-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-02-241-5/+4
|\
| * fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco2023-01-101-5/+4
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | cramfs: Kconfig: fix spelling & punctuationRandy Dunlap2023-02-021-1/+1
| |/
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
|/
* cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)2022-08-021-13/+4
* cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
* cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro2021-01-051-10/+8
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* cramfs: switch to use of errofc() et.al.Al Viro2020-02-071-7/+7
* cramfs: fix usage on non-MTD deviceMaxime Bizon2019-11-231-2/+2
* Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-30/+39
|\
| * vfs: Convert cramfs to use the new mount APIDavid Howells2019-09-051-30/+39
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds2018-10-301-3/+4
|\
| * Cramfs: trivial whitespace fixesNicolas Pitre2018-10-301-2/+2
| * Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-10-301-1/+2
* | cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-261-1/+4
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-1/+1
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | | cramfs_lookup(): use d_splice_alias()Al Viro2018-05-221-4/+1
|/ /
* | cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
|/
* cramfs: better MTD dependency expressionNicolas Pitre2018-02-081-2/+1
* cramfs: fix MTD dependencyArnd Bergmann2017-12-171-0/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-173-66/+515
|\
| * cramfs: rehabilitate itNicolas Pitre2017-10-151-3/+6
| * cramfs: add mmap supportNicolas Pitre2017-10-151-0/+209
| * cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre2017-10-152-20/+101
| * cramfs: direct memory access supportNicolas Pitre2017-10-152-43/+199
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-042-14/+14
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-15/+15
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* fs/cramfs: code clean-upFabian Frederick2014-08-082-12/+15
* fs/cramfs: use pr_fmtFabian Frederick2014-08-082-8/+12
* fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-082-10/+10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | mm: remove read_cache_page_async()Sasha Levin2014-04-031-2/+1
|/
* cramfs: take headers to fs/cramfsAl Viro2014-01-253-5/+25
* cramfs: get rid of ->put_super()Al Viro2014-01-251-16/+12