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-12-08
btrfs: fix 64bit compat send ioctl arguments not initializing version member
David Sterba
1
-0
/
+1
2023-12-08
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
1
-3
/
+8
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-08
ext2: Fix ki_pos update for DIO buffered-io fallback case
Ritesh Harjani (IBM)
1
-1
/
+0
2023-12-08
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
5
-59
/
+75
2023-12-08
smb: client: report correct st_size for SMB and NFS symlinks
Paulo Alcantara
1
-0
/
+2
2023-12-08
smb: client: fix missing mode bits for SMB symlinks
Paulo Alcantara
1
-1
/
+1
2023-12-08
cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved
David Howells
1
-0
/
+3
2023-12-08
cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
David Howells
1
-2
/
+8
2023-12-03
cifs: fix leak of iface for primary channel
Shyam Prasad N
1
-0
/
+6
2023-12-03
cifs: account for primary channel in the interface list
Shyam Prasad N
2
-0
/
+34
2023-12-03
cifs: distribute channels across interfaces based on speed
Shyam Prasad N
3
-14
/
+88
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
libfs: getdents() should return 0 after reaching EOD
Chuck Lever
1
-3
/
+11
2023-12-03
filemap: add a per-mapping stable writes flag
Christoph Hellwig
1
-0
/
+2
2023-12-03
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
4
-8
/
+28
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-12-03
NFSD: Fix checksum mismatches in the duplicate reply cache
Chuck Lever
3
-24
/
+54
2023-12-03
NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
Chuck Lever
1
-1
/
+3
2023-11-28
ext4: fix racy may inline data check in dio write
Brian Foster
1
-7
/
+9
2023-11-28
ext4: properly sync file size update after O_SYNC direct IO
Jan Kara
1
-88
/
+65
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: mark buffer new if it is unwritten to avoid stale data exposure
Ojaswin Mujoo
1
-1
/
+13
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
ext4: make sure allocate pending entry not fail
Zhang Yi
1
-34
/
+89
2023-11-28
ext4: no need to generate from free list in mballoc
Wang Jianjian
1
-33
/
+6
2023-11-28
ext4: fix race between writepages and remount
Baokun Li
2
-1
/
+16
2023-11-28
NFSD: Update nfsd_cache_append() to use xdr_stream
Chuck Lever
1
-15
/
+8
2023-11-28
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
1
-1
/
+1
2023-11-28
f2fs: split initial and dynamic conditions for extent_cache
Jaegeuk Kim
1
-32
/
+21
2023-11-28
f2fs: avoid format-overflow warning
Su Hui
1
-1
/
+1
2023-11-28
f2fs: set the default compress_level on ioctl
Jaegeuk Kim
1
-0
/
+9
2023-11-28
f2fs: do not return EFSCORRUPTED, but try to run online repair
Jaegeuk Kim
2
-8
/
+16
2023-11-28
gfs2: don't withdraw if init_threads() got interrupted
Andreas Gruenbacher
1
-3
/
+1
2023-11-28
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
1
-0
/
+7
2023-11-28
xfs: recovery should not clear di_flushiter unconditionally
Dave Chinner
1
-15
/
+17
2023-11-28
cifs: Fix encryption of cleared, but unset rq_iter data buffers
David Howells
1
-3
/
+9
2023-11-28
cifs: do not pass cifs_sb when trying to add channels
Shyam Prasad N
3
-8
/
+8
2023-11-28
cifs: do not reset chan_max if multichannel is not supported at mount
Shyam Prasad N
1
-1
/
+0
2023-11-28
cifs: force interface update before a fresh session setup
Shyam Prasad N
1
-1
/
+5
[next]