summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-0/+1
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+0
* fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-101-3/+7
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+31
|\
| * ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-241-0/+31
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-041-13/+12
|\ \
| * | vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields2014-04-011-13/+12
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
|/
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-1/+5
* vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields2013-11-091-2/+2
* vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields2013-11-091-5/+5
* vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-091-0/+36
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-091-14/+6
* 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
OpenPOWER on IntegriCloud