index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Oscar Salvador
1
-2
/
+4
2024-03-06
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
1
-0
/
+3
2024-03-06
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
1
-18
/
+21
2024-03-06
btrfs: dev-replace: properly validate device names
David Sterba
1
-4
/
+20
2024-03-06
afs: Fix endless loop in directory parsing
David Howells
1
-1
/
+3
2024-03-01
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
1
-0
/
+20
2024-03-01
fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
Bart Van Assche
1
-1
/
+8
2024-03-01
afs: Increase buffer size in afs_update_volume_status()
Daniil Dulov
1
-2
/
+2
2024-03-01
erofs: fix lz4 inplace decompression
Gao Xiang
1
-10
/
+14
2024-03-01
jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
Zhihao Cheng
1
-15
/
+17
2024-03-01
jbd2: recheck chechpointing non-dirty buffer
Zhang Yi
1
-73
/
+29
2024-03-01
jbd2: remove redundant buffer io error checks
Zhang Yi
1
-11
/
+2
2024-03-01
btrfs: do not pin logs too early during renames
Filipe Manana
1
-6
/
+42
2024-03-01
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
3
-22
/
+42
2024-03-01
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2024-03-01
btrfs: tree-checker: check for overlapping extent items
Josef Bacik
1
-2
/
+23
2024-03-01
cifs: add a warning when the in-flight count goes negative
Shyam Prasad N
1
-0
/
+1
2024-03-01
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
1
-41
/
+70
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
1
-5
/
+4
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
1
-0
/
+4
2024-03-01
zonefs: Improve error handling
Damien Le Moal
1
-29
/
+39
2024-03-01
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
1
-1
/
+1
2024-03-01
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
3
-43
/
+66
2024-03-01
smb: client: fix OOB in receive_encrypted_standard()
Paulo Alcantara
1
-6
/
+8
2024-02-23
nilfs2: replace WARN_ONs for invalid DAT metadata block requests
Ryusuke Konishi
1
-10
/
+17
2024-02-23
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
1
-3
/
+5
2024-02-23
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
1
-1
/
+2
2024-02-23
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
1
-1
/
+7
2024-02-23
nilfs2: fix data corruption in dsync block recovery for small block sizes
Ryusuke Konishi
1
-3
/
+4
2024-02-23
ext4: fix double-free of blocks due to wrong extents moved_len
Baokun Li
1
-4
/
+2
2024-02-23
btrfs: send: return EOPNOTSUPP on unknown flags
David Sterba
1
-1
/
+1
2024-02-23
btrfs: forbid deleting live subvol qgroup
Boris Burkov
1
-0
/
+14
2024-02-23
btrfs: do not ASSERT() if the newly created subvolume already got read
Qu Wenruo
1
-2
/
+11
2024-02-23
btrfs: forbid creating subvol qgroups
Boris Burkov
1
-0
/
+5
2024-02-23
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
1
-6
/
+3
2024-02-23
fs/kernfs/dir: obey S_ISGID
Max Kellermann
1
-0
/
+12
2024-02-23
f2fs: fix write pointers on zoned device after roll forward
Jaegeuk Kim
1
-0
/
+2
2024-02-23
fast_dput(): handle underflows gracefully
Al Viro
1
-3
/
+4
2024-02-23
f2fs: fix to check return value of f2fs_reserve_new_block()
Chao Yu
1
-6
/
+17
2024-02-23
ext4: avoid online resizing failures due to oversized flex bg
Baokun Li
1
-8
/
+17
2024-02-23
ext4: remove unnecessary check from alloc_flex_gd()
Baokun Li
1
-3
/
+0
2024-02-23
ext4: unify the type of flexbg_size to unsigned int
Baokun Li
1
-6
/
+7
2024-02-23
ext4: fix inconsistent between segment fstrim and full fstrim
Ye Bin
1
-3
/
+8
2024-02-23
ecryptfs: Reject casefold directory inodes
Gabriel Krisman Bertazi
1
-0
/
+8
2024-02-23
jfs: fix array-index-out-of-bounds in diNewExt
Edward Adam Davis
1
-0
/
+3
2024-02-23
afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
Oleg Nesterov
1
-3
/
+4
2024-02-23
afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
Oleg Nesterov
1
-1
/
+2
2024-02-23
pstore/ram: Fix crash when setting number of cpus to an odd number
Weichen Chen
1
-0
/
+1
2024-02-23
jfs: fix uaf in jfs_evict_inode
Edward Adam Davis
1
-3
/
+3
2024-02-23
jfs: fix array-index-out-of-bounds in dbAdjTree
Manas Ghandat
1
-29
/
+31
[next]