aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+26
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-0/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscGravatar Al Viro 1-6/+27
2016-10-08Merge branch 'work.iget' into work.miscGravatar Al Viro 1-7/+34
2016-10-07vfs: Add IOP_XATTR inode operations flagGravatar Andreas Gruenbacher 1-0/+2
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-3/+3
2016-09-27vfs: Add current_time() apiGravatar Deepa Dinamani 1-0/+23
2016-09-16vfs: update ovl inode before relatime checkGravatar Miklos Szeredi 1-6/+27
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+3
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Gravatar Al Viro 1-4/+3
2016-08-03vfs: make dentry_needs_remove_privs() internalGravatar Miklos Szeredi 1-1/+0
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsGravatar Miklos Szeredi 1-3/+3
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedGravatar Vladimir Davydov 1-1/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+7
2016-07-26fs/fs-writeback.c: add a new writeback list for syncGravatar Dave Chinner 1-0/+2
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsGravatar Eric W. Biederman 1-0/+7
2016-07-03iget_locked et.al.: make sure we don't return bad inodesGravatar Al Viro 1-7/+34
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-6/+6
2016-05-02parallel lookups machinery, part 2Gravatar Al Viro 1-0/+1
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-2/+2
2016-02-16writeback: initialize inode members that track writeback historyGravatar Tahsin Erdogan 1-0/+6
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2016-01-22dax: support dirty DAX entries in radix treeGravatar Ross Zwisler 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2016-01-08locks: pass inode pointer to locks_free_lock_contextGravatar Jeff Layton 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+6
2015-11-09fs/inode.c: fix kernel-doc warningGravatar Randy Dunlap 1-0/+1
2015-08-18inode: don't softlockup when evicting inodesGravatar Josef Bacik 1-0/+14
2015-08-17inode: rename i_wb_list to i_io_listGravatar Dave Chinner 1-4/+4
2015-08-17inode: convert inode_sb_list_lock to per-sbGravatar Dave Chinner 1-15/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-20/+46
2015-06-30vfs: avoid creation of inode number 0 in get_next_inoGravatar Carlos Maiolino 1-1/+5
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2015-06-23fs: Call security_ops->inode_killpriv on truncateGravatar Jan Kara 1-3/+2
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingGravatar Jan Kara 1-12/+32
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Gravatar Jan Kara 1-5/+8
2015-06-23fs: Fix S_NOSEC handlingGravatar Jan Kara 1-2/+2
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksGravatar Tejun Heo 1-0/+1
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.Gravatar NeilBrown 1-9/+21
2015-05-10libfs: simple_follow_link()Gravatar Al Viro 1-0/+1
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 1-14/+0
2015-04-15VFS: fs/inode.c helpers: d_inode() annotationsGravatar David Howells 1-3/+3
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-16/+90
2015-02-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+7
2015-02-12list_lru: add helpers to isolate itemsGravatar Vladimir Davydov 1-4/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Gravatar Vladimir Davydov 1-4/+3
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+0
2015-02-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0