index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
2022-09-26
1
-3
/
+17
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-09-26
2
-4
/
+5
|
\
|
*
xfs: fix SB_BORN check in xfs_dax_notify_failure()
Dan Williams
2022-09-11
1
-1
/
+1
|
*
xfs: quiet notify_failure EOPNOTSUPP cases
Dan Williams
2022-09-11
1
-2
/
+2
|
*
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
ChenXiaoSong
2022-09-11
1
-1
/
+2
*
|
hugetlb: make hugetlb depends on SYSFS or SYSCTL
Miaohe Lin
2022-09-11
1
-0
/
+1
*
|
fs/buffer: remove bh_submit_read() helper
Zhang Yi
2022-09-11
1
-25
/
+0
*
|
ext2: replace bh_submit_read() helper with bh_read()
Zhang Yi
2022-09-11
1
-3
/
+4
*
|
fs/buffer: remove ll_rw_block() helper
Zhang Yi
2022-09-11
1
-59
/
+4
*
|
ufs: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-8
/
+4
*
|
udf: replace ll_rw_block()
Zhang Yi
2022-09-11
3
-9
/
+3
*
|
reiserfs: replace ll_rw_block()
Zhang Yi
2022-09-11
3
-10
/
+9
*
|
ocfs2: replace ll_rw_block()
Zhang Yi
2022-09-11
2
-4
/
+2
*
|
ntfs3: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-5
/
+2
*
|
jbd2: replace ll_rw_block()
Zhang Yi
2022-09-11
2
-15
/
+16
*
|
isofs: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-1
/
+1
*
|
gfs2: replace ll_rw_block()
Zhang Yi
2022-09-11
2
-11
/
+4
*
|
fs/buffer: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-7
/
+5
*
|
fs/buffer: add some new buffer read helpers
Zhang Yi
2022-09-11
1
-0
/
+65
*
|
fs/buffer: remove __breadahead_gfp()
Zhang Yi
2022-09-11
1
-11
/
+0
*
|
ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_cont...
Vishal Moola (Oracle)
2022-09-11
1
-21
/
+29
*
|
nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...
Vishal Moola (Oracle)
2022-09-11
1
-27
/
+18
*
|
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-11
2
-16
/
+18
*
|
btrfs: convert end_compressed_writeback() to use filemap_get_folios()
Vishal Moola (Oracle)
2022-09-11
1
-16
/
+15
*
|
btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-11
1
-18
/
+15
*
|
userfaultfd: add /dev/userfaultfd for fine grained access control
Axel Rasmussen
2022-09-11
1
-16
/
+55
*
|
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
2022-09-11
1
-1
/
+1
|
/
*
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
7
-32
/
+34
|
\
|
*
squashfs: don't call kmalloc in decompressors
Phillip Lougher
2022-08-28
4
-21
/
+22
|
*
ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
Heming Zhao
2022-08-28
2
-5
/
+6
|
*
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
2022-08-28
1
-6
/
+6
*
|
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-28
11
-70
/
+79
|
\
\
|
*
|
btrfs: add info when mount fails due to stale replace target
Anand Jain
2022-08-23
1
-1
/
+1
|
*
|
btrfs: replace: drop assert for suspended replace
Anand Jain
2022-08-23
1
-2
/
+1
|
*
|
btrfs: fix silent failure when deleting root reference
Filipe Manana
2022-08-23
1
-2
/
+3
|
*
|
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
2022-08-23
4
-60
/
+22
|
*
|
btrfs: don't allow large NOWAIT direct reads
Josef Bacik
2022-08-22
1
-0
/
+14
|
*
|
btrfs: don't merge pages into bio if their page offset is not contiguous
Qu Wenruo
2022-08-22
1
-4
/
+29
|
*
|
btrfs: update generation of hole file extent item when merging holes
Filipe Manana
2022-08-22
1
-0
/
+2
|
*
|
btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()
Zixuan Fu
2022-08-22
1
-1
/
+4
|
*
|
btrfs: check if root is readonly while setting security xattr
Goldwyn Rodrigues
2022-08-22
1
-0
/
+3
*
|
|
Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-08-28
6
-67
/
+70
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
2022-08-24
4
-9
/
+13
|
*
|
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
2022-08-24
2
-6
/
+4
|
*
|
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
2022-08-24
4
-22
/
+22
|
*
|
cifs: skip extra NULL byte in filenames
Paulo Alcantara
2022-08-24
1
-10
/
+6
|
*
|
smb3: missing inode locks in punch hole
David Howells
2022-08-23
1
-6
/
+6
|
*
|
smb3: missing inode locks in zero range
David Howells
2022-08-23
1
-25
/
+30
*
|
|
Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-23
1
-6
/
+8
|
\
\
\
|
*
|
|
fs: __file_remove_privs(): restore call to inode_has_no_xattr()
Stefan Roesch
2022-08-18
1
-6
/
+8
[next]