summaryrefslogtreecommitdiff
path: root/fs/smb/client/file.c
AgeCommit message (Expand)Author
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24smb: client: Remove redundant check in cifs_oplock_break()Ivan Abramov
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-18smb3: fix broken cached reads when posix locksSteve French
2024-08-17Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-15smb3: fix lock breakage for cached writesSteve French
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui
2024-08-139p: Fix DIO read through netfsDominique Martinet
2024-07-20cifs: Fix missing fscache invalidationDavid Howells
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells
2024-07-19cifs: Fix missing error code setDavid Howells
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells
2024-06-20cifs: Only pick a channel once per read requestDavid Howells
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French
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: 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