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-07-05
netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
David Howells
1
-3
/
+3
2024-07-05
netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
David Howells
1
-1
/
+7
2024-07-05
bcachefs: btree_gc can now handle unknown btrees
Kent Overstreet
5
-78
/
+60
2024-07-05
bcachefs: Fix setting of downgrade recovery passes/errors
Kent Overstreet
1
-9
/
+3
2024-07-05
bcachefs: Fix bch2_sb_downgrade_update()
Kent Overstreet
1
-1
/
+1
2024-07-05
bcachefs: Fix sb-downgrade validation
Kent Overstreet
1
-0
/
+8
2024-07-05
bcachefs: Fix sb_field_downgrade validation
Kent Overstreet
1
-2
/
+5
2024-07-05
ftruncate: pass a signed offset
Arnd Bergmann
1
-2
/
+2
2024-07-05
btrfs: zoned: fix initial free space detection
Naohiro Aota
1
-1
/
+1
2024-07-05
nfs: drop the incorrect assertion in nfs_swap_rw()
Christoph Hellwig
1
-2
/
+0
2024-07-05
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
4
-0
/
+26
2024-07-05
nfsd: initialise nfsd_info.mutex early.
NeilBrown
2
-1
/
+2
2024-07-05
gfs2: Fix NULL pointer dereference in gfs2_log_flush
Andreas Gruenbacher
2
-1
/
+6
2024-07-05
btrfs: use NOFS context when getting inodes during logging and log replay
Filipe Manana
1
-15
/
+28
2024-06-27
ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()
Joseph Qi
3
-82
/
+131
2024-06-27
ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
Joseph Qi
1
-4
/
+6
2024-06-27
ovl: fix encoding fid for lower only root
Miklos Szeredi
1
-1
/
+5
2024-06-27
cifs: fix typo in module parameter enable_gcm_256
Steve French
1
-1
/
+1
2024-06-27
btrfs: retry block group reclaim without infinite loop
Boris Burkov
1
-2
/
+9
2024-06-27
ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
Baokun Li
2
-1
/
+16
2024-06-27
ext4: avoid overflow when setting values via sysfs
Baokun Li
1
-5
/
+6
2024-06-27
btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
Johannes Thumshirn
1
-1
/
+3
2024-06-27
f2fs: don't set RO when shutting down f2fs
Jaegeuk Kim
1
-2
/
+8
2024-06-27
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2024-06-27
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
1
-2
/
+0
2024-06-27
f2fs: fix to detect inconsistent nat entry during truncation
Chao Yu
1
-1
/
+11
2024-06-27
ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
Baokun Li
1
-12
/
+10
2024-06-27
ext4: do not create EA inode under buffer lock
Jan Kara
1
-60
/
+53
2024-06-27
fs/writeback: bail out if there is no more inodes for IO and queued once
Kemeng Shi
1
-2
/
+5
2024-06-21
btrfs: zoned: fix use-after-free due to race with dev replace
Filipe Manana
1
-3
/
+10
2024-06-21
ocfs2: fix races between hole punching and AIO+DIO
Su Yue
1
-0
/
+2
2024-06-21
ocfs2: use coarse time for new created files
Su Yue
1
-1
/
+1
2024-06-21
ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link
Su Yue
1
-0
/
+2
2024-06-21
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-06-21
knfsd: LOOKUP can return an illegal error value
Trond Myklebust
1
-2
/
+2
2024-06-21
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
4
-11
/
+19
2024-06-21
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
1
-9
/
+6
2024-06-21
NFS: add barriers when testing for NFS_FSDATA_BLOCKED
NeilBrown
1
-15
/
+32
2024-06-21
NFSv4.1 enforce rootpath check in fs_location query
Olga Kornievskaia
1
-1
/
+22
2024-06-21
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2
-1
/
+4
2024-06-21
cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
Baokun Li
1
-20
/
+33
2024-06-21
cachefiles: never get a new anonymous fd if ondemand_id is valid
Baokun Li
1
-6
/
+28
2024-06-21
cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
Baokun Li
1
-29
/
+16
2024-06-21
cachefiles: add spin_lock for cachefiles_ondemand_info
Baokun Li
2
-1
/
+35
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
Baokun Li
1
-0
/
+3
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
Baokun Li
2
-4
/
+20
2024-06-21
cachefiles: remove requests from xarray during flushing requests
Baokun Li
1
-0
/
+1
2024-06-21
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
1
-1
/
+3
2024-06-21
eventfs: Update all the eventfs_inodes from the events descriptor
Steven Rostedt (Google)
1
-12
/
+39
2024-06-16
smb: client: fix deadlock in smb2_find_smb_tcon()
Enzo Matsumiya
1
-1
/
+1
[next]