aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-07-26smb3: add dynamic trace point for session setup key expired failuresSteve French2-1/+47
2024-07-26smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2-1/+67
2024-07-26smb3: add dynamic tracepoint for reflink errorsSteve French2-0/+62
2024-07-23cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-07-23cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-07-23cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-07-21Merge tag '6.11-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds8-31/+191
2024-07-20cifs: Fix missing fscache invalidationDavid Howells1-0/+6
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells7-23/+173
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells1-5/+10
2024-07-19cifs: Fix missing error code setDavid Howells1-0/+2
2024-07-19cifs: Fix server re-repick on subrequest retryDavid Howells1-3/+0
2024-07-19cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+12
2024-07-13cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells1-30/+0
2024-07-02smb: client: Convert to new uid/gid option parsing helpersEric Sandeen1-27/+12
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells4-15/+10
2024-06-20cifs: Only pick a channel once per read requestDavid Howells2-11/+4
2024-06-20cifs: Defer read completionDavid Howells1-3/+12
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song1-2/+0
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells1-3/+0
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-1/+8
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French3-1/+8
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+1
2024-05-25Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+30
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-9/+9
2024-05-21cifs: update internal version numberSteve French1-2/+2
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French1-0/+23
2024-05-15cifs: fix data corruption in read after invalidateSteve French1-1/+3
2024-05-14smb3: fix perf regression with cached writes with netfs conversionSteve French1-3/+0
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French2-9/+26
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-6/+6
2024-05-01cifs: Enable large folio supportDavid Howells1-0/+1
2024-05-01cifs: Remove some code that's no longer used, part 3David Howells1-1004/+0
2024-05-01cifs: Remove some code that's no longer used, part 2David Howells1-633/+1
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells5-825/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells13-179/+355
2024-05-01cifs: Implement netfslib hooksDavid Howells5-10/+337
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells1-1/+2
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2-1/+56
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells3-55/+55
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2-3/+3