| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-13 | 1 | -4/+17 |
|\ |
|
| * | ovl: fix relatime for directories | Miklos Szeredi | 2017-09-05 | 1 | -4/+17 |
* | | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 2017-09-09 | 1 | -1/+1 |
* | | xfs: evict all inodes involved with log redo item | Darrick J. Wong | 2017-09-01 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-07-08 | 1 | -1/+1 |
|\ |
|
| * | fs: Reorder inode_owner_or_capable() to avoid needless | Kees Cook | 2017-06-30 | 1 | -1/+1 |
* | | mm: update callers to use HASH_ZERO flag | Pavel Tatashin | 2017-07-07 | 1 | -12/+2 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-03 | 1 | -4/+4 |
|\ \ |
|
| * | | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name | Ingo Molnar | 2017-06-20 | 1 | -4/+4 |
| |/ |
|
* / | fs: add fcntl() interface for setting/getting write life time hints | Jens Axboe | 2017-06-27 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-05-09 | 1 | -1/+2 |
|\ |
|
| * | fs: don't set *REFERENCED on single use objects | Josef Bacik | 2017-05-03 | 1 | -1/+2 |
* | | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances | Masahiro Yamada | 2017-05-09 | 1 | -1/+1 |
* | | fsnotify: Free fsnotify_mark_connector when there is no mark attached | Jan Kara | 2017-04-10 | 1 | -3/+0 |
* | | fsnotify: Move mark list head from object into dedicated structure | Jan Kara | 2017-04-10 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -3/+26 |
|\ |
|
| * | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-28 | 1 | -3/+3 |
| * | vfs: Add current_time() api | Deepa Dinamani | 2016-09-28 | 1 | -0/+23 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 1 | -0/+2 |
|\ \ |
|
| * | | vfs: Add IOP_XATTR inode operations flag | Andreas Gruenbacher | 2016-10-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge remote-tracking branch 'ovl/misc' into work.misc | Al Viro | 2016-10-08 | 1 | -6/+27 |
|\ \ |
|
| * | | vfs: update ovl inode before relatime check | Miklos Szeredi | 2016-09-16 | 1 | -6/+27 |
| |/ |
|
* | | Merge branch 'work.iget' into work.misc | Al Viro | 2016-10-08 | 1 | -7/+34 |
|\ \
| |/
|/| |
|
| * | iget_locked et.al.: make sure we don't return bad inodes | Al Viro | 2016-07-04 | 1 | -7/+34 |
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2016-08-07 | 1 | -4/+3 |
|\ \ |
|
| * \ | Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze... | Al Viro | 2016-08-03 | 1 | -4/+3 |
| |\ \ |
|
| | * | | vfs: make dentry_needs_remove_privs() internal | Miklos Szeredi | 2016-08-03 | 1 | -1/+0 |
| | * | | vfs: fix deadlock in file_remove_privs() on overlayfs | Miklos Szeredi | 2016-08-03 | 1 | -3/+3 |
| | |/ |
|
* | | | radix-tree: account nodes to memcg only if explicitly requested | Vladimir Davydov | 2016-08-02 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-07-30 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | vfs: Don't modify inodes with a uid or gid unknown to the vfs | Eric W. Biederman | 2016-07-05 | 1 | -0/+7 |
| |/ |
|
* / | fs/fs-writeback.c: add a new writeback list for sync | Dave Chinner | 2016-07-27 | 1 | -0/+2 |
|/ |
|
* | parallel lookups: actual switch to rwsem | Al Viro | 2016-05-03 | 1 | -6/+6 |
* | parallel lookups machinery, part 2 | Al Viro | 2016-05-03 | 1 | -0/+1 |
* | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 2016-03-31 | 1 | -2/+2 |
* | writeback: initialize inode members that track writeback history | Tahsin Erdogan | 2016-02-16 | 1 | -0/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-23 | 1 | -4/+4 |
|\ |
|
| * | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -4/+4 |
* | | dax: support dirty DAX entries in radix tree | Ross Zwisler | 2016-01-23 | 1 | -1/+1 |
|/ |
|
* | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-15 | 1 | -1/+1 |
* | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2016-01-13 | 1 | -1/+1 |
|\ |
|
| * | locks: pass inode pointer to locks_free_lock_context | Jeff Layton | 2016-01-08 | 1 | -1/+1 |
* | | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-09 | 1 | -0/+6 |
|/ |
|
* | fs/inode.c: fix kernel-doc warning | Randy Dunlap | 2015-11-10 | 1 | -0/+1 |
* | inode: don't softlockup when evicting inodes | Josef Bacik | 2015-08-18 | 1 | -0/+14 |
* | inode: rename i_wb_list to i_io_list | Dave Chinner | 2015-08-18 | 1 | -4/+4 |
* | inode: convert inode_sb_list_lock to per-sb | Dave Chinner | 2015-08-18 | 1 | -15/+13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-05 | 1 | -20/+46 |
|\ |
|
| * | vfs: avoid creation of inode number 0 in get_next_ino | Carlos Maiolino | 2015-07-01 | 1 | -1/+5 |