summaryrefslogtreecommitdiff
path: root/fs/cramfs
AgeCommit message (Expand)AuthorFilesLines
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara1-1/+1
2023-10-18cramfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+6
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-1/+1
2023-08-10fs: open block device after superblock creationJan Kara1-2/+6
2023-07-13cramfs: convert to ctime accessor functionsJeff Layton1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-03fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton1-1/+1
2023-02-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+4
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-03cramfs: Kconfig: fix spelling & punctuationRandy Dunlap1-1/+1
2023-01-19mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-1/+1
2023-01-11fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco1-5/+4
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)1-13/+4
2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)2-7/+8
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-01-06cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro1-10/+8
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro1-7/+7
2019-11-24cramfs: fix usage on non-MTD deviceMaxime Bizon1-2/+2
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-30/+39
2019-09-05vfs: Convert cramfs to use the new mount APIDavid Howells1-30/+39
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds1-3/+4
2018-10-30Cramfs: trivial whitespace fixesNicolas Pitre1-2/+2
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-10-27cramfs: convert to use vmf_insert_mixedNicolas Pitre1-1/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-1/+1
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-22cramfs_lookup(): use d_splice_alias()Al Viro1-4/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre1-2/+1
2017-12-17cramfs: fix MTD dependencyArnd Bergmann1-0/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-18Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-66/+515
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-15cramfs: rehabilitate itNicolas Pitre1-3/+6
2017-10-15cramfs: add mmap supportNicolas Pitre1-0/+209
2017-10-15cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre2-20/+101
2017-10-15cramfs: direct memory access supportNicolas Pitre2-43/+199
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-14/+14