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-09-12
nilfs2: protect references to superblock parameters exposed in sysfs
Ryusuke Konishi
1
-10
/
+33
2024-09-12
nilfs2: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-38
/
+38
2024-09-12
Squashfs: sanity check symbolic link size
Phillip Lougher
1
-1
/
+6
2024-09-12
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
1
-1
/
+1
2024-09-12
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
1
-5
/
+23
2024-09-12
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
1
-2
/
+2
2024-09-12
udf: Avoid excessive partition lengths
Jan Kara
1
-0
/
+15
2024-09-12
nilfs2: fix state management in error path of log writing function
Ryusuke Konishi
1
-4
/
+6
2024-09-12
nilfs2: fix missing cleanup on rollforward recovery error
Ryusuke Konishi
1
-2
/
+33
2024-09-12
fuse: use unsigned type for getxattr/listxattr size truncation
Jann Horn
1
-2
/
+2
2024-09-12
udf: Limit file size to 4TB
Jan Kara
1
-1
/
+8
2024-09-04
filelock: Correct the filelock owner in fcntl_setlk/fcntl_setlk64
Long Li
1
-2
/
+2
2024-09-04
ext4: set the type of max_zeroout to unsigned int to avoid overflow
Baokun Li
1
-1
/
+2
2024-09-04
NFS: avoid infinite loop in pnfs_update_layout.
NeilBrown
1
-0
/
+8
2024-09-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-09-04
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-09-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-09-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-09-04
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
1
-1
/
+1
2024-09-04
fs: binfmt_elf_efpic: don't use missing interpreter's properties
Max Filippov
1
-1
/
+1
2024-09-04
quota: Remove BUG_ON from dqget()
Jan Kara
1
-3
/
+2
2024-09-04
ext4: do not trim the group with corrupted block bitmap
Baokun Li
1
-0
/
+3
2024-09-04
gfs2: setattr_chown: Add missing initialization
Andreas Gruenbacher
1
-1
/
+1
2024-09-04
binfmt_misc: cleanup on filesystem umount
Christian Brauner
1
-48
/
+168
2024-09-04
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
Alexander Lobakin
1
-4
/
+4
2024-09-04
fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
Al Viro
1
-17
/
+13
2024-09-04
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-19
exec: Fix ToCToU between perm check and set-uid/gid usage
Kees Cook
1
-1
/
+7
2024-08-19
ext4: fix wrong unit use in ext4_mb_find_by_goal
Kemeng Shi
1
-2
/
+1
2024-08-19
jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-0
/
+1
2024-08-19
btrfs: fix bitmap leak when loading free space cache on duplicate entry
Filipe Manana
1
-0
/
+1
2024-08-19
udf: prevent integer overflow in udf_bitmap_free_blocks()
Roman Smirnov
1
-23
/
+13
2024-08-19
protect the fetch of ->fd[fd] in do_dup2() from mispredictions
Al Viro
1
-0
/
+1
2024-08-19
jfs: Fix array-index-out-of-bounds in diFree
Jeongjun Park
1
-1
/
+4
2024-08-19
nilfs2: handle inconsistent state in nilfs_btnode_create_block()
Ryusuke Konishi
2
-7
/
+22
2024-08-19
f2fs: fix to don't dirty inode for readonly filesystem
Chao Yu
1
-0
/
+3
2024-08-19
ext4: make sure the first directory block is not a hole
Baokun Li
1
-11
/
+6
2024-08-19
ext4: check dot and dotdot of dx_root before making dir indexed
Baokun Li
1
-5
/
+51
2024-08-19
hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
Chao Yu
1
-0
/
+3
2024-08-19
nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
Ryusuke Konishi
1
-1
/
+1
2024-08-19
fs/nilfs2: remove some unused macros to tame gcc
Alex Shi
1
-5
/
+0
2024-08-19
ext4: avoid writing unitialized memory to disk in EA inodes
Jan Kara
1
-0
/
+6
2024-08-19
hfsplus: fix to avoid false alarm of circular locking
Chao Yu
3
-16
/
+29
2024-07-27
filelock: Fix fcntl/close race recovery compat path
Jann Horn
1
-5
/
+4
2024-07-27
jfs: don't walk off the end of ealist
lei lu
1
-4
/
+19
2024-07-27
ocfs2: add bounds checking to ocfs2_check_dir_entry()
lei lu
1
-17
/
+29
2024-07-27
filelock: Remove locks reliably when fcntl/close race is detected
Jann Horn
1
-5
/
+4
2024-07-27
hfsplus: fix uninit-value in copy_name
Edward Adam Davis
1
-1
/
+1
2024-07-27
fs: better handle deep ancestor chains in is_subdir()
Christian Brauner
1
-17
/
+14
2024-07-27
fs/file: fix the check in find_next_fd()
Yuntao Wang
1
-2
/
+2
[next]