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-09-23
NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recall
Olga Kornievskaia
1
-1
/
+6
2020-09-23
btrfs: fix wrong address when faulting in pages in the search ioctl
Filipe Manana
1
-1
/
+2
2020-09-23
xfs: initialize the shortform attr header padding entry
Darrick J. Wong
1
-2
/
+2
2020-09-12
affs: fix basic permission bits to actually work
Max Staudt
2
-1
/
+52
2020-09-12
fs/affs: use octal for permissions
Fabian Frederick
1
-18
/
+18
2020-09-12
btrfs: fix potential deadlock in the search ioctl
Josef Bacik
3
-14
/
+27
2020-09-12
btrfs: set the lockdep class for log tree extent buffers
Josef Bacik
1
-1
/
+5
2020-09-12
btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewind
Nikolay Borisov
1
-1
/
+0
2020-09-12
btrfs: Remove redundant extent_buffer_get in get_old_root
Nikolay Borisov
1
-1
/
+0
2020-09-12
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-09-12
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
1
-3
/
+3
2020-09-12
ceph: don't allow setlease on cephfs
Jeff Layton
1
-0
/
+1
2020-09-03
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
1
-4
/
+6
2020-09-03
writeback: Fix sync livelock due to b_dirty_time processing
Jan Kara
1
-27
/
+17
2020-09-03
writeback: Avoid skipping inode writeback
Jan Kara
1
-5
/
+12
2020-09-03
writeback: Protect inode->i_io_list with inode->i_lock
Jan Kara
1
-5
/
+17
2020-09-03
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2
-1
/
+2
2020-09-03
fs: prevent BUG_ON in submit_bh_wbc()
Xianting Tian
2
-7
/
+9
2020-09-03
jbd2: abort journal if free a async write error metadata buffer
zhangyi (F)
1
-0
/
+16
2020-09-03
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
1
-0
/
+10
2020-09-03
ceph: fix potential mdsc use-after-free crash
Xiubo Li
1
-1
/
+13
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
ext4: fix potential negative array index in do_split()
Eric Sandeen
1
-3
/
+13
2020-08-26
xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
Eiichi Tsukata
1
-2
/
+4
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
ext4: fix checking of directory entry validity for inline directories
Jan Kara
1
-3
/
+3
2020-08-26
ext4: clean up ext4_match() and callers
Eric Biggers
1
-56
/
+25
2020-08-26
romfs: fix uninitialized memory leak in romfs_dev_read()
Jann Horn
1
-3
/
+1
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-21
fs/ufs: avoid potential u32 multiplication overflow
Colin Ian King
1
-1
/
+1
2020-08-21
nfs: Fix getxattr kernel panic and memory overflow
Jeffrey Mitchell
2
-3
/
+5
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
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
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: don't allocate anonymous block device for user invisible roots
Qu Wenruo
1
-3
/
+10
2020-08-21
smb3: warn on confusing error scenario with sec=krb5
Steve French
1
-0
/
+2
2020-08-21
9p: Fix memory leak in v9fs_mount
Zheng Bin
1
-3
/
+2
2020-08-21
fs/minix: reject too-large maximum file size
Eric Biggers
1
-2
/
+20
2020-08-21
fs/minix: don't allow getting deleted inodes
Eric Biggers
1
-0
/
+14
2020-08-21
fs/minix: check return value of sb_getblk()
Eric Biggers
1
-1
/
+7
2020-08-21
dlm: Fix kobject memleak
Wang Hai
1
-3
/
+3
2020-08-21
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-08-21
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
1
-0
/
+2
2020-08-21
xattr: break delegations in {set,remove}xattr
Frank van der Linden
1
-7
/
+77
2020-08-21
ext4: fix direct I/O read error
Jiang Ying
1
-0
/
+5
2020-08-21
xfs: fix missed wakeup on l_flush_wait
Rik van Riel
1
-5
/
+4
[next]