summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
12 daysksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
12 daysksmbd: move leading slash check to smb2_get_name()Namjae Jeon
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-25Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-05-25Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22ksmbd: ignore trailing slashes in share pathsNandor Kracser
2024-05-21cifs: update internal version numberSteve French
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French
2024-05-15cifs: fix data corruption in read after invalidateSteve French
2024-05-14smb3: fix perf regression with cached writes with netfs conversionSteve French
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon
2024-05-04ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon
2024-05-01cifs: Enable large folio supportDavid Howells
2024-05-01cifs: Remove some code that's no longer used, part 3David Howells
2024-05-01cifs: Remove some code that's no longer used, part 2David Howells
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French
2024-04-25smb3: missing lock when picking channelSteve French
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds