aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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
2008-02-08mount options: fix adfsMiklos Szeredi1-2/+24
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16fs: adfs convert to new aopsNick Piggin1-5/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1