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-12
Merge patch series "vfs: require filesystems to explicitly opt-in to lease su...
Christian Brauner
61
-42
/
+116
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
13
-34
/
+0
2026-01-12
filelock: default to returning -EINVAL when ->setlease operation is NULL
Jeff Layton
3
-5
/
+16
2026-01-12
xfs: add setlease file operation
Jeff Layton
1
-0
/
+3
2026-01-12
ufs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
udf: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
tmpfs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
squashfs: add setlease file operation
Jeff Layton
2
-1
/
+5
2026-01-12
overlayfs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
orangefs: add setlease file operation
Jeff Layton
2
-1
/
+4
2026-01-12
ocfs2: add setlease file operation
Jeff Layton
1
-0
/
+5
2026-01-12
ntfs3: add setlease file operation
Jeff Layton
2
-0
/
+6
2026-01-12
nilfs2: add setlease file operation
Jeff Layton
2
-1
/
+4
2026-01-12
jfs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
jffs2: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
gfs2: add a setlease file operation
Jeff Layton
1
-0
/
+1
2026-01-12
fat: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
f2fs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
exfat: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
ext4: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
ext2: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
erofs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
btrfs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
affs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-12
fs: add setlease to generic_ro_fops and read-only filesystem directory operat...
Jeff Layton
8
-0
/
+16
2026-01-12
Merge patch series "vfs: properly deny directory leases on filesystems with s...
Christian Brauner
7
-5
/
+8
2026-01-12
vboxsf: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+1
2026-01-12
ceph: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+2
2026-01-12
gfs2: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+1
2026-01-12
9p: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+2
2026-01-12
smb/client: properly disallow delegations on directories
Jeff Layton
1
-3
/
+1
2026-01-12
nfs: properly disallow delegation requests on directories
Jeff Layton
2
-2
/
+1
2026-01-12
fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
NeilBrown
1
-7
/
+16
2026-01-12
Linux 6.19-rc5
v6.19-rc5
Linus Torvalds
1
-1
/
+1
2026-01-12
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-4
/
+5
2026-01-11
Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-11
/
+19
2026-01-11
Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2026-01-11
Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2026-01-11
Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2026-01-11
Merge tag 'irq-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+10
2026-01-11
treewide: Update email address
Thomas Gleixner
63
-82
/
+83
2026-01-11
Merge tag 'riscv-for-linus-6.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-35
/
+26
2026-01-11
Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-17
/
+19
2026-01-11
Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+17
2026-01-10
Merge tag 'iommu-fixes-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+5
2026-01-10
erofs: fix file-backed mounts no longer working on EROFS partitions
Gao Xiang
1
-1
/
+2
2026-01-10
iommupt: Make pt_feature() always_inline
Jason Gunthorpe
1
-2
/
+2
2026-01-10
iommufd/selftest: Prevent module/builtin conflicts in kconfig
Jason Gunthorpe
1
-1
/
+1
2026-01-10
iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFER
Jason Gunthorpe
1
-0
/
+1
2026-01-10
iommupt: Fix the kunit building
Jason Gunthorpe
1
-1
/
+1
[next]