summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/file.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-211-0/+23
* cifs: Fix locking in cifs_strict_readv()Steve French2024-05-131-9/+25
* cifs: Remove some code that's no longer used, part 3David Howells2024-05-011-1004/+0
* cifs: Remove some code that's no longer used, part 2David Howells2024-05-011-633/+1
* cifs: Remove some code that's no longer used, part 1David Howells2024-05-011-619/+0
* cifs: Cut over to using netfslibDavid Howells2024-05-011-75/+86
* cifs: Implement netfslib hooksDavid Howells2024-05-011-0/+315
* cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells2024-05-011-0/+53
* cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2024-05-011-1/+1
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-011-7/+10
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-011-56/+56
* cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-47/+32
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-24/+20
* cifs: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-122/+0
* mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-291-8/+8
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-6/+57
* cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-021-10/+38
* cifs: fixes for get_inode_infoMeetakshi Setiya2024-03-141-1/+0
* cifs: defer close file handles having RH leaseBharath SM2024-03-141-4/+15
* Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-131-131/+172
|\
| * cifs: Fix writeback data corruptionDavid Howells2024-03-101-126/+157
| * smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-101-1/+2
| * smb3: update allocation size more accurately on write completionSteve French2024-03-101-1/+8
| * cifs: prevent updating file size from server if we have a read/write leaseBharath SM2024-03-101-3/+5
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-37/+41
|\ \ | |/ |/|
| * smb/client: adapt to breakup of struct file_lockJeff Layton2024-02-051-32/+35
| * filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-1/+2
| * smb/client: convert to using new filelock helpersJeff Layton2024-02-051-6/+6
* | cifs: change tcon status when need_reconnect is set on itShyam Prasad N2024-02-091-0/+3
* | Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-271-4/+5
|\ \
| * | cifs: set replay flag for retries of write commandShyam Prasad N2024-01-231-0/+1
| * | cifs: Share server EOF pos with netfslibDavid Howells2024-01-231-4/+4
| |/
* / cifs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-16/+2
|\
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-16/+2
* | Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-101-4/+6
|\ \
| * | smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-071-4/+6
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+2
|\ \ | |/ |/|
| * smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
* | fs: cifs: Fix atime update checkZizhi Wo2023-12-191-1/+1
|/
* client: convert to new timestamp accessorsJeff Layton2023-10-181-8/+10
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-2/+2
|\
| * smb: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
| * cifs: update the ctime on a partial page writeJeff Layton2023-07-101-1/+1
* | cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-141-1/+1
* | cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-101-7/+16
* | cifs: if deferred close is disabled then close files immediatelyBharath SM2023-07-101-2/+2
|/
* Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-06-301-13/+12
|\
| * SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM2023-06-191-13/+12
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-16/+0
|/