summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)AuthorLines
2010-05-21vfs: Add inode uid,gid,mode init helperDmitry Monakhov-0/+20
2010-05-21fs: inode.c use atomic_inc_return in __igetRichard Kennedy-4/+2
2010-04-12security: remove dead hook inode_deleteEric Paris-2/+0
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig-3/+0
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig-1/+0
2009-12-17kill I_LOCKChristoph Hellwig-13/+13
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar-10/+0
2009-09-24vfs: optimize touch_time() tooAndi Kleen-20/+23
2009-09-24vfs: optimization for touch_atime()Andi Kleen-10/+10
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara-2/+19
2009-09-24fs/inode.c: add dev-id and inode number for debugging in init_special_inode()Manish Katiyar-2/+3
2009-09-23fs: turn iprune_mutex into rwsemNick Piggin-7/+12
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan-1/+1
2009-09-22fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara-6/+8
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe-3/+1
2009-08-07vfs: add __destroy_inodeChristoph Hellwig-3/+7
2009-08-07vfs: fix inode_init_always calling conventionChristoph Hellwig-13/+17
2009-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+10
2009-06-24add caching of ACLs in struct inodeAl Viro-0/+10
2009-06-22vfs: Set special lockdep map for dirs only if not set by fsJan Kara-6/+11
2009-06-12trivial: fs/inode: Fix typo in file_update_time nanodocWolfram Sang-1/+1
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de-1/+1
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris-0/+1
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris-0/+9
2009-06-06integrity: fix IMA inode leakHugh Dickins-0/+1
2009-06-06ext3/4 with synchronous writes gets wedged by PostfixAl Viro-6/+25
2009-05-09Make checkpatch.pl shut up on fs/inode.cManish Katiyar-46/+35
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi-36/+0
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+2
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-2/+2
2009-03-27fs: avoid I_NEW inodesNick Piggin-0/+2
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-7/+17
2009-03-26Allow relatime to update atime once a dayMatthew Garrett-9/+38
2009-03-26vfs: Use lowercase names of quota functionsJan Kara-2/+2
2009-03-24Merge branch 'master' into nextJames Morris-0/+7
2009-03-12fs: new inode i_state corruption fixNick Piggin-0/+7
2009-02-06Merge branch 'master' into nextJames Morris-6/+68
2009-02-06integrity: IMA hooksMimi Zohar-7/+17
2009-01-09partial revert of asynchronous inode deleteArjan van de Ven-12/+7
2009-01-07async: make the final inode deletion an asynchronous eventArjan van de Ven-7/+13
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap-4/+4
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins-2/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro-0/+2
2008-12-31nfsd/create race fixes, infrastructureAl Viro-0/+59
2008-11-10fs: xfs needs inode_wait to be exportedStephen Rothwell-0/+1
2008-10-30Inode: export symbol destroy_inodeChristoph Hellwig-0/+1
2008-10-30Inode: Allow external list initialisationDavid Chinner-21/+46
2008-10-30Inode: Allow external initialisersDavid Chinner-62/+78
2008-08-15fs/inode.c: properly init address_space->writeback_indexChris Mason-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1