aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/smb/client/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara1-3/+6
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+5
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-1/+2
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-4/+3
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara1-2/+4
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-4/+2
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu1-0/+28
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-03-24smb: client: Remove redundant check in cifs_oplock_break()Ivan Abramov1-1/+1
2025-03-08vfs: Remove invalidate_inodes()Jan Kara1-1/+1
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N1-3/+4
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+2
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM1-1/+5
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-1/+1
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-1/+2
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-5/+2
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li1-5/+2
2024-09-12netfs: Speed up buffered readingDavid Howells1-54/+28
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-6/+7
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells1-8/+1
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells1-4/+33
2024-08-18smb3: fix broken cached reads when posix locksSteve French1-3/+1
2024-08-17Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+15
2024-08-15smb3: fix lock breakage for cached writesSteve French1-4/+9
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui1-2/+6
2024-08-139p: Fix DIO read through netfsDominique Martinet1-1/+2
2024-07-20cifs: Fix missing fscache invalidationDavid Howells1-0/+6
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-1/+31
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells1-5/+10
2024-07-19cifs: Fix missing error code setDavid Howells1-0/+2
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells1-30/+0
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells1-8/+3
2024-06-20cifs: Only pick a channel once per read requestDavid Howells1-11/+3
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song1-2/+0
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French1-0/+23
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French1-9/+25
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 Howells1-619/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells1-75/+86
2024-05-01cifs: Implement netfslib hooksDavid Howells1-0/+315
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells1-0/+53
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells1-1/+1
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells1-7/+10
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells1-56/+56
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells1-47/+32
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-24/+20