aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg7-55/+41
2018-06-01CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry, status STATUS_NETWORK_SESSION_EXPIRED, however the server can also respond with STATUS_USER_SESSION_DELETED in cases where the session has been idle for some time and the server reaps the session to recover resources.Mark Syms1-2/+3
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg3-20/+22
2018-05-31cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg1-6/+4
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg3-16/+4
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg6-78/+87
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French5-3/+101
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
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-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-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
2018-05-30btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov1-99/+108
2018-05-30btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov1-13/+43
2018-05-30btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue1-1/+1
2018-05-30btrfs: raid56: Remove VLA usageKees Cook1-10/+28
2018-05-30xfs: repair superblocksDarrick J. Wong6-1/+99
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong3-0/+79
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong2-0/+210
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2-0/+257
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2-0/+245
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2-0/+86
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong6-7/+194
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong3-0/+19
2018-05-30btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue1-1/+3
2018-05-30btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang1-1/+0
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang4-14/+5