summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-08-07smb3: display stats counters for number of slow commandsSteve French
2018-08-07CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-08-07smb3: fix minor debug output for CONFIG_CIFS_STATSSteve French
2018-08-07smb3: add tracepoint for slow responsesSteve French
2018-08-07cifs: add compound_send_recv()Ronnie Sahlberg
2018-08-07cifs: make smb_send_rqst take an array of requestsRonnie Sahlberg
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg
2018-08-07smb3: fix reset of bytes read and written statsSteve French
2018-08-07smb3: display bytes_read and bytes_written in smb3 statsSteve French
2018-08-07cifs: simple stats should always be enabledSteve French
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-08-07smb3: add reconnect tracepointsSteve French
2018-08-07smb3: add tracepoint for session expired or deletedSteve French
2018-08-07cifs: remove unused statsSteve French
2018-08-07smb3: don't request leases in symlink creation and querySteve French
2018-08-07smb3: remove per-session operations from per-tree connection statsSteve French
2018-08-07SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about t...Steve French
2018-08-07smb3: remove noisy warning message on mountSteve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07cifs: add missing debug entries for kconfig optionsSteve French
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French
2018-08-07cifs: Make sure all data pages are signed correctlyPaulo Alcantara
2018-08-07CIFS: fix memory leak and remove dead codeAurelien Aptel
2018-08-07cifs: allow disabling insecure dialects in the configSteve French
2018-08-07smb3: if server does not support posix do not allow posix mount optionSteve French
2018-08-07cifs: use 64-bit timestamps for fscacheArnd Bergmann
2018-08-07cifs: use timespec64 internallyArnd Bergmann
2018-08-07cifs: Silence uninitialized variable warningDan Carpenter
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-08-07gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson
2018-08-06locks: add tracepoint in flock codepathJeff Layton
2018-08-06root dentries need RCU-delayed freeingAl Viro
2018-08-06btrfs: revert fs_devices state on error of btrfs_init_new_deviceNaohiro Aota
2018-08-06btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo
2018-08-06btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2018-08-06btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2018-08-06Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro
2018-08-06btrfs: simplify btrfs_igetAl Viro
2018-08-06btrfs: lift make_bad_inode into btrfs_igetAl Viro
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro
2018-08-06btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro
2018-08-06btrfs: backref: Use ERR_CAST to return error codeMisono Tomohiro