summaryrefslogtreecommitdiff
path: root/fs/smb/client/file.c
AgeCommit message (Expand)Author
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
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-03smb3: retrying on failed server closeRitvik Budhiraja
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya
2024-03-14cifs: defer close file handles having RH leaseBharath SM
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-10cifs: Fix writeback data corruptionDavid Howells
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb3: update allocation size more accurately on write completionSteve French
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-02-05smb/client: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05smb/client: convert to using new filelock helpersJeff Layton
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells
2024-01-22cifs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-10Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-19fs: cifs: Fix atime update checkZizhi Wo
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-10-18client: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-10cifs: fix potential oops in cifs_oplock_breakSteve French
2023-07-24smb: convert to ctime accessor functionsJeff Layton
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM
2023-07-10cifs: update the ctime on a partial page writeJeff Layton
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM