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
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
2023-12-08
iomap: update ki_pos a little later in iomap_dio_complete
Christoph Hellwig
1
-11
/
+11
2023-12-08
smb3: fix caching of ctime on setxattr
Steve French
1
-1
/
+4
2023-12-08
fs: add ctime accessors infrastructure
Jeff Layton
1
-0
/
+16
2023-12-08
smb3: fix touch -h of symlink
Steve French
1
-0
/
+1
2023-12-08
btrfs: make error messages more clear when getting a chunk map
Filipe Manana
1
-3
/
+4
2023-12-08
btrfs: send: ensure send_fd is writable
Jann Horn
1
-1
/
+1
2023-12-08
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
1
-1
/
+1
2023-12-08
btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()
Bragatheswaran Manickavel
1
-0
/
+2
2023-12-08
btrfs: add dmesg output for first mount and last unmount of a filesystem
Qu Wenruo
2
-1
/
+5
2023-12-03
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
1
-0
/
+7
2023-12-03
ext4: make sure allocate pending entry not fail
Zhang Yi
1
-34
/
+89
2023-12-03
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Baokun Li
1
-14
/
+30
2023-12-03
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
1
-12
/
+26
2023-12-03
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
1
-11
/
+22
2023-12-03
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
1
-2
/
+11
2023-12-03
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
1
-13
/
+13
2023-12-03
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
1
-7
/
+12
2023-12-03
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
1
-11
/
+19
2023-12-03
ext4: add a new helper to check if es must be kept
Baokun Li
1
-13
/
+21
2023-12-03
afs: Fix file locking on R/O volumes to operate in local mode
David Howells
1
-0
/
+2
2023-12-03
afs: Return ENOENT if no cell DNS record can be found
David Howells
1
-0
/
+10
2023-12-03
afs: Make error on cell lookup failure consistent with OpenAFS
David Howells
1
-2
/
+2
2023-12-03
afs: Fix afs_server_list to be cleaned up with RCU
David Howells
2
-1
/
+2
2023-11-28
ext4: add missed brelse in update_backups
Kemeng Shi
1
-1
/
+3
2023-11-28
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
1
-7
/
+2
2023-11-28
ext4: correct the start block of counting reserved clusters
Zhang Yi
1
-2
/
+2
2023-11-28
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
1
-3
/
+1
2023-11-28
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
1
-2
/
+4
2023-11-28
ext4: apply umask if ACL support is disabled
Max Kellermann
1
-0
/
+5
2023-11-28
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
1
-1
/
+1
2023-11-28
f2fs: avoid format-overflow warning
Su Hui
1
-1
/
+1
2023-11-28
ksmbd: fix slab out of bounds write in smb_inherit_dacl()
Namjae Jeon
1
-3
/
+26
2023-11-28
quota: explicitly forbid quota files from being encrypted
Eric Biggers
1
-0
/
+14
2023-11-28
jbd2: fix potential data lost in recovering journal raced with synchronizing ...
Zhihao Cheng
1
-0
/
+8
2023-11-28
ima: detect changes to the backing overlay file
Mimi Zohar
1
-1
/
+1
2023-11-28
btrfs: don't arbitrarily slow down delalloc if we're committing
Josef Bacik
1
-3
/
+0
2023-11-28
watchdog: move softlockup_panic back to early_param
Krister Johansen
1
-1
/
+0
2023-11-28
xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()
Li Zetao
1
-1
/
+6
2023-11-28
xfs: fix memory leak in xfs_errortag_init
Zeng Heng
1
-2
/
+7
2023-11-28
xfs: fix exception caused by unexpected illegal bestcount in leaf dir
Guo Xuenan
1
-2
/
+7
2023-11-28
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
1
-2
/
+7
2023-11-28
xfs: fix inode reservation space for removing transaction
hexiaole
1
-1
/
+1
2023-11-28
xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...
Chandan Babu R
1
-35
/
+163
2023-11-28
xfs: add missing cmap->br_state = XFS_EXT_NORM update
Gao Xiang
1
-1
/
+4
2023-11-28
xfs: fix intermittent hang during quotacheck
Darrick J. Wong
1
-0
/
+7
2023-11-28
xfs: don't leak memory when attr fork loading fails
Darrick J. Wong
1
-0
/
+1
2023-11-28
xfs: fix use-after-free in xattr node block inactivation
Darrick J. Wong
1
-5
/
+3
2023-11-28
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
1
-0
/
+1
2023-11-28
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
1
-2
/
+7
2023-11-28
xfs: use invalidate_lock to check the state of mmap_lock
Kaixu Xia
1
-2
/
+2
[next]