aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+3
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton1-0/+3
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik1-1/+1
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers1-4/+0
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara1-3/+19
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM1-0/+2
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+11
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-5/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-08-06cifs: Fix null-ptr-deref by static initializing global lockYunseong Kim1-4/+2
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2025-06-10new helper: set_default_d_op()Al Viro1-2/+2
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-1/+0
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert1-1/+0
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+2
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+4
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár1-0/+4
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+2
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM1-1/+1
2024-12-10smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-1/+11
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja1-0/+25
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin1-1/+1
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-10-01smb: client: use actual path when queryfswangrong1-1/+12
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells1-17/+4
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong1-3/+3
2024-07-23cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-07-19cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+1
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells1-3/+3
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
2024-05-01cifs: Cut over to using netfslibDavid Howells1-4/+4
2024-05-01cifs: Implement netfslib hooksDavid Howells1-1/+1
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells1-1/+54
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells1-55/+0
2024-04-19smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-0/+2
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-0/+11
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells1-4/+0
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-0/+2
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+1
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara1-0/+2
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-06smb: remove redundant checkNeilBrown1-3/+0
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-1/+1
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells1-3/+14
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-5/+4
2024-01-19cifs: new mount option called retransShyam Prasad N1-0/+2
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-2/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-3/+2
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-10-22smb3: fix touch -h of symlinkSteve French1-0/+1
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French1-0/+2
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French1-0/+10
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-1/+1
2023-08-20smb: client: get rid of dfs naming in automount codePaulo Alcantara1-1/+1
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-1/+1
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-18/+12
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-6/+6
2023-06-20smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara1-18/+10
2023-06-19cifs: print nosharesock value while dumping mount optionsShyam Prasad N1-0/+2
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+1854