aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-31f2fs: remove unmatched zero_user_segment when convert inline dentryYunlong Song1-1/+0
2018-05-31f2fs: introduce private inode status mappingChao Yu5-45/+88
2018-05-31f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim1-2/+11
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang4-12/+10
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong5-10/+37
2018-05-31fs: iomap dio set bio prio from kiocb prioAdam Manzanares1-0/+1
2018-05-31fs: blkdev set bio prio from kiocb prioAdam Manzanares1-0/+2
2018-05-31fs: Add aio iopriority supportAdam Manzanares1-0/+16
2018-05-31fs: Convert kiocb rw_hint from enum to u16Adam Manzanares1-1/+1
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman3-0/+51
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono1-0/+204
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono1-0/+99
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono1-0/+121
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein3-12/+60
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal4-15/+34
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi1-89/+75
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi1-36/+18
2018-05-31ovl: return EIO on internal errorMiklos Szeredi1-1/+1
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro1-1/+33
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein3-15/+14
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi4-48/+40
2018-05-31ovl: struct cattr cleanupsAmir Goldstein4-33/+30
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein4-40/+33
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein1-7/+0
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi1-3/+3
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-05-30smb3: add tracepoints for smb2/smb3 openSteve French2-1/+92
2018-05-30cifs: add debug output to show nocase mount optionSteve French1-0/+2
2018-05-30smb3: add define for id for posix create context and corresponding structSteve French1-1/+10
2018-05-30cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg1-30/+20
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet3-8/+7
2018-05-30btrfs: convert to bioset_init()/mempool_init()Kent Overstreet1-14/+11
2018-05-30fs: convert block_dev.c to bioset_init()Kent Overstreet1-6/+3
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French3-1/+36
2018-05-30smb3: add support for posix negotiate contextSteve French4-6/+36
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French3-9/+29
2018-05-30cifs: make minor clarifications to module params for cifs.koSteve French2-3/+5
2018-05-30cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg1-14/+14
2018-05-30smb3: add module alias for smb3 to cifs.koSteve French1-1/+19
2018-05-30cifs: return error on invalid value written to cifsFYIRonnie Sahlberg1-0/+2
2018-05-30cifs: invalidate cache when we truncate a fileRonnie Sahlberg1-4/+9
2018-05-30smb3: print tree id in debugdata in proc to be able to help loggingSteve French1-0/+2
2018-05-30smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French3-35/+85
2018-05-30smb3: fix various xid leaksSteve French1-19/+44
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2-0/+4
2018-05-30Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval1-19/+14