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
2020-08-26
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
1
-6
/
+4
2020-08-26
epoll: Keep a reference on files added to the check list
Marc Zyngier
1
-2
/
+7
2020-08-26
afs: Fix NULL deref in afs_dynroot_depopulate()
David Howells
1
-9
/
+11
2020-08-26
ext4: don't allow overlapping system zones
Jan Kara
1
-23
/
+13
2020-08-26
ext4: fix potential negative array index in do_split()
Eric Sandeen
1
-3
/
+13
2020-08-26
fs/signalfd.c: fix inconsistent return codes for signalfd4
Helge Deller
1
-4
/
+6
2020-08-26
xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
Eiichi Tsukata
1
-2
/
+4
2020-08-26
ceph: fix use-after-free for fsc->mdsc
Xiubo Li
1
-1
/
+2
2020-08-26
jffs2: fix UAF problem
Zhe Li
1
-1
/
+5
2020-08-26
xfs: fix inode quota reservation checks
Darrick J. Wong
1
-1
/
+1
2020-08-26
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...
zhangyi (F)
1
-1
/
+3
2020-08-26
ext4: fix checking of directory entry validity for inline directories
Jan Kara
1
-3
/
+3
2020-08-26
romfs: fix uninitialized memory leak in romfs_dev_read()
Jann Horn
1
-3
/
+1
2020-08-26
btrfs: add wrapper for transaction abort predicate
David Sterba
6
-20
/
+33
2020-08-26
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
3
-3
/
+6
2020-08-26
btrfs: don't show full path of bind mounts in subvol=
Josef Bacik
1
-2
/
+8
2020-08-26
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
4
-8
/
+15
2020-08-26
gfs2: Never call gfs2_block_zero_range with an open transaction
Bob Peterson
1
-30
/
+39
2020-08-26
gfs2: Improve mmap write vs. punch_hole consistency
Andreas Gruenbacher
1
-2
/
+9
2020-08-21
fs/ufs: avoid potential u32 multiplication overflow
Colin Ian King
1
-1
/
+1
2020-08-21
fs/minix: remove expected error message in block_to_path()
Eric Biggers
2
-12
/
+12
2020-08-21
fs/minix: fix block limit check for V1 filesystems
Eric Biggers
1
-1
/
+1
2020-08-21
fs/minix: set s_maxbytes correctly
Eric Biggers
4
-9
/
+9
2020-08-21
nfs: Fix getxattr kernel panic and memory overflow
Jeffrey Mitchell
2
-3
/
+5
2020-08-21
nfs: nfs_file_write() should check for writeback errors
Scott Mayhew
1
-3
/
+9
2020-08-21
ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename
Zhihao Cheng
1
-4
/
+6
2020-08-21
nfs: ensure correct writeback errors are returned on close()
Scott Mayhew
2
-2
/
+8
2020-08-21
orangefs: get rid of knob code...
Mike Marshall
3
-62
/
+7
2020-08-21
ceph: handle zero-length feature mask in session messages
Jeff Layton
1
-2
/
+4
2020-08-21
ceph: set sec_context xattr on symlink creation
Jeff Layton
1
-0
/
+4
2020-08-21
ocfs2: change slot number type s16 to u16
Junxiao Bi
3
-6
/
+6
2020-08-21
ext2: fix missing percpu_counter_inc
Mikulas Patocka
1
-1
/
+2
2020-08-21
cifs: Fix leak when handling lease break for cached root fid
Paul Aurich
1
-21
/
+52
2020-08-21
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
1
-1
/
+1
2020-08-21
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
1
-0
/
+6
2020-08-21
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-08-21
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
1
-5
/
+11
2020-08-21
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: fix messages after changing compression level by remount
David Sterba
1
-5
/
+9
2020-08-21
btrfs: fix race between page release and a fast fsync
Filipe Manana
1
-3
/
+13
2020-08-21
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: sysfs: use NOFS for device creation
Josef Bacik
1
-0
/
+3
2020-08-21
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
1
-1
/
+8
2020-08-21
btrfs: add missing check for nocow and compression inode flags
David Sterba
1
-8
/
+22
2020-08-21
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
2
-3
/
+26
2020-08-21
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-08-21
btrfs: don't traverse into the seed devices in show_devname
Anand Jain
1
-14
/
+7
2020-08-21
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
2
-13
/
+1
2020-08-21
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
2
-1
/
+1
[next]