aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-15fs/inode.c: properly init address_space->writeback_indexGravatar Chris Mason 1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26mm: spinlock tree_lockGravatar Nick Piggin 1-1/+1
2008-05-06VFS: fix unused variable warningGravatar Linus Torvalds 1-2/+0
2008-05-06[PATCH] kill ->put_inodeGravatar Christoph Hellwig 1-3/+0
2008-04-29fs/inode.c: use hlist_for_each_entry()Gravatar Matthias Kaehlcke 1-4/+2
2008-04-19[PATCH] r/o bind mounts: write count for file_update_time()Gravatar Dave Hansen 1-1/+5
2008-04-19[PATCH] r/o bind mounts: write counts for touch_atime()Gravatar Dave Hansen 1-25/+20
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteGravatar David Howells 1-4/+0
2008-01-28ext4: Add inode version support in ext4Gravatar Jean Noel Cordenner 1-17/+0
2008-01-28vfs: Add 64 bit i_version supportGravatar Jean Noel Cordenner 1-0/+22
2007-10-17introduce I_SYNCGravatar Joern Engel 1-12/+12
2007-10-17fs: remove the unused mempages parameterGravatar Denis Cheng 1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16lockdep: fixup the inode dir annotationGravatar Peter Zijlstra 1-9/+9
2007-10-14lockdep: annotate dir vs file i_mutexGravatar Peter Zijlstra 1-0/+12
2007-10-15lockdep: per filesystem inode lock classGravatar Peter Zijlstra 1-3/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+1
2007-07-17mm: clean up and kernelify shrinker registrationGravatar Rusty Russell 1-1/+6
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 1-2/+8
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08inode numbering: make static counters in new_inode and iunique be 32 bitsGravatar Jeff Layton 1-2/+12
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 1-1/+1
2007-05-08make iunique use a do/while loop rather than its obscure goto loopGravatar Jeffrey Layton 1-14/+10
2007-05-08vfs: remove superflous sb == NULL checksGravatar Christoph Hellwig 1-2/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-3/+3
2007-02-12[PATCH] move remove_dquot_ref to dqout.cGravatar Christoph Hellwig 1-27/+0
2007-02-11[PATCH] remove invalidate_inode_pages()Gravatar Andrew Morton 1-1/+2
2007-02-11[PATCH] igrab() should check for I_CLEARGravatar Jan Blunck 1-1/+1
2007-02-11[PATCH] avoid one conditional branch in touch_atime()Gravatar Eric Dumazet 1-3/+1
2006-12-13[PATCH] relative atimeGravatar Valerie Henson 1-4/+18
2006-12-13[PATCH] touch_atime() cleanupGravatar Andrew Morton 1-10/+11
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-1/+1
2006-12-07[PATCH] proper prototype for remove_inode_dquot_ref()Gravatar Adrian Bunk 1-3/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-19[PATCH] Take i_mutex in splice_from_pipe()Gravatar Mark Fasheh 1-0/+36
2006-10-10[PATCH] fs/inode.c NULL noise removalGravatar Al Viro 1-1/+1
2006-10-02[PATCH] fs/inode.c tweaksGravatar Andreas Mohr 1-6/+8
2006-09-30[PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6]Gravatar David Howells 1-21/+0
2006-09-29[PATCH] fs.h: ifdef security fieldsGravatar Alexey Dobriyan 1-1/+0
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionGravatar Theodore Ts'o 1-1/+1
2006-09-27[PATCH] inode-diet: Move i_bdev into a unionGravatar Theodore Ts'o 1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+0
2006-06-30[PATCH] Light weight event countersGravatar Christoph Lameter 1-5/+4
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-04-02BUG_ON() Conversion in fs/inode.cGravatar Eric Sesterhenn 1-10/+5