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.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-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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
btrfs: add xxhash to fast checksum implementations
David Sterba
1
-0
/
+3
2023-07-27
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
1
-0
/
+14
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-07-27
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
1
-0
/
+1
2023-07-27
ceph: don't let check_caps skip sending responses for revoke msgs
Xiubo Li
1
-0
/
+9
2023-07-27
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-07-27
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-07-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2
-10
/
+8
2023-07-27
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
1
-1
/
+1
2023-07-27
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
1
-6
/
+7
2023-07-27
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-07-27
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-07-27
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-07-27
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
3
-5
/
+21
2023-07-27
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
1
-1
/
+1
2023-07-27
fanotify: disallow mount/sb marks on kernel internal pseudo fs
Amir Goldstein
1
-2
/
+20
2023-07-27
fs: no need to check source
Jan Kara
1
-2
/
+1
2023-07-27
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-07-27
btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
Matt Corallo
1
-1
/
+8
2023-07-27
fs: Lock moved directories
Jan Kara
1
-8
/
+14
2023-07-27
fs: Establish locking order for unrelated directories
Jan Kara
3
-2
/
+46
2023-07-27
Revert "f2fs: fix potential corruption when moving a directory"
Jan Kara
1
-15
/
+1
2023-07-27
ext4: Remove ext4 locking of moved directory
Jan Kara
1
-15
/
+2
2023-07-27
fs: avoid empty option when generating legacy mount string
Thomas Weißschuh
1
-1
/
+2
2023-07-27
jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
Fabian Frederick
3
-7
/
+15
2023-07-27
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-07-27
NFSD: add encoding of op_recall flag for write delegation
Dai Ngo
1
-1
/
+1
2023-07-27
f2fs: fix error path handling in truncate_dnode()
Chao Yu
1
-1
/
+3
2023-07-27
kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR
Muchun Song
1
-0
/
+2
2023-07-27
NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
Olga Kornievskaia
1
-0
/
+1
2023-07-27
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
7
-13
/
+30
2023-07-27
pstore/ram: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+2
2023-06-28
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-1
/
+1
2023-06-28
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
Ryusuke Konishi
1
-1
/
+9
2023-06-28
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
3
-1
/
+35
2023-06-21
nilfs2: reject devices with insufficient block count
Ryusuke Konishi
1
-1
/
+43
2023-06-21
afs: Fix vlserver probe RTT handling
David Howells
1
-2
/
+2
2023-06-21
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-11
/
+9
2023-06-21
nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
Ryusuke Konishi
1
-0
/
+9
2023-06-21
nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
Ryusuke Konishi
1
-2
/
+10
2023-06-21
ocfs2: check new file size on fallocate call
Luís Henriques
1
-1
/
+7
2023-06-21
ocfs2: fix use-after-free when unmounting read-only filesystem
Luís Henriques
1
-2
/
+4
2023-06-21
epoll: ep_autoremove_wake_function should use list_del_init_careful
Benjamin Segall
1
-1
/
+5
2023-06-21
btrfs: handle memory allocation failure in btrfs_csum_one_bio
Johannes Thumshirn
1
-1
/
+3
2023-06-21
btrfs: scrub: try harder to mark RAID56 block groups read-only
Qu Wenruo
2
-3
/
+20
2023-06-14
btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()
Zixuan Fu
1
-1
/
+6
2023-06-14
btrfs: check return value of btrfs_commit_transaction in relocation
Josef Bacik
1
-4
/
+5
2023-06-14
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
2023-06-14
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
1
-2
/
+4
2023-06-14
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...
Theodore Ts'o
1
-5
/
+1
[next]