summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson1-2/+13
2026-08-19cifs: remove redundant size-update block in cifs_remap_file_range()Frank Sorenson1-5/+1
2026-08-02smb/client: show compress mount optionChenXiaoSong1-0/+2
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson1-0/+1
2026-07-13smb/client: refresh allocation size after duplicate extentsHuiwen He1-3/+7
2026-07-08smb: client: fix busy dentry warning on unmount after DIOZizhi Wo1-0/+12
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+26
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+53
2026-06-14smb/client: update i_blocks after contiguous writesHuiwen He1-2/+2
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner1-17/+26
2026-05-22Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2026-05-21cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-05-18cifs: Fix undefined variablesDavid Howells1-3/+3
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-13/+25
2026-05-11cifs: Implement fileattr_get for case sensitivityChuck Lever1-0/+53
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-1/+0
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya1-37/+0
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara1-0/+4
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers1-1/+0
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang1-0/+6
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-1/+1
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N1-2/+5
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-40/+44
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-09Merge tag 'v7.0-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-1/+5
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong1-0/+5
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-01-12fs: remove simple_nosetlease()Jeff Layton1-1/+0
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton1-3/+1
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-2/+3
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-4/+3
2025-12-03cifs: client: enforce consistent handling of multichannel and max_channelsRajasi Mandal1-1/+0
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