summaryrefslogtreecommitdiff
path: root/fs/smb/client/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-37/+41
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-24cifs: set replay flag for retries of write commandShyam Prasad N1-0/+1
2024-01-24cifs: Share server EOF pos with netfslibDavid Howells1-4/+4
2024-01-23cifs: 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
2024-01-11Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+6
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-4/+6
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-16/+2
2023-12-19fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2023-12-11smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-10-18client: convert to new timestamp accessorsJeff Layton1-8/+10
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-11cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-07-24smb: convert to ctime accessor functionsJeff Layton1-2/+2
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-10cifs: update the ctime on a partial page writeJeff Layton1-1/+1
2023-07-01Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-13/+12
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-16/+0
2023-06-20SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM1-13/+12
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French1-2/+6
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+5097