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-10-101-3/+26
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-3/+3
| * vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+23
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-0/+2
|\ \
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-0/+2
| |/
* | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-081-6/+27
|\ \
| * | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-6/+27
| |/
* | Merge branch 'work.iget' into work.miscAl Viro2016-10-081-7/+34
|\ \ | |/ |/|
| * iget_locked et.al.: make sure we don't return bad inodesAl Viro2016-07-031-7/+34
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-4/+3
|\ \
| * \ Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-031-4/+3
| |\ \
| | * | vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2016-08-031-1/+0
| | * | vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi2016-08-031-3/+3
| | |/
* | | radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-021-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-0/+7
|\ \ \ | |/ / |/| |
| * | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-0/+7
| |/
* | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+2
|/
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-6/+6
* parallel lookups machinery, part 2Al Viro2016-05-021-0/+1
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+2
* writeback: initialize inode members that track writeback historyTahsin Erdogan2016-02-161-0/+6
* 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
OpenPOWER on IntegriCloud