aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAge
* trim includes in inode.cAl Viro2012-03-20
* switch touch_atime to struct pathAl Viro2012-03-20
* vfs: turn generic_drop_inode() into static inlineAl Viro2012-03-20
* restore smp_mb() in unlock_new_inode()Al Viro2012-03-10
* vfs: Correctly set the dir i_mutex lockdep classTyler Hicks2012-03-10
* vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-13
* vfs: remove printk from set_nlink()Miklos Szeredi2012-01-17
* mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov2012-01-10
* vfs: count unlinked inodesMiklos Szeredi2012-01-06
* switch inode_init_owner() to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* vfs: mnt_drop_write_file()Al Viro2012-01-03
* vfs: protect i_nlinkMiklos Szeredi2011-11-02
* vfs: fix spinning prevention in prune_icache_sbChristoph Hellwig2011-10-28
* lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer2011-08-25
* vfs: optimize inode cache access patternsLinus Torvalds2011-08-07
* vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet2011-08-01
* vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2011-08-01
* vfs: conditionally call inode_wb_list_del()Eric Dumazet2011-08-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-26
|\
| * vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-26
|\ \ | |/ |/|
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-07
* | fs: kill i_alloc_semChristoph Hellwig2011-07-20
* | inode: remove iprune_semDave Chinner2011-07-20
* | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-20
* | inode: move to per-sb LRU locksDave Chinner2011-07-20
* | inode: Make unused inode LRU per superblockDave Chinner2011-07-20
* | inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner2011-07-20
* | kill useless checks for sb->s_op == NULLAl Viro2011-07-20
* | mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-27
|/
* fs: cosmetic inode.c cleanupsChristoph Hellwig2011-05-27
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-25
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-25
* fs: add missing prefetch.h includeHeiko Carstens2011-05-22
* fs: export empty_aopsJens Axboe2011-04-05
* fs: fix inode.c kernel-doc warningRandy Dunlap2011-03-27
* fs: simplify iget & friendsChristoph Hellwig2011-03-24
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-24
* fs: move i_wb_list out from under inode_lockDave Chinner2011-03-24
* fs: move i_sb_list out from under inode_lockDave Chinner2011-03-24
* fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-24
* fs: Lock the inode LRU list separatelyDave Chinner2011-03-24
* fs: factor inode disposalDave Chinner2011-03-24
* fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-24
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-23
* userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2011-03-23
* fs/inode: Fix kernel-doc format for inode_init_ownerBen Hutchings2011-03-21
* prune back iprune_semChristoph Hellwig2011-03-16