summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-25kill DCACHE_MAY_FREEAl Viro2-5/+2
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro13-431/+296
2023-11-25__d_unalias() doesn't use inode argumentAl Viro1-3/+2
2023-11-25d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variantAl Viro1-1/+1
2023-11-25get rid of DCACHE_GENOCIDEAl Viro2-5/+1
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro2-3/+1
2023-11-25simple_fill_super(): don't bother with d_genocide() on failureAl Viro1-12/+5
2023-11-25Merge branch 'merged-selinux' into work.dcache-miscAl Viro1-78/+66
2023-11-25nsfs: use d_make_root()Al Viro1-5/+2
2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerAl Viro2-6/+7
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro2-56/+35
2023-11-25retain_dentry(): introduce a trimmed-down lockless variantAl Viro1-48/+47
2023-11-25__dentry_kill(): new locking schemeAl Viro2-81/+65
2023-11-25d_prune_aliases(): use a shrink listAl Viro1-25/+5
2023-11-25switch select_collect{,2}() to use of to_shrink_list()Al Viro1-14/+6
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 Viro2-8/+10
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 Viro12-101/+108
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-19Merge branch 'no-rebase-overlayfs' into work.dcache-miscAl Viro1-22/+1
2023-11-19kill d_backing_dentry()Al Viro1-15/+0
2023-11-19[software coproarchaeology] dentry.h: kill a mysterious commentAl Viro1-1/+0
2023-11-19dentry.h: trim externsAl Viro2-5/+4
2023-11-19kill d_{is,set}_fallthru()Al Viro2-31/+6
2023-11-19DCACHE_COOKIE: RIPAl Viro1-1/+0
2023-11-19DCACHE_... ->d_flags bits: switch to BIT()Al Viro1-38/+38
2023-11-19get rid of __dget()Al Viro1-6/+1
2023-11-19struct dentry: get rid of randomize_layout idiocyAl Viro1-1/+1
2023-11-19ovl: stop using d_alloc_anon()/d_instantiate_anon()Amir Goldstein1-22/+1
2023-11-16selinux: saner handling of policy reloadsAl Viro1-78/+66
2023-11-13Linux 6.7-rc1Linus Torvalds1-2/+2
2023-11-12wifi: iwlwifi: fix system commands group orderingMiri Korenblit1-1/+1
2023-11-12Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-8/+6
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds13-63/+215
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-24/+24
2023-11-12Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-31/+25