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.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
2024-11-17
fs: Fix uninitialized value issue in from_kuid and from_kgid
Alessandro Zanni
1
-3
/
+6
2024-11-17
ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()
Andrew Kanner
1
-2
/
+1
2024-11-17
fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
Qi Xi
1
-4
/
+5
2024-11-17
btrfs: reinitialize delayed ref list after deleting it from the list
Filipe Manana
1
-1
/
+1
2024-11-17
nfs: Fix KMSAN warning in decode_getfattr_attrs()
Roberto Sassu
1
-0
/
+1
2024-11-08
nilfs2: fix kernel bug due to missing clearing of checked flag
Ryusuke Konishi
1
-0
/
+1
2024-11-08
ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
Edward Adam Davis
1
-0
/
+8
2024-11-08
nilfs2: fix potential deadlock with newly created symlinks
Ryusuke Konishi
1
-0
/
+3
2024-11-08
nilfs2: fix kernel bug due to missing clearing of buffer delay flag
Ryusuke Konishi
1
-2
/
+4
2024-11-08
jfs: Fix sanity check in dbMount
Dave Kleikamp
1
-1
/
+1
2024-11-08
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
1
-3
/
+6
2024-11-08
nilfs2: propagate directory read errors from nilfs_find_entry()
Ryusuke Konishi
3
-37
/
+54
2024-11-08
fat: fix uninitialized variable
OGAWA Hirofumi
1
-1
/
+1
2024-11-08
SUNRPC: Fix integer overflow in decode_rc_list()
Dan Carpenter
1
-0
/
+2
2024-11-08
NFS: Remove print_overflow_msg()
Chuck Lever
8
-600
/
+219
2024-11-08
ext4: nested locking for xattr inode
Wojciech Gładysz
1
-2
/
+2
2024-11-08
ext4: fix inode tree inconsistency caused by ENOMEM
zhanchengbin
1
-1
/
+1
2024-11-08
nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
NeilBrown
1
-2
/
+3
2024-11-08
nfsd: use ktime_get_seconds() for timestamps
Arnd Bergmann
1
-5
/
+5
2024-11-08
ext4: update orig_path in ext4_find_extent()
Baokun Li
2
-2
/
+2
2024-11-08
ext4: fix slab-use-after-free in ext4_split_extent_at()
Baokun Li
1
-1
/
+20
2024-11-08
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
2
-10
/
+34
2024-11-08
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-11-08
ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
Lizhi Xu
1
-1
/
+2
2024-11-08
ocfs2: fix null-ptr-deref when journal load failed.
Julian Sun
1
-3
/
+4
2024-11-08
ocfs2: remove unreasonable unlock in ocfs2_read_blocks
Lizhi Xu
1
-1
/
+0
2024-11-08
ocfs2: cancel dqi_sync_work before freeing oinfo
Joseph Qi
1
-2
/
+6
2024-11-08
ocfs2: reserve space for inline xattr before attaching reflink tree
Gautham Ananthakrishna
2
-12
/
+25
2024-11-08
ocfs2: fix uninit-value in ocfs2_get_block()
Joseph Qi
1
-3
/
+2
2024-11-08
ocfs2: fix the la space leak when unmounting an ocfs2 volume
Heming Zhao
1
-0
/
+19
2024-11-08
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
1
-2
/
+5
2024-11-08
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-11-08
ext4: fix double brelse() the buffer of the extents path
Baokun Li
1
-0
/
+1
2024-11-08
ext4: aovid use-after-free in ext4_ext_insert_extent()
Baokun Li
1
-0
/
+1
2024-11-08
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
1
-2
/
+5
2024-11-08
ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
Baokun Li
1
-0
/
+1
2024-11-08
ext4: no need to continue when the number of entries is 1
Edward Adam Davis
1
-1
/
+1
2024-11-08
ext4: fix i_data_sem unlock order in ext4_ind_migrate()
Artem Sadovnikov
1
-1
/
+1
2024-11-08
ext4: ext4_search_dir should return a proper error
Thadeu Lima de Souza Cascardo
1
-5
/
+7
2024-11-08
jfs: Fix uninit-value access of new_ea in ea_buffer
Zhao Mengmeng
1
-0
/
+2
2024-11-08
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
1
-1
/
+4
2024-11-08
jfs: Fix uaf in dbFreeBits
Edward Adam Davis
1
-2
/
+9
2024-11-08
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
1
-1
/
+1
2024-11-08
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
1
-0
/
+15
2024-11-08
ceph: remove the incorrect Fw reference check when dirtying pages
Xiubo Li
1
-1
/
+0
2024-11-08
nfs: fix memory leak in error path of nfs4_do_reclaim
Li Lingfeng
1
-0
/
+1
2024-11-08
fs: Fix file_set_fowner LSM hook inconsistencies
Mickaël Salaün
1
-10
/
+4
2024-11-08
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
1
-0
/
+4
2024-11-08
f2fs: avoid potential int overflow in sanity_check_area_boundary()
Nikita Zhandarovich
1
-2
/
+2
2024-11-08
f2fs: prevent possible int overflow in dir_block_index()
Nikita Zhandarovich
1
-1
/
+2
[next]