summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-4/+4
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-1/+1
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-121-1/+1
|\
| * locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+6
|/
* fs/inode.c: fix kernel-doc warningRandy Dunlap2015-11-091-0/+1
* inode: don't softlockup when evicting inodesJosef Bacik2015-08-181-0/+14
* inode: rename i_wb_list to i_io_listDave Chinner2015-08-171-4/+4
* inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-15/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-20/+46
|\
| * vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino2015-06-301-1/+5
| * fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-231-3/+2
| * fs: Provide function telling whether file_remove_privs() will do anythingJan Kara2015-06-231-12/+32
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-5/+8
| * fs: Fix S_NOSEC handlingJan Kara2015-06-231-2/+2
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\ \ | |/ |/|
| * writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-021-0/+1
* | VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown2015-05-151-9/+21
* | libfs: simple_follow_link()Al Viro2015-05-101-0/+1
|/
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-14/+0
* VFS: fs/inode.c helpers: d_inode() annotationsDavid Howells2015-04-151-3/+3
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-16/+90
|\
| * vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+50
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-16/+40
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-8/+7
|\ \
| * | list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-4/+4
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-4/+3
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-13/+0
|\ \ \ | |/ / |/| |
| * | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-13/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-1/+0
|\ \
| * | rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-1/+0
| |/
* | locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2015-01-161-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-3/+8
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-101-3/+8
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
* | vfs: Remove i_dquot field from inodeJan Kara2014-11-101-3/+0
|/
* 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
OpenPOWER on IntegriCloud