summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-12smb: client: fix dentry revalidation of cached rootcfid-fixes-2025-09-12Enzo Matsumiya1-4/+19
2025-09-12smb: client: use cached dir on queryfs/smb2_compound_opEnzo Matsumiya5-24/+20
2025-09-12smb: client: add is_dir argument to query_path_infoEnzo Matsumiya5-14/+21
2025-09-12smb: client: remove cached_dirent->fattrEnzo Matsumiya2-7/+8
2025-09-12smb: client: wait for concurrent caching of dirents in cifs_readdir()Enzo Matsumiya2-28/+41
2025-09-12smb: client: actually use cached dirs on readdirEnzo Matsumiya5-36/+51
2025-09-12smb: client: prevent lease breaks of cached parents when opening childrenEnzo Matsumiya3-60/+58
2025-09-12smb: client: add CFID_LOOKUP_PARENT lookup modifierEnzo Matsumiya2-1/+27
2025-09-12smb: client: introduce cached_fid->stateEnzo Matsumiya5-83/+118
2025-09-12smb: client: refactor drop_cached_dir_by_nameEnzo Matsumiya5-41/+22
2025-09-12smb: client: enhance cached dir lookupsEnzo Matsumiya6-118/+136
2025-09-12smb: client: split find_or_create_cached_dir()Enzo Matsumiya4-57/+54
2025-09-11smb: client: merge free_cached_dir in release callbackEnzo Matsumiya1-28/+11
2025-09-11smb: client: merge {close,invalidate}_all_cached_dirs()Enzo Matsumiya5-93/+35
2025-09-11smb: client: remove cached_fid->on_listEnzo Matsumiya2-31/+44
2025-09-08smb: client: remove cached_fids->dying listEnzo Matsumiya2-58/+28
2025-09-08smb: client: remove cached_dir_put_work/put_workEnzo Matsumiya2-41/+17
2025-09-08smb: client: remove cached_dir_offload_close/close_workEnzo Matsumiya2-55/+41
2025-09-08smb: client: remove cfids_invalidation_workerEnzo Matsumiya2-30/+10
2025-09-07smb: Use arc4 library instead of duplicate arc4 codeEric Biggers7-108/+10
2025-09-07smb: client: fix data loss due to broken rename(2)Paulo Alcantara8-72/+267
2025-09-07smb: client: fix compound alignment with encryptionPaulo Alcantara1-3/+25
2025-09-05Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-19/+96
2025-09-04cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3
2025-09-03Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbdLinus Torvalds2-11/+16
2025-09-02smb: client: show negotiated cipher in DebugDataBharath SM1-5/+22
2025-09-02smb: client: add new tracepoint to trace lease break notificationBharath SM3-9/+66
2025-09-02smb: client: fix spellings in commentsBharath SM2-3/+3
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds2-17/+24
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-48/+76
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling2-11/+16
2025-08-31smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()Wang Zhaolong1-2/+2
2025-08-29Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2025-08-29Merge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+19
2025-08-29Merge tag 'xfs-fixes-6.17-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-43/+25
2025-08-28efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-27ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-08-27fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+10
2025-08-22Merge tag '6.17-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-23/+15
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+7
2025-08-22btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-08-22btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana1-26/+19
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana1-0/+2