index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-20
NFS: make nfs_mark_return_unreferenced_delegations less aggressive
Christoph Hellwig
1
-7
/
+17
2026-01-20
NFS: return delegations from the end of a LRU when over the watermark
Christoph Hellwig
3
-3
/
+60
2026-01-20
NFS: add a separate delegation return list
Christoph Hellwig
5
-87
/
+85
2026-01-20
NFS: reformat nfs_mark_delegation_revoked
Christoph Hellwig
1
-6
/
+7
2026-01-20
NFS: use a local RCU critical section in nfs_start_delegation_return
Christoph Hellwig
1
-6
/
+5
2026-01-20
NFS: use refcount_inc_not_zero nfs_start_delegation_return
Christoph Hellwig
1
-12
/
+10
2026-01-20
NFS: don't consume a delegation reference in nfs_end_delegation_return
Christoph Hellwig
1
-22
/
+24
2026-01-20
NFS: take a delegation reference in nfs4_get_valid_delegation
Christoph Hellwig
4
-46
/
+56
2026-01-20
NFS: simplify the detached delegation check in update_open_stateid
Christoph Hellwig
1
-2
/
+1
2026-01-20
NFS: move the deleg_cur check out of nfs_detach_delegation_locked
Christoph Hellwig
1
-8
/
+7
2026-01-20
NFS: return bool from nfs_detach_delegation{,_locked}
Christoph Hellwig
1
-13
/
+14
2026-01-20
NFS: move delegation lookup into can_open_delegated
Christoph Hellwig
1
-32
/
+33
2026-01-20
NFS: rewrite nfs_delegations_present in terms of nr_active_delegations
Christoph Hellwig
1
-1
/
+1
2026-01-20
NFS: remove nfs_free_delegation
Christoph Hellwig
1
-11
/
+8
2026-01-20
NFS: open code nfs_delegation_need_return
Christoph Hellwig
1
-17
/
+7
2026-01-20
NFS: remove NFS_DELEGATION_INODE_FREEING
Christoph Hellwig
3
-13
/
+2
2026-01-20
NFS: drop the _locked postfix from nfs_start_delegation_return
Christoph Hellwig
1
-6
/
+6
2026-01-20
NFS: assert rcu_read_lock is held in nfs_start_delegation_return_locked
Christoph Hellwig
1
-4
/
+7
2026-01-20
NFS: remove nfs_start_delegation_return
Christoph Hellwig
1
-20
/
+12
2026-01-20
NFS: remove nfs_inode_detach_delegation
Christoph Hellwig
1
-22
/
+15
2026-01-20
NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_close
Christoph Hellwig
1
-2
/
+0
2026-01-20
NFS: remove nfs_client_mark_return_all_delegations
Christoph Hellwig
1
-11
/
+7
2026-01-20
NFS: remove nfs_client_mark_return_unused_delegation_types
Christoph Hellwig
1
-14
/
+3
2026-01-20
NFS: remove __nfs_client_for_each_server
Christoph Hellwig
1
-11
/
+3
2026-01-19
Linux 6.19-rc6
v6.19-rc6
Linus Torvalds
1
-1
/
+1
2026-01-19
Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-269
/
+170
2026-01-19
Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-16
/
+4
2026-01-19
Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-1
/
+4
2026-01-19
Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
20
-73
/
+168
2026-01-19
Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
11
-50
/
+33
2026-01-18
Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2026-01-18
Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
22
-67
/
+166
2026-01-18
Merge tag 'i2c-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+62
2026-01-18
Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-8
/
+12
2026-01-18
Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+21
2026-01-18
Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2026-01-18
Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-56
/
+59
2026-01-18
Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-12
/
+16
2026-01-18
Merge tag 'irq-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2026-01-18
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-18
ext4: add missing down_write_data_sem in mext_move_extent().
Julian Sun
1
-0
/
+2
2026-01-18
ext4: fix ext4_tune_sb_params padding
Arnd Bergmann
1
-1
/
+1
2026-01-18
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-68
/
+41
2026-01-18
Merge tag 'loongarch-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-49
/
+52
2026-01-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+6
2026-01-17
selftests/x86: Add selftests include path for kselftest.h after centralization
Bala-Vignesh-Reddy
1
-0
/
+1
2026-01-17
Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-10
/
+38
2026-01-17
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2026-01-17
LoongArch: KVM: Fix kvm_device leak in kvm_pch_pic_destroy()
Qiang Ma
1
-0
/
+1
2026-01-17
LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_destroy()
Qiang Ma
1
-0
/
+1
[next]