aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAge
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-08
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-10
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-24
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-04
|\ \
| * | vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields2014-04-01
| |/
* / mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-09
* vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields2013-11-09
* vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields2013-11-09
* vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-09
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-09
* fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-10
* inode: move inode to a different list inside lockGlauber Costa2013-09-10
* inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-10
* shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-10
* fs: bump inode and dentry counters to longGlauber Costa2013-09-10
* constify touch_atime()Al Viro2013-09-03
* allow the temp files created by open() to be linked toAl Viro2013-06-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * pipe: fold file_operations instances in oneAl Viro2013-04-09
* | vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-13
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* mm: redefine address_space.assoc_mappingRafael Aquini2012-12-11
* writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-26
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * fs: Skip atime update on frozen filesystemJan Kara2012-07-31
| * fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara2012-07-31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-26
|\ \ | |/ |/|
| * Btrfs: don't update atime on RO subvolumesAlexander Block2012-07-23
* | vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-01
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-01
| * fs: move file_remove_suid() to fs/inode.cCong Wang2012-05-30
| * fs: fix inode.c kernel-doc warningsRandy Dunlap2012-05-29
* | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-31
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-28
|\
| * writeback: Avoid iput() from flusher threadJan Kara2012-05-06
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
| * vfs: Move waiting for inode writeback from end_writeback() to evict_inode()Jan Kara2012-05-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-24
|\ \
| * | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-24
| |/
* | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman2012-05-03
* | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-07
|/
* trim includes in inode.cAl Viro2012-03-20
* switch touch_atime to struct pathAl Viro2012-03-20