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
2020-06-24
f2fs: avoid utf8_strncasecmp() with unstable name
Eric Biggers
1
-0
/
+16
2020-06-24
f2fs: split f2fs_d_compare() from f2fs_match_name()
Eric Biggers
2
-40
/
+35
2020-06-24
ext4: avoid race conditions when remounting with options that change dax
Theodore Ts'o
1
-12
/
+10
2020-06-24
jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()
zhangyi (F)
1
-61
/
+42
2020-06-24
ext4: avoid utf8_strncasecmp() with unstable name
Eric Biggers
1
-0
/
+16
2020-06-24
ext4: fix partial cluster initialization when splitting extent
Jeffle Xu
1
-1
/
+1
2020-06-24
block: Fix use-after-free in blkdev_get()
Jason Yan
1
-5
/
+7
2020-06-24
afs: Fix the mapping of the UAEOVERFLOW abort code
David Howells
1
-0
/
+1
2020-06-24
afs: Set error flag rather than return error from file status decode
David Howells
4
-123
/
+55
2020-06-24
afs: Always include dir in bulk status fetch from afs_do_lookup()
David Howells
1
-2
/
+7
2020-06-24
afs: Fix EOF corruption
David Howells
1
-1
/
+11
2020-06-24
afs: afs_write_end() should change i_size under the right lock
David Howells
1
-2
/
+2
2020-06-24
afs: Fix non-setting of mtime when writing into mmap
David Howells
1
-0
/
+1
2020-06-24
ext4: stop overwrite the errcode in ext4_setup_super
yangerkun
1
-0
/
+1
2020-06-24
nfs: set invalid blocks after NFSv4 writes
Zheng Bin
1
-3
/
+11
2020-06-24
afs: Fix memory leak in afs_put_sysnames()
Zhihao Cheng
1
-0
/
+1
2020-06-24
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
Eric Biggers
4
-14
/
+8
2020-06-24
gfs2: fix use-after-free on transaction ail lists
Bob Peterson
1
-2
/
+9
2020-06-24
nfsd: safer handling of corrupted c_type
J. Bruce Fields
1
-2
/
+1
2020-06-24
gfs2: Allow lock_nolock mount to specify jid=X
Bob Peterson
1
-1
/
+1
2020-06-24
nfsd4: make drc_slab global, not per-net
J. Bruce Fields
4
-13
/
+25
2020-06-24
ceph: don't return -ESTALE if there's still an open file
Luis Henriques
1
-1
/
+8
2020-06-24
NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION
Olga Kornievskaia
1
-1
/
+1
2020-06-24
fuse: copy_file_range should truncate cache
Miklos Szeredi
1
-0
/
+22
2020-06-24
fuse: fix copy_file_range cache issues
Miklos Szeredi
1
-12
/
+8
2020-06-24
dlm: remove BUG() before panic()
Arnd Bergmann
1
-1
/
+0
2020-06-24
virtiofs: schedule blocking async replies in separate worker
Vivek Goyal
3
-35
/
+73
2020-06-24
f2fs: handle readonly filesystem in f2fs_ioc_shutdown()
Chao Yu
1
-1
/
+8
2020-06-24
cifs: set up next DFS target before generic_ip_connect()
Paulo Alcantara
1
-9
/
+9
2020-06-24
nfsd: Fix svc_xprt refcnt leak when setup callback client failed
Xiyu Yang
1
-0
/
+2
2020-06-24
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
1
-1
/
+2
2020-06-22
f2fs: fix checkpoint=disable:%u%%
Jaegeuk Kim
2
-6
/
+20
2020-06-22
ext4: fix race between ext4_sync_parent() and rename()
Eric Biggers
1
-15
/
+13
2020-06-22
ext4: fix error pointer dereference
Jeffle Xu
1
-2
/
+5
2020-06-22
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
Harshad Shirwadkar
1
-3
/
+6
2020-06-22
btrfs: fix space_info bytes_may_use underflow during space cache writeout
Filipe Manana
1
-5
/
+15
2020-06-22
btrfs: fix space_info bytes_may_use underflow after nocow buffered write
Filipe Manana
1
-5
/
+56
2020-06-22
btrfs: fix wrong file range cleanup after an error filling dealloc range
Filipe Manana
1
-1
/
+1
2020-06-22
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
1
-3
/
+3
2020-06-22
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
2
-0
/
+21
2020-06-22
btrfs: send: emit file capabilities after chown
Marcos Paulo de Souza
1
-0
/
+67
2020-06-22
btrfs: include non-missing as a qualifier for the latest_bdev
Anand Jain
1
-0
/
+2
2020-06-22
btrfs: free alien device after device add
Anand Jain
1
-1
/
+11
2020-06-22
btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...
Qu Wenruo
1
-0
/
+14
2020-06-22
btrfs: improve global reserve stealing logic
Josef Bacik
7
-42
/
+46
2020-06-22
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
1
-5
/
+4
2020-06-22
xfs: reset buffer write failure state on successful completion
Brian Foster
1
-3
/
+5
2020-06-22
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
1
-1
/
+1
2020-06-22
btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
Filipe Manana
1
-2
/
+4
2020-06-22
btrfs: account for trans_block_rsv in may_commit_transaction
Josef Bacik
1
-0
/
+6
[next]