aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cramfs
AgeCommit message (Expand)Author
2017-12-17cramfs: fix MTD dependencyArnd Bergmann
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-15cramfs: rehabilitate itNicolas Pitre
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
2014-01-25cramfs: take headers to fs/cramfsAl Viro
2014-01-25cramfs: get rid of ->put_super()Al Viro
2013-11-13cramfs: mark as obsoleteMichael Opdenacker
2013-06-29[readdir] convert f2fsAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-02-21cramfs: Fix typo in inode.cMasanari Iida
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2011-07-17cramfs: get_cramfs_inode() returns ERR_PTR() on failureAl Viro
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold
2010-10-29new helper: mount_bdev()Al Viro
2010-08-18cramfs: only unlock new inodesAlexander Shishkin
2010-08-09simplify get_cramfs_inode()Al Viro
2009-04-02fs/cramfs: return f_fsid for statfs(2)Coly Li
2009-04-02cramfs: propagate uncompression errorsDavid VomLehn
2009-01-22fs/Kconfig: move cramfs outAlexey Dobriyan
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-08-20cramfs: fix named-pipe handlingAl Viro
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2007-10-18fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes
2007-10-18fs/cramfs/inode.c: remove unused variableAndi Drebes
2007-10-17cramfs: error message about endianessAndi Drebes
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven