aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+17
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-1/+1
2017-09-05ovl: fix relatime for directoriesGravatar Miklos Szeredi 1-4/+17
2017-09-01xfs: evict all inodes involved with log redo itemGravatar Darrick J. Wong 1-0/+1
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-07-06mm: update callers to use HASH_ZERO flagGravatar Pavel Tatashin 1-12/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessGravatar Kees Cook 1-1/+1
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsGravatar Jens Axboe 1-0/+1
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameGravatar Ingo Molnar 1-4/+4
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-05-03fs: don't set *REFERENCED on single use objectsGravatar Josef Bacik 1-1/+2
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-3/+0
2017-04-10fsnotify: Move mark list head from object into dedicated structureGravatar Jan Kara 1-3/+3
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