summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-271-0/+1
|\
| * netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-271-0/+1
* | cifs: Fix missing set of remote_i_sizeDavid Howells2024-05-241-3/+3
|/
* cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French2024-05-131-2/+2
* cifs: Cut over to using netfslibDavid Howells2024-05-011-4/+4
* cifs: Implement netfslib hooksDavid Howells2024-05-011-1/+1
* cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2024-05-011-1/+54
* cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells2024-05-011-0/+6
* cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells2024-05-011-55/+0
* smb: client: fix rename(2) regression against sambaPaulo Alcantara2024-04-191-0/+1
* cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-191-0/+2
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-0/+11
* cifs: Move some extern decls from .c files to .hDavid Howells2024-03-201-4/+0
* Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-131-0/+2
|\
| * smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-101-0/+2
| * smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-101-1/+1
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-4/+1
|\ \ | |/ |/|
| * smb: remove redundant checkNeilBrown2024-02-061-3/+0
| * filelock: split leases out of struct file_lockJeff Layton2024-02-051-1/+1
* | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-251-0/+3
|\ \
| * | cifs_get_link(): bail out in unsafe caseAl Viro2024-02-251-0/+3
| |/
* / cifs: Share server EOF pos with netfslibDavid Howells2024-01-231-3/+14
|/
* Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-201-0/+2
|\
| * cifs: new mount option called retransShyam Prasad N2024-01-191-0/+2
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-5/+4
|\ \ | |/ |/|
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-2/+2
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-3/+2
* | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\ \ | |/ |/|
| * fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+3
* | cifs: Fix non-availability of dedup breaking generic/304David Howells2023-12-051-1/+3
* | cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells2023-12-041-11/+57
* | cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells2023-12-041-3/+99
|/
* smb3: fix touch -h of symlinkSteve French2023-10-221-0/+1
* smb3: allow controlling maximum number of cached directoriesSteve French2023-09-071-0/+2
* smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-311-0/+10
* Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-301-1/+1
|\
| * smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-201-1/+1
* | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-1/+1
|/
* Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-06-301-18/+12
|\
| * smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara2023-06-201-18/+10
| * cifs: print nosharesock value while dumping mount optionsShyam Prasad N2023-06-191-0/+2
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-6/+6
|/
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+1854