summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix data corruption in read after invalidateSteve French2024-05-151-1/+3
* smb3: fix perf regression with cached writes with netfs conversionSteve French2024-05-141-3/+0
* cifs: Fix locking in cifs_strict_readv()Steve French2024-05-132-9/+26
* cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French2024-05-131-2/+2
* smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-133-30/+33
* Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-1315-2840/+783
|\
| * cifs: Enable large folio supportDavid Howells2024-05-011-0/+1
| * cifs: Remove some code that's no longer used, part 3David Howells2024-05-011-1004/+0
| * cifs: Remove some code that's no longer used, part 2David Howells2024-05-011-633/+1
| * cifs: Remove some code that's no longer used, part 1David Howells2024-05-015-825/+0
| * cifs: Cut over to using netfslibDavid Howells2024-05-0113-179/+355
| * cifs: Implement netfslib hooksDavid Howells2024-05-015-10/+337
| * cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells2024-05-011-1/+2
| * cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2024-05-012-1/+56
| * cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells2024-05-011-0/+6
| * cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells2024-05-013-55/+55
| * cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2024-05-012-3/+3
| * cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-015-14/+17
| * cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-016-116/+113
| * cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-016-89/+59
| * cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-018-52/+58
| * cifs: Use alternative invalidation to using launder_folioDavid Howells2024-05-013-143/+5
| * mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-291-8/+8
* | ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon2024-05-041-5/+9
* | ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon2024-05-045-38/+30
* | ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon2024-05-041-6/+15
* | ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon2024-05-041-0/+4
* | ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon2024-04-281-2/+2
|/
* smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French2024-04-251-0/+3
* smb3: missing lock when picking channelSteve French2024-04-251-1/+3
* smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2024-04-242-3/+3
* Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-2313-26/+176
|\
| * cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2024-04-222-0/+14
| * smb: client: fix rename(2) regression against sambaPaulo Alcantara2024-04-191-0/+1
| * cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-1911-26/+143
| * cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells2024-04-193-0/+18
* | ksmbd: add continuous availability share parameterNamjae Jeon2024-04-192-19/+27
* | ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon2024-04-191-1/+1
* | ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis2024-04-191-0/+5
* | ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon2024-04-191-0/+4
* | ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon2024-04-191-8/+5
|/
* smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-116-0/+44
* smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
* smb3: fix Open files on server counter going negativeSteve French2024-04-111-2/+2
* smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara2024-04-101-1/+2
* Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-0622-178/+369
|\
| * smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2