summaryrefslogtreecommitdiff
path: root/fs/smb/client/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-13smb: client: replace function pointers of common operations for thehw24-hc-wipHenrique Carvalho1-59/+38
2024-11-12smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACYHenrique Carvalho1-583/+0
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
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells1-122/+0
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-8/+8
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-6/+57
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells1-10/+38
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya1-1/+0
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-131/+172
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-37/+41
2024-03-10cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-1/+2
2024-03-10smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM1-3/+5
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N1-0/+3
2024-02-05smb/client: adapt to breakup of struct file_lockJeff Layton1-32/+35
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-1/+2
2024-02-05smb/client: convert to using new filelock helpersJeff Layton1-6/+6
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+5
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N1-0/+1
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells1-4/+4
2024-01-22cifs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-16/+2