summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-01smb3: Add posix create context for smb3.11 posix mountsSteve French5-3/+101
2018-05-31smb3: add tracepoints for smb2/smb3 openSteve French2-1/+92
2018-05-31cifs: add debug output to show nocase mount optionSteve French1-0/+2
2018-05-31smb3: add define for id for posix create context and corresponding structSteve French1-1/+10
2018-05-31cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg1-30/+20
2018-05-31smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French3-1/+36
2018-05-31smb3: add support for posix negotiate contextSteve French4-6/+36
2018-05-31cifs: allow disabling less secure legacy dialectsSteve French3-9/+29
2018-05-31cifs: make minor clarifications to module params for cifs.koSteve French2-3/+5
2018-05-31cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg1-14/+14
2018-05-31smb3: add module alias for smb3 to cifs.koSteve French1-1/+19
2018-05-31cifs: return error on invalid value written to cifsFYIRonnie Sahlberg1-0/+2
2018-05-31cifs: invalidate cache when we truncate a fileRonnie Sahlberg1-4/+9
2018-05-31smb3: print tree id in debugdata in proc to be able to help loggingSteve French1-0/+2
2018-05-31smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French3-35/+85
2018-05-31smb3: fix various xid leaksSteve French1-19/+44
2018-05-31CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2-0/+4
2018-05-28smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French5-10/+379
2018-05-28smb3: rename encryption_required to smb3_encryption_requiredSteve French1-21/+21
2018-05-28cifs: update internal module version number for cifs.ko to 2.12Steve French1-1/+1
2018-05-28cifs: add a new SMB2_close_flags functionRonnie Sahlberg2-3/+11
2018-05-28cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg3-6/+11
2018-05-28cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French3-4/+4
2018-05-28cifs: update calc_size to take a server argumentRonnie Sahlberg7-14/+16
2018-05-28cifs: add server argument to the dump_detail methodRonnie Sahlberg4-6/+8
2018-05-28smb3: fix redundant opens on rootSteve French9-17/+105
2018-05-26proc: fix smaps and meminfo alignmentHugh Dickins1-5/+0
2018-05-26ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge1-10/+1
2018-05-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds23-112/+133
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+22
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+10
2018-05-21unfuck sysfs_mount()Al Viro1-3/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Al Viro1-12/+5
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-0/+25
2018-05-20Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-48/+180
2018-05-19hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2-3/+12
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3