summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* cifs: fix lease break oops in xfstest generic/098Steve French2023-06-141-2/+6
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+5097