aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cramfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26cramfs: 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/arnd/playgroundLinus Torvalds1-1/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-1/+1
2018-06-05vfs: 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-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-17Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-15/+15
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-08fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-2/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25cramfs: take headers to fs/cramfsAl Viro3-5/+25
2014-01-25cramfs: get rid of ->put_super()Al Viro1-16/+12
2013-11-13cramfs: mark as obsoleteMichael Opdenacker1-1/+4
2013-06-29[readdir] convert f2fsAl Viro1-13/+8
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-02-21cramfs: Fix typo in inode.cMasanari Iida1-3/+3
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-2/+1
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-07-17cramfs: get_cramfs_inode() returns ERR_PTR() on failureAl Viro1-10/+12
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold1-41/+69
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-18cramfs: only unlock new inodesAlexander Shishkin1-1/+1
2010-08-09simplify get_cramfs_inode()Al Viro1-50/+38
2009-04-02fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02cramfs: propagate uncompression errorsDavid VomLehn2-11/+27