aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-4/+4
2007-01-05[PATCH] adfs: fix filename handlingJames Bursa1-1/+1
2006-12-08[PATCH] struct path: convert adfsJosef Sipek1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-08-14[PATCH] adfs error message fixAndrew Morton1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1