summaryrefslogtreecommitdiff
path: root/fs/cramfs/inode.c
AgeCommit message (Expand)Author
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara
2023-10-18cramfs: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
2023-08-10fs: open block device after superblock creationJan Kara
2023-07-13cramfs: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-02fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton
2023-02-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2023-01-10fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)
2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-01-05cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro
2019-11-23cramfs: fix usage on non-MTD deviceMaxime Bizon
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-05vfs: Convert cramfs to use the new mount APIDavid Howells
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds
2018-10-30Cramfs: trivial whitespace fixesNicolas Pitre
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre
2018-10-26cramfs: convert to use vmf_insert_mixedNicolas Pitre
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-22cramfs_lookup(): use d_splice_alias()Al Viro
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-15cramfs: add mmap supportNicolas Pitre
2017-10-15cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre
2017-10-15cramfs: direct memory access supportNicolas Pitre
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick
2014-08-08fs/cramfs: code clean-upFabian Frederick
2014-08-08fs/cramfs: use pr_fmtFabian Frederick
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm: remove read_cache_page_async()Sasha Levin
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o