aboutsummaryrefslogtreecommitdiff
path: root/fs/cramfs
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-08-08fs/cramfs: code clean-upGravatar Fabian Frederick 2-12/+15
2014-08-08fs/cramfs: use pr_fmtGravatar Fabian Frederick 2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Gravatar Fabian Frederick 2-10/+10
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm: remove read_cache_page_async()Gravatar Sasha Levin 1-2/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-25cramfs: take headers to fs/cramfsGravatar Al Viro 3-5/+25
2014-01-25cramfs: get rid of ->put_super()Gravatar Al Viro 1-16/+12
2013-11-13cramfs: mark as obsoleteGravatar Michael Opdenacker 1-1/+4
2013-06-29[readdir] convert f2fsGravatar Al Viro 1-13/+8
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2