aboutsummaryrefslogtreecommitdiff
path: root/fs/cramfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27fs,block: yield devices earlyGravatar Christian Brauner 1-1/+1
2024-02-25bdev: open block device as filesGravatar Christian Brauner 1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+2
2023-10-28fs: Convert to bdev_open_by_dev()Gravatar Jan Kara 1-1/+1
2023-10-18cramfs: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+6
2023-08-11fs: use the super_block as holder when mounting file systemsGravatar Christoph Hellwig 1-1/+1
2023-08-10fs: open block device after superblock creationGravatar Jan Kara 1-2/+6
2023-07-13cramfs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-02fs/cramfs/inode.c: initialize file_ra_stateGravatar Andrew Morton 1-1/+1
2023-02-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+4
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-02cramfs: Kconfig: fix spelling & punctuationGravatar Randy Dunlap 1-1/+1
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...Gravatar David Hildenbrand 1-1/+1
2023-01-10fs/cramfs: Convert kmap() to kmap_local_data()Gravatar Fabio M. De Francesco 1-5/+4
2022-08-02cramfs: read_mapping_page() is synchronousGravatar Matthew Wilcox (Oracle) 1-13/+4
2022-05-09cramfs: Convert cramfs to read_folioGravatar Matthew Wilcox (Oracle) 2-7/+8
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-1/+1
2021-01-05cramfs: use %pD instead of messing with file_dentry()->d_nameGravatar Al Viro 1-10/+8
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-02-07cramfs: switch to use of errofc() et.al.Gravatar Al Viro 1-7/+7
2019-11-23cramfs: fix usage on non-MTD deviceGravatar Maxime Bizon 1-2/+2
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-30/+39
2019-09-05vfs: Convert cramfs to use the new mount APIGravatar David Howells 1-30/+39
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxGravatar Linus Torvalds 1-3/+4
2018-10-30Cramfs: trivial whitespace fixesGravatar Nicolas Pitre 1-2/+2
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurGravatar Nicolas Pitre 1-1/+2
2018-10-26cramfs: convert to use vmf_insert_mixedGravatar Nicolas Pitre 1-1/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-22cramfs_lookup(): use d_splice_alias()Gravatar Al Viro 1-4/+1
2018-05-21cramfs: Fix IS_ENABLED typoGravatar Joe Perches 1-1/+1
2018-02-08cramfs: better MTD dependency expressionGravatar Nicolas Pitre 1-2/+1
2017-12-17cramfs: fix MTD dependencyGravatar Arnd Bergmann 1-0/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2017-11-17Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-66/+515
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-15cramfs: rehabilitate itGravatar Nicolas Pitre 1-3/+6
2017-10-15cramfs: add mmap supportGravatar Nicolas Pitre 1-0/+209
2017-10-15cramfs: implement uncompressed and arbitrary data block positioningGravatar Nicolas Pitre 2-20/+101
2017-10-15cramfs: direct memory access supportGravatar Nicolas Pitre 2-43/+199
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 2-14/+14
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-15/+15