summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-4/+8
|\
| * fs: Skip atime update on frozen filesystemJan Kara2012-07-311-2/+6
| * fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara2012-07-311-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-261-0/+2
|\ \ | |/ |/|
| * Btrfs: don't update atime on RO subvolumesAlexander Block2012-07-231-0/+2
* | vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-18/+106
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-16/+40
| * fs: move file_remove_suid() to fs/inode.cCong Wang2012-05-301-0/+65
| * fs: fix inode.c kernel-doc warningsRandy Dunlap2012-05-291-2/+1
* | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-0/+47
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-4/+11
|\
| * writeback: Avoid iput() from flusher threadJan Kara2012-05-061-1/+7
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-3/+3
| * vfs: Move waiting for inode writeback from end_writeback() to evict_inode()Jan Kara2012-05-061-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-0/+2
|\ \
| * | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-0/+2
| |/
* | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman2012-05-031-3/+3
* | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-071-4/+2
|/
* trim includes in inode.cAl Viro2012-03-201-11/+1
* switch touch_atime to struct pathAl Viro2012-03-201-2/+3
* vfs: turn generic_drop_inode() into static inlineAl Viro2012-03-201-11/+0
* restore smp_mb() in unlock_new_inode()Al Viro2012-03-101-0/+1
* vfs: Correctly set the dir i_mutex lockdep classTyler Hicks2012-03-101-2/+1
* vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-4/+4
* vfs: remove printk from set_nlink()Miklos Szeredi2012-01-171-3/+0
* mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov2012-01-101-0/+2
* vfs: count unlinked inodesMiklos Szeredi2012-01-061-0/+85
* switch inode_init_owner() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-2/+1
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* vfs: protect i_nlinkMiklos Szeredi2011-11-021-1/+1
* vfs: fix spinning prevention in prune_icache_sbChristoph Hellwig2011-10-281-1/+1
* lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer2011-08-251-9/+15
* vfs: optimize inode cache access patternsLinus Torvalds2011-08-061-0/+1
* vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet2011-08-011-1/+2
* vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2011-08-011-3/+3
* vfs: conditionally call inode_wb_list_del()Eric Dumazet2011-08-011-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-261-9/+30
|\
| * vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-261-9/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-3/+2
|\ \ | |/ |/|
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-081-3/+2
* | fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+1
* | inode: remove iprune_semDave Chinner2011-07-201-21/+0
* | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-201-108/+9
* | inode: move to per-sb LRU locksDave Chinner2011-07-201-14/+13
* | inode: Make unused inode LRU per superblockDave Chinner2011-07-201-11/+80
* | inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner2011-07-201-5/+11
* | kill useless checks for sb->s_op == NULLAl Viro2011-07-201-1/+1