summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-25to_shrink_list(): call only if refcount is 0Al Viro1-5/+2
2023-11-25fold dentry_kill() into dput()Al Viro1-25/+12
2023-11-25don't try to cut corners in shrink_lock_dentry()Al Viro1-93/+66
2023-11-25fold the call of retain_dentry() into fast_dput()Al Viro1-9/+4
2023-11-25Call retain_dentry() with refcount 0Al Viro1-8/+2
2023-11-25dentry_kill(): don't bother with retain_dentry() on slow pathAl Viro1-6/+2
2023-11-25__dentry_kill(): get consistent rules for victim's refcountAl Viro1-0/+2
2023-11-25make retain_dentry() neutral with respect to refcountingAl Viro1-1/+5
2023-11-25__dput_to_list(): do decrement of refcount in the callersAl Viro1-10/+11
2023-11-25fast_dput(): new rules for refcountAl Viro1-7/+2
2023-11-25fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2023-11-25fast_dput(): having ->d_delete() is not reason to delay refcount decrementAl Viro1-10/+2
2023-11-25shrink_dentry_list(): no need to check that dentry refcount is marked deadAl Viro1-3/+2
2023-11-25centralize killing dentry from shrink listAl Viro1-10/+11
2023-11-25dentry: switch the lists of children to hlistAl Viro9-94/+81
2023-11-25coda_flag_children(): cope with dentries turning negativeAl Viro1-3/+3
2023-11-19switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro1-56/+14
2023-11-12Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds3-6/+41
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds23-1462/+2082
2023-11-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara3-7/+29
2023-11-09smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-11-09smb3: minor cleanup of session handling codeSteve French1-6/+12
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N2-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N3-8/+8
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N2-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N3-14/+88
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N6-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesSteve French1-10/+15
2023-11-09smb3: minor RDMA cleanupSteve French1-2/+2
2023-11-09Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-39/+93
2023-11-09Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds31-950/+1433
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells1-3/+9
2023-11-08ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-11-08ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2023-11-08ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds25-56/+98
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-433/+421
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds15-529/+892
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds107-2291/+3966
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-06gfs2: remove dead code in add_to_queueSu Hui1-1/+0
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4