summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-11-13Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
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/t...Linus Torvalds64-501/+1514
2014-04-03mm: remove read_cache_page_async()Sasha Levin4-54/+25
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2014-01-25cramfs: take headers to fs/cramfsAl Viro7-35/+23
2014-01-25cramfs: get rid of ->put_super()Al Viro1-16/+12
2013-11-13cramfs: mark as obsoleteMichael Opdenacker2-2/+5
2013-06-29[readdir] convert f2fsAl Viro2-35/+22
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman2-3/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds186-4141/+5360
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-02-21cramfs: Fix typo in inode.cMasanari Iida1-3/+3
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro375-1471/+1008
2012-01-04fs: propagate umode_t, misc bitsAl Viro9-17/+17
2012-01-04fs: move code out of buffer.cAl Viro28-83/+40
2011-07-18cramfs: 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 Viro31-161/+150
2010-08-18cramfs: only unlock new inodesAlexander Shishkin1-1/+1
2010-08-09simplify get_cramfs_inode()Al Viro1-50/+38
2009-04-03fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03cramfs: propagate uncompression errorsDavid VomLehn2-11/+27
2009-01-22fs/Kconfig: move cramfs outAlexey Dobriyan2-20/+20
2009-01-05zero i_uid/i_gid on inode allocationAl Viro31-66/+2
2008-08-20cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-04-19fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox5-5/+0
2007-10-18fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes1-3/+3
2007-10-18fs/cramfs/inode.c: remove unused variableAndi Drebes1-2/+1
2007-10-17cramfs: error message about endianessAndi Drebes2-1/+11
2007-05-07mm: make read_cache_page synchronousNick Piggin24-146/+71
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek58-75/+75
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven57-100/+100
2006-12-08[PATCH] struct path: convert cramfsJosef Sipek1-1/+1
2006-12-07[PATCH] corrupted cramfs filesystems cause kernel oopsPhillip Lougher1-0/+2
2006-09-29[PATCH] cramfs: make cramfs_uncompress_exit() return voidAlexey Dobriyan2-3/+2
2006-09-29[PATCH] cramfs: rewrite init_cramfs_fs()Alexey Dobriyan1-2/+9
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o80-125/+21
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris35-84/+43
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig89-121/+121
[next]