summaryrefslogtreecommitdiff
path: root/fs/adfs
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-21fs/adfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20adfs: drop vmtruncateMarco Stornelli1-5/+10
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert adfs to use kuid and kgid where appropriateEric W. Biederman3-12/+17
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton1-1/+1
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales5-26/+81
2011-03-22adfs: improve timestamp precisionStuart Swales1-21/+19
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2-21/+84
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-02adfs: remove the big kernel lockArnd Bergmann4-25/+1
2011-01-12switch adfsAl Viro2-3/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-3/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+1
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-1/+2
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+4
2009-09-24adfs: remove redundant test on unsignedRoel Kluin1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-17Cleanup of adfs headersAl Viro8-59/+57
2009-06-11Fix adfs GET_FRAG_ID() on big-endianAl Viro1-1/+1
2009-06-11repair adfs ->write_inode(), switch to simple_fsync()Al Viro6-6/+48
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-04-02fs/adfs: return f_fsid for statfs(2)Coly Li1-6/+10
2009-03-27constify dentry_operations: misc filesystemsAl Viro2-2/+2
2009-01-22fs/Kconfig: move adfs outAlexey Dobriyan1-0/+27
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-29adfs: work around bogus sparse warningHarvey Harrison1-2/+2