summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs_lookup: use d_splice_alias()Al Viro2018-05-221-28/+15
* sysv_lookup: use d_splice_alias()Al Viro2018-05-221-7/+2
* qnx4_lookup: use d_splice_alias()Al Viro2018-05-221-6/+2
* minix_lookup: use d_splice_alias()Al Viro2018-05-221-6/+2
* freevxfs_lookup(): use d_splice_alias()Al Viro2018-05-221-6/+2
* cramfs_lookup(): use d_splice_alias()Al Viro2018-05-221-4/+1
* bfs_add_entry: pass name/len as qstr pointerAl Viro2018-05-221-11/+7
* bfs_find_entry: pass name/len as qstr pointerAl Viro2018-05-221-10/+8
* bfs_lookup(): use d_splice_alias()Al Viro2018-05-221-6/+1
* Merge branch 'work.misc' into work.lookupAl Viro2018-05-2112-98/+45
|\
| * vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich2018-05-181-3/+1
| * fs.h: fix outdated comment about file flagsLi Qiang2018-05-181-1/+1
| * __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| * make xattr_getsecurity() staticAl Viro2018-05-142-3/+1
| * vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
| * get rid of dead code in d_find_alias()Al Viro2018-05-131-49/+34
| * it's SB_BORN, not MS_BORN...Al Viro2018-05-101-1/+1
| * msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
| * remove rpc_rmdir()Al Viro2018-04-162-18/+0
| * fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss2018-04-161-3/+3
* | aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-211-2/+2
* | ext2: fix a block leakAl Viro2018-05-211-10/+0
* | nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+22
* | cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
* | unfuck sysfs_mount()Al Viro2018-05-211-3/+3
* | kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
* | cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
* | befs_lookup(): use d_splice_alias()Al Viro2018-05-211-12/+5
* | affs_lookup: switch to d_splice_alias()Al Viro2018-05-211-6/+5
* | affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-211-3/+7
* | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
* | fs: don't scan the inode cache before SB_BORN is setDave Chinner2018-05-111-6/+24
* | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-1114-72/+57
* | iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov2018-05-021-1/+1
* | iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov2018-05-021-1/+1
* | Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-04-201-1/+2
* | mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa2018-04-163-8/+29
* | rpc_pipefs: fix double-dput()Al Viro2018-04-161-0/+1
* | orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-161-0/+5
* | jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-161-1/+1
* | hypfs_kill_super(): deal with failed allocationsAl Viro2018-04-161-1/+1
|/
* Linux 4.17-rc1v4.17-rc1Linus Torvalds2018-04-161-2/+2
* Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1694-1234/+277
|\
| * btrfs: Only check first key for committed tree blocksQu Wenruo2018-04-131-0/+8
| * btrfs: add SPDX header to KconfigDavid Sterba2018-04-121-0/+2
| * btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-1258-750/+65
| * btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-1235-475/+133
| * Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana2018-04-121-5/+58
| * Btrfs: clean up resources during umount after trans is abortedLiu Bo2018-04-121-1/+2
| * btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-04-051-0/+1