summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsfs.c
AgeCommit message (Expand)Author
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'v7.0-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2026-01-12fs: remove simple_nosetlease()Jeff Layton
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells
2025-12-03cifs: client: enforce consistent handling of multichannel and max_channelsRajasi Mandal
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French
2025-08-06cifs: Fix null-ptr-deref by static initializing global lockYunseong Kim
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM
2024-12-10smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-10-01smb: client: use actual path when queryfswangrong
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong
2024-07-23cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French
2024-07-19cifs: fix noisy message on copy_file_rangeSteve French
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French