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-22
f2fs: fix checkpoint=disable:%u%%
Jaegeuk Kim
2
-6
/
+20
2020-06-22
f2fs: don't leak filename in f2fs_try_convert_inline_dir()
Eric Biggers
1
-2
/
+4
2020-06-22
jbd2: avoid leaking transaction credits when unreserving handle
Jan Kara
1
-3
/
+11
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 buffer_head refcnt leak when ext4_iget() fails
Xiyu Yang
1
-0
/
+1
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 corrupt log due to concurrent fsync of inodes with shared extents
Filipe Manana
4
-4
/
+27
2020-06-22
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
1
-3
/
+3
2020-06-22
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
1
-3
/
+9
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: fix a race between scrub and block group removal/allocation
Filipe Manana
1
-2
/
+36
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
io_uring: fix overflowed reqs cancellation
Pavel Begunkov
1
-2
/
+3
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: don't fail verifier on empty attr3 leaf block
Brian Foster
1
-8
/
+7
2020-06-22
io_uring: allow POLL_ADD with double poll_wait() users
Jens Axboe
1
-72
/
+146
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
xfs: more lockdep whackamole with kmem_alloc*
Darrick J. Wong
2
-2
/
+6
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
2020-06-22
io_uring: cleanup io_poll_remove_one() logic
Jens Axboe
1
-14
/
+13
2020-06-17
fat: don't allow to mount if the FAT length == 0
OGAWA Hirofumi
1
-0
/
+6
2020-06-17
proc: Use new_inode not new_inode_pseudo
Eric W. Biederman
3
-3
/
+3
2020-06-17
exfat: fix incorrect update of stream entry in __exfat_truncate()
Namjae Jeon
1
-4
/
+4
2020-06-17
exfat: fix memory leak in exfat_parse_param()
Al Viro
1
-4
/
+8
2020-06-17
ovl: initialize error in ovl_copy_xattr
Yuxuan Shui
1
-1
/
+1
2020-06-17
ovl: fix out of bounds access warning in ovl_check_fb_len()
Amir Goldstein
1
-0
/
+3
2020-06-17
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
Ryusuke Konishi
1
-0
/
+2
2020-06-17
smb3: fix typo in mount options displayed in /proc/mounts
Steve French
1
-1
/
+1
2020-06-17
smb3: add indatalen that can be a non-zero value to calculation of credit cha...
Namjae Jeon
1
-1
/
+3
2020-06-17
smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64K
Steve French
1
-1
/
+1
2020-06-17
io_uring: allow O_NONBLOCK async retry
Jens Axboe
1
-3
/
+7
2020-06-17
io_uring: use kvfree() in io_sqe_buffer_register()
Denis Efremov
1
-2
/
+2
2020-06-17
io_uring: re-set iov base/len for buffer select retry
Jens Axboe
1
-1
/
+7
2020-06-17
io_uring: fix flush req->refs underflow
Pavel Begunkov
1
-1
/
+1
2020-06-17
aio: fix async fsync creds
Miklos Szeredi
1
-0
/
+8
2020-06-17
fanotify: fix ignore mask logic for events on child and on dir
Amir Goldstein
1
-1
/
+4
2020-05-29
Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2020-05-29
Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+5
2020-05-29
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
1
-10
/
+5
2020-05-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
[next]