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
2019-12-08
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2
-31
/
+9
2019-12-07
pipe: fix and clarify pipe read wakeup logic
Linus Torvalds
1
-13
/
+18
2019-12-07
pipe: fix and clarify pipe write wakeup logic
Linus Torvalds
1
-18
/
+41
2019-12-07
pipe: fix poll/select race introduced by the pipe rework
Linus Torvalds
1
-3
/
+15
2019-12-07
pipe: Fix iteration end check in fuse_dev_splice_write()
David Howells
1
-1
/
+1
2019-12-06
pipe: fix incorrect caching of pipe state over pipe_wait()
Linus Torvalds
1
-4
/
+6
2019-12-06
Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-216
/
+493
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
9
-74
/
+50
2019-12-06
Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-29
/
+18
2019-12-06
Merge branch 'pipe-rework' (patches from David Howells)
Linus Torvalds
1
-8
/
+7
2019-12-06
pipe: Fix missing mask update after pipe_wait()
David Howells
1
-6
/
+6
2019-12-06
pipe: Remove assertion from pipe_poll()
David Howells
1
-2
/
+1
2019-12-06
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
19
-92
/
+152
2019-12-06
Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-344
/
+359
2019-12-05
Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-115
/
+134
2019-12-05
io_uring: fix a typo in a comment
LimingWu
1
-1
/
+1
2019-12-05
io_uring: hook all linked requests via link_list
Pavel Begunkov
1
-22
/
+20
2019-12-05
io_uring: fix error handling in io_queue_link_head
Pavel Begunkov
1
-5
/
+7
2019-12-05
fs/binfmt_elf.c: extract elf_read() function
Alexey Dobriyan
1
-25
/
+24
2019-12-05
fs/binfmt_elf.c: delete unused "interp_map_addr" argument
Alexey Dobriyan
1
-6
/
+1
2019-12-05
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
1
-16
/
+0
2019-12-05
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
1
-23
/
+13
2019-12-05
fs/proc/Kconfig: fix indentation
Krzysztof Kozlowski
1
-4
/
+4
2019-12-05
fs/proc/internal.h: shuffle "struct pde_opener"
Alexey Dobriyan
1
-1
/
+1
2019-12-05
fs/proc/generic.c: delete useless "len" variable
Alexey Dobriyan
1
-4
/
+2
2019-12-05
proc: change ->nlink under proc_subdir_lock
Alexey Dobriyan
1
-16
/
+15
2019-12-05
io_uring: use hash table for poll command lookups
Jens Axboe
1
-43
/
+41
2019-12-05
io-wq: clear node->next on list deletion
Jens Axboe
1
-0
/
+1
2019-12-04
io_uring: ensure deferred timeouts copy necessary data
Jens Axboe
1
-41
/
+42
2019-12-04
io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUT
Jens Axboe
1
-3
/
+0
2019-12-04
Merge tag 'iomap-5.5-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-17
/
+22
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2019-12-03
io_uring: handle connect -EINPROGRESS like -EAGAIN
Jens Axboe
1
-1
/
+1
2019-12-03
io_uring: remove io_wq_current_is_worker
Jackie Liu
1
-6
/
+2
2019-12-03
io_uring: remove parameter ctx of io_submit_state_start
Jackie Liu
1
-2
/
+2
2019-12-03
io_uring: mark us with IORING_FEAT_SUBMIT_STABLE
Jens Axboe
1
-1
/
+2
2019-12-03
io_uring: ensure async punted connect requests copy data
Jens Axboe
1
-4
/
+47
2019-12-03
io_uring: ensure async punted sendmsg/recvmsg requests copy data
Jens Axboe
1
-17
/
+128
2019-12-03
io_uring: ensure async punted read/write requests copy iovec
Jens Axboe
1
-62
/
+181
2019-12-03
io_uring: add general async offload context
Jens Axboe
1
-24
/
+32
2019-12-03
block: don't send uevent for empty disk when not invalidating
Eric Biggers
1
-1
/
+1
2019-12-03
io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
Jens Axboe
1
-0
/
+2
2019-12-03
Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-33
/
+42
2019-12-03
Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
124
-6263
/
+5814
2019-12-02
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-12-02
Merge tag 'pstore-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2019-12-02
io_uring: use current task creds instead of allocating a new one
Jens Axboe
3
-4
/
+4
2019-12-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-48
/
+67
2019-12-02
Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+52
2019-12-02
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
7
-31
/
+31
[next]