aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
7 dayscifs: Move the 'pid' from the subreq to the reqGravatar David Howells 4-15/+10
7 dayscifs: Only pick a channel once per read requestGravatar David Howells 2-11/+4
7 dayscifs: Defer read completionGravatar David Howells 1-3/+12
8 dayscifs: fix typo in module parameter enable_gcm_256Gravatar Steve French 1-1/+1
8 dayscifs: drop the incorrect assertion in cifs_swap_rw()Gravatar Barry Song 1-2/+0
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Gravatar Namjae Jeon 4-11/+19
2024-06-11ksmbd: move leading slash check to smb2_get_name()Gravatar Namjae Jeon 1-9/+6
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestGravatar David Howells 1-3/+0
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Gravatar Enzo Matsumiya 1-1/+1
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-1/+10
2024-05-31cifs: fix creating sockets when using sfu mount optionsGravatar Steve French 3-1/+8
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2024-05-27netfs, 9p: Fix race between umount and async request completionGravatar David Howells 1-0/+1
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosGravatar Jeff Johnson 2-0/+2
2024-05-25Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-5/+30
2024-05-25Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 2-9/+18
2024-05-24cifs: Fix missing set of remote_i_sizeGravatar David Howells 2-3/+4
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointGravatar David Howells 1-0/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Gravatar Steven Rostedt (Google) 1-9/+9
2024-05-22ksmbd: ignore trailing slashes in share pathsGravatar Nandor Kracser 1-1/+5
2024-05-21cifs: update internal version numberGravatar Steve French 1-2/+2
2024-05-21smb3: reenable swapfiles over SMB3 mountsGravatar Steve French 1-0/+23
2024-05-15cifs: fix data corruption in read after invalidateGravatar Steve French 1-1/+3
2024-05-14smb3: fix perf regression with cached writes with netfs conversionGravatar Steve French 1-3/+0
2024-05-13cifs: Fix locking in cifs_strict_readv()Gravatar Steve French 2-9/+26
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsGravatar Steve French 1-2/+2
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGravatar Gustavo A. R. Silva 3-30/+33
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 15-2840/+783
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsGravatar Namjae Jeon 1-8/+13
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setGravatar Namjae Jeon 1-5/+9
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakGravatar Namjae Jeon 5-38/+30
2024-05-04ksmbd: avoid to send duplicate lease break notificationsGravatar Namjae Jeon 1-6/+15
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingGravatar Namjae Jeon 1-0/+4
2024-05-01cifs: Enable large folio supportGravatar David Howells 1-0/+1
2024-05-01cifs: Remove some code that's no longer used, part 3Gravatar David Howells 1-1004/+0
2024-05-01cifs: Remove some code that's no longer used, part 2Gravatar David Howells 1-633/+1
2024-05-01cifs: Remove some code that's no longer used, part 1Gravatar David Howells 5-825/+0
2024-05-01cifs: Cut over to using netfslibGravatar David Howells 13-179/+355
2024-05-01cifs: Implement netfslib hooksGravatar David Howells 5-10/+337
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsGravatar David Howells 1-1/+2
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsGravatar David Howells 2-1/+56
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()Gravatar David Howells 1-0/+6
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cGravatar David Howells 3-55/+55
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagGravatar David Howells 2-3/+3
2024-05-01cifs: Make wait_mtu_credits take size_t argsGravatar David Howells 5-14/+17
2024-05-01cifs: Use more fields from netfs_io_subrequestGravatar David Howells 6-116/+113
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestGravatar David Howells 6-89/+59
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestGravatar David Howells 8-52/+58
2024-05-01cifs: Use alternative invalidation to using launder_folioGravatar David Howells 3-143/+5
2024-04-29mm: Remove the PG_fscache alias for PG_private_2Gravatar David Howells 1-8/+8