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.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
2022-03-23
mm: fs: fix lru_cache_disabled race in bh_lru
Minchan Kim
1
-3
/
+5
2022-03-23
mount: warn only once about timestamp range expiration
Anthony Iliopoulos
1
-0
/
+2
2022-03-23
f2fs: replace congestion_wait() calls with io_schedule_timeout()
NeilBrown
5
-14
/
+13
2022-03-23
remove bdi_congested() and wb_congested() and related functions
NeilBrown
3
-24
/
+0
2022-03-23
remove inode_congested()
NeilBrown
1
-37
/
+0
2022-03-23
ceph: remove reliance on bdi congestion
NeilBrown
3
-9
/
+15
2022-03-23
nfs: remove reliance on bdi congestion
NeilBrown
1
-3
/
+11
2022-03-23
fuse: remove reliance on bdi congestion
NeilBrown
3
-25
/
+17
2022-03-23
fs/ocfs2: fix comments mentioning i_mutex
hongnanli
11
-16
/
+16
2022-03-23
ocfs2: cleanup some return variables
Joseph Qi
2
-18
/
+9
2022-03-23
ntfs: add sanity check on allocation size
Dongliang Mu
1
-0
/
+4
2022-03-18
Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+2
2022-03-17
ocfs2: fix crash when initialize filecheck kobj fails
Joseph Qi
1
-11
/
+11
2022-03-17
smb3: fix incorrect session setup check for multiuser mounts
Steve French
1
-1
/
+2
2022-03-11
Merge branch 'davidh' (fixes from David Howells)
Linus Torvalds
3
-8
/
+35
2022-03-11
cachefiles: Fix volume coherency attribute
David Howells
1
-3
/
+20
2022-03-11
afs: Fix potential thrashing in afs writeback
David Howells
1
-1
/
+8
2022-03-11
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
1
-1
/
+2
2022-03-11
watch_queue, pipe: Free watchqueue state after clearing pipe ring
David Howells
1
-3
/
+5
2022-03-08
Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-6
/
+20
2022-03-07
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
3
-1
/
+13
2022-03-06
Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-28
/
+230
2022-03-05
proc: fix documentation and description of pagemap
Yun Zhou
1
-1
/
+2
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2
-6
/
+6
2022-03-04
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
1
-0
/
+28
2022-03-03
cachefiles: Fix incorrect length to fallocate()
David Howells
1
-1
/
+1
2022-03-02
Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-03-02
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
1
-0
/
+18
2022-03-02
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
1
-1
/
+8
2022-03-02
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
1
-1
/
+31
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
7
-1
/
+91
2022-03-02
btrfs: tree-checker: use u64 for item data end to avoid overflow
Su Yue
1
-9
/
+9
2022-03-02
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
1
-3
/
+13
2022-03-02
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
1
-12
/
+31
2022-03-02
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
1
-1
/
+1
2022-03-02
erofs: fix ztailpacking on > 4GiB filesystems
Gao Xiang
1
-1
/
+1
2022-03-01
Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+18
2022-03-01
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
1
-7
/
+18
2022-02-26
Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+3
2022-02-26
Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+5
2022-02-26
tracefs: Set the group ownership in apply_options() not parse_options()
Steven Rostedt (Google)
1
-2
/
+3
2022-02-26
Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...
Linus Torvalds
1
-0
/
+14
2022-02-26
Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-84
/
+296
2022-02-24
Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+17
2022-02-24
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
3
-4
/
+17
2022-02-23
btrfs: autodefrag: only scan one inode once
Qu Wenruo
1
-62
/
+22
2022-02-23
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
3
-0
/
+24
2022-02-23
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
1
-4
/
+157
2022-02-23
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
1
-4
/
+0
2022-02-23
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
1
-0
/
+20
[next]