index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
btrfs: fix beyond-EOF write handling
Qu Wenruo
1
-4
/
+4
3 days
btrfs: use variable for end offset in extent_writepage_io()
Filipe Manana
1
-5
/
+5
3 days
btrfs: truncate ordered extent when skipping writeback past i_size
Filipe Manana
2
-4
/
+22
3 days
btrfs: remove btrfs_fs_info::sectors_per_page
Qu Wenruo
4
-54
/
+84
3 days
btrfs: add extra error messages for delalloc range related errors
Qu Wenruo
2
-0
/
+27
3 days
btrfs: subpage: dump the involved bitmap when ASSERT() failed
Qu Wenruo
1
-11
/
+30
3 days
btrfs: fix error handling of submit_uncompressed_range()
Qu Wenruo
1
-13
/
+4
3 days
erofs: fix file-backed mounts no longer working on EROFS partitions
Gao Xiang
1
-1
/
+2
3 days
erofs: don't bother with s_stack_depth increasing for now
Gao Xiang
1
-6
/
+12
3 days
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
1
-7
/
+5
3 days
btrfs: qgroup: update all parent qgroups when doing quick inherit
Qu Wenruo
1
-2
/
+16
3 days
btrfs: fix qgroup_snapshot_quick_inherit() squota bug
Boris Burkov
1
-0
/
+3
3 days
smb/client: fix NT_STATUS_NO_DATA_DETECTED value
ChenXiaoSong
1
-1
/
+1
3 days
smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
ChenXiaoSong
1
-1
/
+1
3 days
smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
ChenXiaoSong
1
-1
/
+1
3 days
NFS: Fix up the automount fs_context to use the correct cred
Trond Myklebust
1
-0
/
+5
3 days
NFSv4: ensure the open stateid seqid doesn't go backwards
Scott Mayhew
2
-2
/
+12
3 days
btrfs: always detect conflicting inodes when logging inode refs
Filipe Manana
1
-4
/
+2
3 days
NFSD: Remove NFSERR_EAGAIN
Chuck Lever
3
-3
/
+1
3 days
NFSD: net ref data still needs to be freed even if net hasn't startup
Edward Adam Davis
1
-15
/
+15
3 days
nfsd: check that server is running in unlock_filesystem
Olga Kornievskaia
3
-6
/
+12
3 days
nfsd: use correct loop termination in nfsd4_revoke_states()
NeilBrown
1
-1
/
+1
3 days
nfsd: provide locking for v4_end_grace
NeilBrown
4
-5
/
+44
3 days
NFSD: Fix permission check for read access to executable-only files
Scott Mayhew
1
-2
/
+2
12 days
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
1
-5
/
+5
12 days
f2fs: fix to propagate error from f2fs_enable_checkpoint()
Chao Yu
1
-10
/
+16
12 days
f2fs: dump more information for f2fs_{enable,disable}_checkpoint()
Chao Yu
1
-0
/
+16
12 days
f2fs: add timeout in f2fs_enable_checkpoint()
Chao Yu
2
-6
/
+17
12 days
f2fs: clear SBI_POR_DOING before initing inmem curseg
Sheng Yong
1
-3
/
+3
12 days
f2fs: fix to avoid updating compression context during writeback
Chao Yu
4
-3
/
+23
12 days
f2fs: drop inode from the donation list when the last file is closed
Jaegeuk Kim
4
-2
/
+11
12 days
f2fs: use global inline_xattr_slab instead of per-sb slab cache
Chao Yu
4
-36
/
+24
12 days
f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
Chao Yu
1
-8
/
+12
12 days
jbd2: fix the inconsistency between checksum and data in memory for journal sb
Ye Bin
1
-0
/
+14
12 days
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
1
-4
/
+4
12 days
btrfs: don't rewrite ret from inode_permission
Josef Bacik
1
-3
/
+1
12 days
gfs2: fix freeze error handling
Alexey Velichayshiy
1
-3
/
+1
12 days
nfsd: Drop the client reference in client_states_open()
Haoxiang Li
1
-1
/
+3
12 days
lockd: fix vfs_test_lock() calls
NeilBrown
4
-18
/
+24
12 days
ntfs: Do not overwrite uptodate pages
Matthew Wilcox (Oracle)
1
-6
/
+29
12 days
ksmbd: Fix memory leak in get_file_all_info()
Zilin Guan
1
-1
/
+3
12 days
fuse: fix readahead reclaim deadlock
Joanne Koong
1
-7
/
+19
12 days
btrfs: don't log conflicting inode if it's a dir moved in the current transac...
Filipe Manana
1
-0
/
+38
12 days
nfsd: Mark variable __maybe_unused to avoid W=1 build break
Andy Shevchenko
1
-1
/
+1
12 days
NFSD: NFSv4 file creation neglects setting ACL
Chuck Lever
1
-1
/
+2
12 days
NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
Chuck Lever
1
-0
/
+5
12 days
fsnotify: do not generate ACCESS/MODIFY events on child for special files
Amir Goldstein
1
-1
/
+8
12 days
xfs: fix a UAF problem in xattr repair
Darrick J. Wong
1
-1
/
+1
12 days
xfs: fix stupid compiler warning
Darrick J. Wong
1
-1
/
+1
12 days
xfs: fix a memory leak in xfs_buf_item_init()
Haoxiang Li
1
-0
/
+1
[next]