aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-05-22adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro
2018-05-22adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro
2018-05-22romfs_lookup: switch to d_splice_alias()Al Viro
2018-05-22qnx6_lookup: switch to d_splice_alias()Al Viro
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro
2018-05-22sysv_lookup: use d_splice_alias()Al Viro
2018-05-22qnx4_lookup: use d_splice_alias()Al Viro
2018-05-22minix_lookup: use d_splice_alias()Al Viro
2018-05-22freevxfs_lookup(): use d_splice_alias()Al Viro
2018-05-22cramfs_lookup(): use d_splice_alias()Al Viro
2018-05-22bfs_add_entry: pass name/len as qstr pointerAl Viro
2018-05-22bfs_find_entry: pass name/len as qstr pointerAl Viro
2018-05-22bfs_lookup(): use d_splice_alias()Al Viro
2018-05-21Merge branch 'work.misc' into work.lookupAl Viro
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro
2018-05-21ext2: fix a block leakAl Viro
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21unfuck sysfs_mount()Al Viro
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches
2018-05-21befs_lookup(): use d_splice_alias()Al Viro
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro
2018-05-17vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich
2018-05-14make xattr_getsecurity() staticAl Viro
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro
2018-05-13get rid of dead code in d_find_alias()Al Viro
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-10it's SB_BORN, not MS_BORN...Al Viro
2018-04-20msdos_rmdir(): kill BS commentAl Viro
2018-04-19Don't leak MNT_INTERNAL away from internal mountsAl Viro
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa
2018-04-15orangefs_kill_sb(): deal with allocation failuresAl Viro
2018-04-15jffs2_kill_sb(): deal with failed allocationsAl Viro
2018-04-15fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan
2018-04-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-13btrfs: Only check first key for committed tree blocksQu Wenruo
2018-04-12cifs: change validate_buf to validate_iovRonnie Sahlberg
2018-04-12cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French
2018-04-12cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg