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
2024-10-04
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
3
-3
/
+34
2024-10-04
btrfs: update comment for struct btrfs_inode::lock
Filipe Manana
1
-14
/
+18
2024-10-04
btrfs: reorder btrfs_inode to fill gaps
David Sterba
1
-8
/
+8
2024-10-04
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
1
-2
/
+8
2024-10-04
nfs: fix memory leak in error path of nfs4_do_reclaim
Li Lingfeng
1
-0
/
+1
2024-10-04
fs: Fix file_set_fowner LSM hook inconsistencies
Mickaël Salaün
1
-10
/
+4
2024-10-04
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
1
-0
/
+4
2024-10-04
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
1
-1
/
+12
2024-10-04
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
1
-0
/
+9
2024-10-04
f2fs: avoid potential int overflow in sanity_check_area_boundary()
Nikita Zhandarovich
1
-2
/
+2
2024-10-04
f2fs: prevent possible int overflow in dir_block_index()
Nikita Zhandarovich
1
-1
/
+2
2024-10-04
f2fs: fix several potential integer overflows in file offsets
Nikita Zhandarovich
2
-3
/
+3
2024-10-04
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2
-5
/
+3
2024-10-04
btrfs: tree-checker: fix the wrong output of data backref objectid
Qu Wenruo
1
-1
/
+1
2024-10-04
ksmbd: handle caseless file creation
Namjae Jeon
1
-7
/
+3
2024-10-04
ksmbd: allow write with FILE_APPEND_DATA
Namjae Jeon
1
-1
/
+1
2024-10-04
ksmbd: make __dir_empty() compatible with POSIX
Hobin Woo
1
-3
/
+4
2024-10-04
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
4
-32
/
+3
2024-10-04
f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
Chao Yu
1
-4
/
+6
2024-10-04
f2fs: get rid of online repaire on corrupted directory
Chao Yu
2
-79
/
+0
2024-10-04
f2fs: clean up w/ dotdot_name
Chao Yu
1
-3
/
+2
2024-10-04
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
3
-1
/
+14
2024-10-04
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
3
-26
/
+61
2024-10-04
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2
-30
/
+35
2024-10-04
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
3
-4
/
+11
2024-10-04
f2fs: support .shutdown in f2fs_sops
Chao Yu
3
-27
/
+51
2024-10-04
f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: fix to wait page writeback before setting gcing flag
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: Create COW inode from parent dentry for atomic write
Yeongjin Gil
1
-9
/
+3
2024-10-04
f2fs: fix to avoid racing in between read and OPU dio write
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: reduce expensive checkpoint trigger frequency
Chao Yu
3
-2
/
+17
2024-10-04
f2fs: atomic: fix to avoid racing w/ GC
Chao Yu
2
-2
/
+16
2024-10-04
nfsd: return -EINVAL when namelen is 0
Li Lingfeng
1
-0
/
+8
2024-10-04
nfsd: call cache_put if xdr_reserve_space returns NULL
Guoqing Jiang
1
-4
/
+9
2024-10-04
nfsd: fix refcount leak when file is unhashed after being found
Jeff Layton
1
-0
/
+1
2024-10-04
nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
Jeff Layton
1
-2
/
+0
2024-10-04
nilfs2: fix potential oob read in nilfs_btree_check_delete()
Ryusuke Konishi
1
-2
/
+5
2024-10-04
nilfs2: determine empty node blocks as corrupted
Ryusuke Konishi
1
-1
/
+1
2024-10-04
nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
Ryusuke Konishi
1
-1
/
+2
2024-10-04
ext4: check stripe size compatibility on remount as well
Ojaswin Mujoo
1
-7
/
+22
2024-10-04
ext4: avoid OOB when system.data xattr changes underneath the filesystem
Thadeu Lima de Souza Cascardo
1
-10
/
+21
2024-10-04
ext4: return error on ext4_find_inline_entry
Thadeu Lima de Souza Cascardo
1
-3
/
+7
2024-10-04
ext4: avoid negative min_clusters in find_group_orlov()
Kemeng Shi
1
-0
/
+2
2024-10-04
ext4: avoid potential buffer_head leak in __ext4_new_inode()
Kemeng Shi
1
-3
/
+4
2024-10-04
ext4: avoid buffer_head leak in ext4_mark_inode_used()
Kemeng Shi
1
-2
/
+3
2024-10-04
ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
yangerkun
1
-6
/
+4
2024-10-04
jfs: fix out-of-bounds in dbNextAG() and diAlloc()
Jeongjun Park
2
-3
/
+3
2024-10-04
erofs: fix incorrect symlink detection in fast symlink
Gao Xiang
1
-14
/
+6
2024-10-04
cachefiles: Fix non-taking of sb_writers around set/removexattr
David Howells
1
-8
/
+26
2024-10-04
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
1
-3
/
+11
[next]