summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-20NFS: make nfs_mark_return_unreferenced_delegations less aggressiveChristoph Hellwig1-7/+17
2026-01-20NFS: return delegations from the end of a LRU when over the watermarkChristoph Hellwig3-3/+60
2026-01-20NFS: add a separate delegation return listChristoph Hellwig5-87/+85
2026-01-20NFS: reformat nfs_mark_delegation_revokedChristoph Hellwig1-6/+7
2026-01-20NFS: use a local RCU critical section in nfs_start_delegation_returnChristoph Hellwig1-6/+5
2026-01-20NFS: use refcount_inc_not_zero nfs_start_delegation_returnChristoph Hellwig1-12/+10
2026-01-20NFS: don't consume a delegation reference in nfs_end_delegation_returnChristoph Hellwig1-22/+24
2026-01-20NFS: take a delegation reference in nfs4_get_valid_delegationChristoph Hellwig4-46/+56
2026-01-20NFS: simplify the detached delegation check in update_open_stateidChristoph Hellwig1-2/+1
2026-01-20NFS: move the deleg_cur check out of nfs_detach_delegation_lockedChristoph Hellwig1-8/+7
2026-01-20NFS: return bool from nfs_detach_delegation{,_locked}Christoph Hellwig1-13/+14
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig1-32/+33
2026-01-20NFS: rewrite nfs_delegations_present in terms of nr_active_delegationsChristoph Hellwig1-1/+1
2026-01-20NFS: remove nfs_free_delegationChristoph Hellwig1-11/+8
2026-01-20NFS: open code nfs_delegation_need_returnChristoph Hellwig1-17/+7
2026-01-20NFS: remove NFS_DELEGATION_INODE_FREEINGChristoph Hellwig3-13/+2
2026-01-20NFS: drop the _locked postfix from nfs_start_delegation_returnChristoph Hellwig1-6/+6
2026-01-20NFS: assert rcu_read_lock is held in nfs_start_delegation_return_lockedChristoph Hellwig1-4/+7
2026-01-20NFS: remove nfs_start_delegation_returnChristoph Hellwig1-20/+12
2026-01-20NFS: remove nfs_inode_detach_delegationChristoph Hellwig1-22/+15
2026-01-20NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_closeChristoph Hellwig1-2/+0
2026-01-20NFS: remove nfs_client_mark_return_all_delegationsChristoph Hellwig1-11/+7
2026-01-20NFS: remove nfs_client_mark_return_unused_delegation_typesChristoph Hellwig1-14/+3
2026-01-20NFS: remove __nfs_client_for_each_serverChristoph Hellwig1-11/+3
2026-01-19Linux 6.19-rc6v6.19-rc6Linus Torvalds1-1/+1
2026-01-19Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-269/+170
2026-01-19Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-16/+4
2026-01-19Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+4
2026-01-19Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-73/+168
2026-01-19Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-50/+33
2026-01-18Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-01-18Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-67/+166
2026-01-18Merge tag 'i2c-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-12/+62
2026-01-18Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+12
2026-01-18Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+21
2026-01-18Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-56/+59
2026-01-18Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+16
2026-01-18Merge tag 'irq-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-01-18ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-18ext4: add missing down_write_data_sem in mext_move_extent().Julian Sun1-0/+2
2026-01-18ext4: fix ext4_tune_sb_params paddingArnd Bergmann1-1/+1
2026-01-18Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+41
2026-01-18Merge tag 'loongarch-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-49/+52
2026-01-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+6
2026-01-17selftests/x86: Add selftests include path for kselftest.h after centralizationBala-Vignesh-Reddy1-0/+1
2026-01-17Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-10/+38
2026-01-17Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2026-01-17LoongArch: KVM: Fix kvm_device leak in kvm_pch_pic_destroy()Qiang Ma1-0/+1
2026-01-17LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_destroy()Qiang Ma1-0/+1