aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-101-3/+4
* inode: move inode to a different list inside lockGlauber Costa2013-09-101-1/+1
* inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-101-105/+70
* shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-2/+5
* fs: bump inode and dentry counters to longGlauber Costa2013-09-101-9/+9
* constify touch_atime()Al Viro2013-09-031-1/+1
* allow the temp files created by open() to be linked toAl Viro2013-06-291-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * pipe: fold file_operations instances in oneAl Viro2013-04-091-1/+1
* | vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-131-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-12/+7
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* mm: redefine address_space.assoc_mappingRafael Aquini2012-12-111-1/+1
* writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-261-2/+14
* 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