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
2023-03-22
cifs: Fix smb2_set_path_size()
Volker Lendecke
1
-7
/
+24
2023-03-22
ext4: fix possible double unlock when moving a directory
Theodore Ts'o
1
-3
/
+1
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
1
-0
/
+11
2023-03-22
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
1
-2
/
+5
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
1
-10
/
+8
2023-03-22
jffs2: correct logic when creating a hole in jffs2_write_begin
Yifei Liu
1
-8
/
+7
2023-03-22
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
1
-12
/
+9
2023-03-17
fs: hold writers when changing mount's idmapping
Christian Brauner
1
-9
/
+20
2023-03-17
xfs: remove xfs_setattr_time() declaration
Gaosheng Cui
1
-1
/
+0
2023-03-17
ext4: block range must be validated before use in ext4_mb_clear_bb()
Lukas Czerner
1
-1
/
+20
2023-03-17
ext4: add strict range checks while freeing blocks
Ritesh Harjani
1
-13
/
+3
2023-03-17
ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
Ritesh Harjani
2
-9
/
+20
2023-03-17
ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
Ritesh Harjani
1
-78
/
+102
2023-03-17
filelocks: use mount idmapping for setlease permission check
Seth Forshee
1
-1
/
+2
2023-03-17
attr: use consistent sgid stripping checks
Christian Brauner
6
-25
/
+31
2023-03-17
attr: add setattr_should_drop_sgid()
Christian Brauner
2
-0
/
+34
2023-03-17
fs: move should_remove_suid()
Christian Brauner
2
-29
/
+29
2023-03-17
attr: add in_group_or_capable()
Christian Brauner
3
-8
/
+30
2023-03-17
fs: move S_ISGID stripping into the vfs_*() helpers
Yang Xu
3
-15
/
+70
2023-03-17
fs: add mode_strip_sgid() helper
Yang Xu
1
-4
/
+32
2023-03-17
xfs: set prealloc flag in xfs_alloc_file_space()
Dave Chinner
2
-14
/
+3
2023-03-17
xfs: fallocate() should call file_modified()
Dave Chinner
1
-4
/
+9
2023-03-17
xfs: remove XFS_PREALLOC_SYNC
Dave Chinner
2
-8
/
+11
2023-03-17
xfs: use setattr_copy to set vfs inode attributes
Darrick J. Wong
2
-54
/
+5
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
1
-9
/
+17
2023-03-17
ext4: Fix possible corruption when moving a directory
Jan Kara
1
-1
/
+10
2023-03-17
f2fs: retry to update the inode page given data corruption
Jaegeuk Kim
1
-5
/
+7
2023-03-17
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
11
-25
/
+26
2023-03-17
f2fs: avoid down_write on nat_tree_lock during checkpoint
Jaegeuk Kim
1
-0
/
+4
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
1
-1
/
+1
2023-03-17
fs: dlm: start midcomms before scand
Alexander Aring
1
-8
/
+8
2023-03-17
fs: dlm: add midcomms init/start functions
Alexander Aring
6
-12
/
+37
2023-03-17
fs: dlm: fix log of lowcomms vs midcomms
Alexander Aring
1
-1
/
+1
2023-03-17
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
1
-0
/
+1
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
1
-0
/
+3
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2
-2
/
+6
2023-03-17
ext4: fix another off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
1
-0
/
+2
2023-03-17
ext4: fix RENAME_WHITEOUT handling for inline directories
Eric Whitney
1
-6
/
+7
2023-03-17
ext4: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-5
/
+6
2023-03-17
btrfs: fix percent calculation for bg reclaim message
Johannes Thumshirn
1
-1
/
+2
2023-03-17
fs: prevent out-of-bounds array speculation when closing a file descriptor
Theodore Ts'o
1
-0
/
+1
2023-03-11
ext4: use ext4_fc_tl_mem in fast-commit replay path
Eric Biggers
1
-18
/
+26
2023-03-11
f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
Yangtao Li
1
-1
/
+5
2023-03-11
ubifs: ubifs_writepage: Mark page dirty after writing inode failed
Zhihao Cheng
1
-3
/
+9
2023-03-11
ubifs: dirty_cow_znode: Fix memleak in error handling path
Zhihao Cheng
1
-1
/
+8
2023-03-11
ubifs: Re-statistic cleaned znode count if commit failed
Zhihao Cheng
1
-0
/
+15
2023-03-11
ubifs: Fix memory leak in alloc_wbufs()
Li Zetao
1
-4
/
+13
2023-03-11
ubifs: Reserve one leb for each journal head while doing budget
Zhihao Cheng
1
-4
/
+3
2023-03-11
ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
Zhihao Cheng
1
-0
/
+2
2023-03-11
ubifs: Fix wrong dirty space budget for dirty inode
Zhihao Cheng
1
-1
/
+1
[next]