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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2024-11-08
nilfs2: fix kernel bug due to missing clearing of checked flag
Ryusuke Konishi
2024-11-08
ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
Edward Adam Davis
2024-11-08
nilfs2: fix potential deadlock with newly created symlinks
Ryusuke Konishi
2024-11-08
nilfs2: fix kernel bug due to missing clearing of buffer delay flag
Ryusuke Konishi
2024-11-08
jfs: Fix sanity check in dbMount
Dave Kleikamp
2024-11-08
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
2024-11-08
smb: client: fix OOBs when building SMB2_IOCTL request
Paulo Alcantara
2024-11-08
erofs: fix lz4 inplace decompression
Gao Xiang
2024-11-08
nilfs2: propagate directory read errors from nilfs_find_entry()
Ryusuke Konishi
2024-11-08
fat: fix uninitialized variable
OGAWA Hirofumi
2024-11-08
SUNRPC: Fix integer overflow in decode_rc_list()
Dan Carpenter
2024-11-08
ext4: nested locking for xattr inode
Wojciech Gładysz
2024-11-08
unicode: Don't special case ignorable code points
Gabriel Krisman Bertazi
2024-11-08
ext4: fix inode tree inconsistency caused by ENOMEM
zhanchengbin
2024-11-08
nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
NeilBrown
2024-11-08
nfsd: use ktime_get_seconds() for timestamps
Arnd Bergmann
2024-11-08
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
2024-11-08
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
2024-11-08
ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
Lizhi Xu
2024-11-08
ocfs2: fix null-ptr-deref when journal load failed.
Julian Sun
2024-11-08
ocfs2: remove unreasonable unlock in ocfs2_read_blocks
Lizhi Xu
2024-11-08
ocfs2: cancel dqi_sync_work before freeing oinfo
Joseph Qi
2024-11-08
ocfs2: reserve space for inline xattr before attaching reflink tree
Gautham Ananthakrishna
2024-11-08
ocfs2: fix uninit-value in ocfs2_get_block()
Joseph Qi
2024-11-08
ocfs2: fix the la space leak when unmounting an ocfs2 volume
Heming Zhao
2024-11-08
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
2024-11-08
parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
Helge Deller
2024-11-08
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
2024-11-08
ext4: fix double brelse() the buffer of the extents path
Baokun Li
2024-11-08
ext4: aovid use-after-free in ext4_ext_insert_extent()
Baokun Li
2024-11-08
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
2024-11-08
ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
Baokun Li
2024-11-08
ext4: no need to continue when the number of entries is 1
Edward Adam Davis
2024-11-08
ext4: fix i_data_sem unlock order in ext4_ind_migrate()
Artem Sadovnikov
2024-11-08
ext4: ext4_search_dir should return a proper error
Thadeu Lima de Souza Cascardo
2024-11-08
jfs: Fix uninit-value access of new_ea in ea_buffer
Zhao Mengmeng
2024-11-08
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
2024-11-08
jfs: Fix uaf in dbFreeBits
Edward Adam Davis
2024-11-08
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
2024-11-08
proc: add config & param to block forcing mem writes
Adrian Ratiu
2024-11-08
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
2024-11-08
ceph: remove the incorrect Fw reference check when dirtying pages
Xiubo Li
2024-11-08
nfs: fix memory leak in error path of nfs4_do_reclaim
Li Lingfeng
2024-11-08
fs: Fix file_set_fowner LSM hook inconsistencies
Mickaël Salaün
2024-11-08
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
2024-11-08
f2fs: avoid potential int overflow in sanity_check_area_boundary()
Nikita Zhandarovich
2024-11-08
f2fs: prevent possible int overflow in dir_block_index()
Nikita Zhandarovich
2024-11-08
f2fs: reduce expensive checkpoint trigger frequency
Chao Yu
2024-11-08
f2fs: remove unneeded check condition in __f2fs_setxattr()
Chao Yu
2024-11-08
f2fs: fix to update i_ctime in __f2fs_setxattr()
Chao Yu
[next]