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
2025-01-23
afs: Fix merge preference rule failure condition
Lizhi Xu
1
-2
/
+4
2025-01-23
iomap: avoid avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2025-01-23
cachefiles: Parse the "secctx" immediately
Max Kellermann
3
-11
/
+12
2025-01-23
netfs: Fix non-contiguous donation between completed reads
David Howells
1
-4
/
+5
2025-01-23
fs: fix missing declaration of init_files
Zhang Kunbo
1
-0
/
+1
2025-01-23
fs/qnx6: Fix building with GCC 15
Brahmajit Das
1
-7
/
+4
2025-01-23
hfs: Sanity check the root record
Leo Stone
1
-1
/
+3
2025-01-23
smb: client: fix double free of TCP_Server_Info::hostname
Paulo Alcantara
1
-2
/
+1
2025-01-23
btrfs: add the missing error handling inside get_canonical_dev_path
Qu Wenruo
1
-0
/
+4
2025-01-17
fs: kill MNT_ONRB
Christian Brauner
2
-14
/
+15
2025-01-17
smb: client: sync the root session and superblock context passwords before au...
Meetakshi Setiya
1
-1
/
+18
2025-01-17
btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path
Mikhail Zaslonko
1
-2
/
+2
2025-01-17
ksmbd: Implement new SMB3 POSIX type
Namjae Jeon
2
-0
/
+50
2025-01-17
fs: fix is_mnt_ns_file()
Miklos Szeredi
1
-2
/
+8
2025-01-17
fs: relax assertions on failure to encode file handles
Amir Goldstein
2
-6
/
+3
2025-01-17
netfs: Fix read-retry for fs with no ->prepare_read()
David Howells
1
-1
/
+2
2025-01-17
netfs: Fix kernel async DIO
David Howells
1
-1
/
+6
2025-01-17
ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked
He Wang
1
-1
/
+2
2025-01-17
afs: Fix the maximum cell name length
David Howells
4
-4
/
+9
2025-01-17
ksmbd: fix a missing return value check bug
Wentao Liang
1
-0
/
+3
2025-01-17
btrfs: avoid NULL pointer dereference if no valid extent tree
Qu Wenruo
1
-0
/
+4
2025-01-17
ovl: support encoding fid from inode with no alias
Amir Goldstein
1
-21
/
+25
2025-01-17
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
4
-10
/
+12
2025-01-17
fuse: respect FOPEN_KEEP_CACHE on opendir
Amir Goldstein
1
-0
/
+2
2025-01-17
exfat: fix the infinite loop in __exfat_free_cluster()
Yuezhang Mo
1
-0
/
+10
2025-01-17
exfat: fix the new buffer was not zeroed before writing
Yuezhang Mo
1
-0
/
+6
2025-01-17
exfat: fix the infinite loop in exfat_readdir()
Yuezhang Mo
1
-1
/
+2
2025-01-17
netfs: Fix is-caching check in read-retry
David Howells
1
-1
/
+1
2025-01-17
netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
David Howells
1
-0
/
+4
2025-01-17
netfs: Fix ceph copy to cache on write-begin
David Howells
1
-2
/
+4
2025-01-17
netfs: Fix missing barriers by using clear_and_wake_up_bit()
David Howells
2
-8
/
+4
2025-01-17
nfs: Fix oops in nfs_netfs_init_request() when copying to cache
David Howells
1
-1
/
+8
2025-01-17
netfs: Fix enomem handling in buffered reads
David Howells
1
-12
/
+16
2025-01-17
iomap: fix zero padding data issue in concurrent append writes
Long Li
1
-0
/
+45
2025-01-17
iomap: pass byte granular end position to iomap_add_to_ioend
Long Li
1
-9
/
+12
2025-01-17
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
8
-18
/
+18
2025-01-17
jbd2: flush filesystem device before updating tail sequence
Zhang Yi
1
-2
/
+2
2025-01-17
jbd2: increase IO priority for writing revoke records
Zhang Yi
1
-1
/
+1
2025-01-09
fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
David Hildenbrand
1
-1
/
+1
2025-01-09
ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
Dennis Lam
2
-1
/
+2
2025-01-09
smb: client: destroy cfid_put_wq on module exit
Enzo Matsumiya
1
-0
/
+1
2025-01-09
ksmbd: set ATTR_CTIME flags when setting mtime
Namjae Jeon
1
-7
/
+3
2025-01-09
ksmbd: retry iterate_dir in smb2_query_dir
Hobin Woo
2
-1
/
+12
2025-01-09
btrfs: flush delalloc workers queue before stopping cleaner kthread during un...
Filipe Manana
1
-0
/
+9
2025-01-09
btrfs: handle bio_split() errors
Johannes Thumshirn
1
-2
/
+15
2025-01-09
btrfs: allow swap activation to be interruptible
Filipe Manana
1
-0
/
+5
2025-01-09
btrfs: use bio_is_zone_append() in the completion handler
Christoph Hellwig
1
-3
/
+3
2025-01-02
btrfs: check folio mapping after unlock in relocate_one_folio()
Boris Burkov
1
-0
/
+6
2025-01-02
btrfs: check folio mapping after unlock in put_file_data()
Boris Burkov
1
-0
/
+6
2025-01-02
btrfs: fix use-after-free when COWing tree bock and tracing is enabled
Filipe Manana
1
-7
/
+4
[next]