summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+30
8 daysMerge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
9 dayscifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
9 dayscifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
11 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-9/+9
11 daysksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
12 dayscifs: update internal version numberSteve French1-2/+2
12 dayssmb3: reenable swapfiles over SMB3 mountsSteve French1-0/+23
2024-05-16cifs: fix data corruption in read after invalidateSteve French1-1/+3
2024-05-15smb3: fix perf regression with cached writes with netfs conversionSteve French1-3/+0
2024-05-14cifs: Fix locking in cifs_strict_readv()Steve French2-9/+26
2024-05-14cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
2024-05-14smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds15-2840/+783
2024-05-13ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-05ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-05ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-05-05ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-05ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
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
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells5-14/+17
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells6-116/+113
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells6-89/+59
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells8-52/+58
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells3-143/+5
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-8/+8
2024-04-29ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-26/+176
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-04-20ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-04-20ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-20ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-20ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-20ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-20smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-04-20cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18