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
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
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
2025-04-10
NFSD: Fix callback decoder status codes
Chuck Lever
1
-7
/
+7
2025-04-10
fs/ntfs3: Prevent integer overflow in hdr_first_de()
Dan Carpenter
1
-1
/
+1
2025-04-10
fs/ntfs3: Fix a couple integer overflows on 32bit systems
Dan Carpenter
1
-2
/
+2
2025-04-10
isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
Qasim Ijaz
1
-1
/
+2
2025-04-10
fs/ntfs3: Update inode->i_mapping->a_ops on compression state
Konstantin Komarov
3
-5
/
+26
2025-04-10
fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed
Ye Bin
1
-1
/
+3
2025-04-10
fs/ntfs3: Factor out ntfs_{create/remove}_proc_root()
Ye Bin
1
-9
/
+17
2025-04-10
fs/ntfs3: Factor out ntfs_{create/remove}_procdir()
Ye Bin
1
-23
/
+36
2025-04-10
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo
3
-9
/
+25
2025-04-10
ext4: define ext4_journal_destroy wrapper
Ojaswin Mujoo
2
-10
/
+20
2025-04-10
jbd2: add a missing data flush during file and fs synchronization
Zhang Yi
1
-1
/
+11
2025-04-10
btrfs: don't clobber ret in btrfs_validate_super()
Mark Harmstone
1
-0
/
+3
2025-04-10
btrfs: fix block group refcount race in btrfs_create_pending_block_groups()
Boris Burkov
1
-0
/
+3
2025-04-10
btrfs: fix reclaimed bytes accounting after automatic block group reclaim
Filipe Manana
1
-7
/
+21
2025-04-10
btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana
1
-5
/
+16
2025-04-10
jbd2: fix off-by-one while erasing journal
Zhang Yi
1
-9
/
+6
2025-04-10
ext4: goto right label 'out_mmap_sem' in ext4_setattr()
Baokun Li
1
-1
/
+1
2025-04-10
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin
3
-25
/
+13
2025-04-10
ext4: introduce ITAIL helper
Ye Bin
2
-5
/
+8
2025-04-10
f2fs: fix missing discard for active segments
Chunhai Guo
1
-1
/
+3
2025-04-10
ext4: verify fast symlink length
Jan Kara
1
-2
/
+10
2025-04-10
ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
Kemeng Shi
1
-4
/
+12
2025-04-10
erofs: allow 16-byte volume name again
Gao Xiang
2
-10
/
+0
2025-04-10
ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
Baokun Li
1
-0
/
+3
2025-04-10
ext4: correct behavior under errors=remount-ro mode
Baokun Li
1
-11
/
+8
2025-04-10
ext4: add EXT4_FLAGS_EMERGENCY_RO bit
Baokun Li
1
-0
/
+6
2025-04-10
ext4: convert EXT4_FLAGS_* defines to enum
Baokun Li
1
-3
/
+5
2025-04-10
ext4: fix potential null dereference in ext4 kunit test
Charles Han
1
-0
/
+2
2025-04-10
f2fs: fix to avoid running out of free segments
Chao Yu
1
-0
/
+12
2025-04-10
f2fs: fix to avoid accessing uninitialized curseg
Chao Yu
2
-1
/
+15
2025-04-10
gfs2: skip if we cannot defer delete
Andreas Gruenbacher
1
-2
/
+2
2025-04-10
gfs2: minor evict fix
Andreas Gruenbacher
1
-14
/
+3
2025-04-10
f2fs: fix to call f2fs_recover_quota_end() correctly
Chao Yu
1
-1
/
+1
2025-04-10
f2fs: fix potential deadloop in prepare_compress_overwrite()
Chao Yu
2
-4
/
+7
2025-04-10
f2fs: add check for deleted inode
Leo Stone
1
-0
/
+8
2025-04-10
f2fs: fix to set .discard_granularity correctly
Chao Yu
1
-3
/
+2
2025-04-10
jfs: add check read-only before truncation in jfs_truncate_nolock()
Vasiliy Kovalev
1
-1
/
+1
2025-04-10
jfs: add check read-only before txBeginAnon() call
Vasiliy Kovalev
1
-0
/
+10
2025-04-10
jfs: reject on-disk inodes of an unsupported type
Dmitry Antipov
1
-2
/
+11
2025-04-10
coredump: Fixes core_pipe_limit sysctl proc_handler
Nicolas Bouchinet
1
-1
/
+3
2025-04-10
f2fs: fix to avoid panic once fallocation fails for pinfile
Chao Yu
2
-13
/
+15
2025-04-10
dlm: prevent NPD when writing a positive value to event_done
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-04-10
f2fs: quota: fix to avoid warning in dquot_writeback_dquots()
Chao Yu
3
-22
/
+61
2025-04-10
fs: support O_PATH fds with FSCONFIG_SET_FD
Christian Brauner
2
-1
/
+3
2025-03-20
Merge tag 'v6.14-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-73
/
+69
2025-03-20
Merge tag 'vfs-6.14-final.fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-23
/
+22
2025-03-20
Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+49
2025-03-20
libfs: Fix duplicate directory entry in offset_dir_lookup
Yongjian Sun
1
-1
/
+1
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
1
-1
/
+1
2025-03-19
netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
David Howells
1
-3
/
+3
[next]