index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: keep sendrecv flags in ioprio
Pavel Begunkov
2022-06-30
1
-4
/
+8
*
io_uring: use original request task for inflight tracking
Jens Axboe
2022-06-23
1
-1
/
+1
*
io_uring: fix double poll leak on repolling
Pavel Begunkov
2022-06-21
1
-0
/
+1
*
io_uring: fix wrong arm_poll error handling
Pavel Begunkov
2022-06-21
1
-0
/
+1
*
io_uring: fail links when poll fails
Pavel Begunkov
2022-06-21
1
-0
/
+2
*
io_uring: fix req->apoll_events
Pavel Begunkov
2022-06-21
1
-4
/
+8
*
io_uring: fix merge error in checking send/recv addr2 flags
Jens Axboe
2022-06-21
1
-4
/
+0
*
io_uring: mark reissue requests with REQ_F_PARTIAL_IO
Jens Axboe
2022-06-20
1
-2
/
+2
*
io_uring: recycle provided buffer if we punt to io-wq
Jens Axboe
2022-06-17
1
-0
/
+1
*
io_uring: do not use prio task_work_add in uring_cmd
Dylan Yudaken
2022-06-16
1
-1
/
+1
*
io_uring: commit non-pollable provided mapped buffers upfront
Jens Axboe
2022-06-16
1
-1
/
+1
*
io_uring: make io_fill_cqe_aux honour CQE32
Pavel Begunkov
2022-06-15
1
-0
/
+5
*
io_uring: remove __io_fill_cqe() helper
Pavel Begunkov
2022-06-15
1
-21
/
+16
*
io_uring: fix ->extra{1,2} misuse
Pavel Begunkov
2022-06-15
1
-2
/
+10
*
io_uring: fill extra big cqe fields from req
Pavel Begunkov
2022-06-15
1
-68
/
+10
*
io_uring: unite fill_cqe and the 32B version
Pavel Begunkov
2022-06-15
1
-19
/
+42
*
io_uring: get rid of __io_fill_cqe{32}_req()
Pavel Begunkov
2022-06-15
1
-49
/
+21
*
io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT
Pavel Begunkov
2022-06-14
1
-9
/
+3
*
Revert "io_uring: add buffer selection support to IORING_OP_NOP"
Pavel Begunkov
2022-06-14
1
-14
/
+1
*
Revert "io_uring: support CQE32 for nop operation"
Pavel Begunkov
2022-06-14
1
-20
/
+1
*
Merge branch 'io_uring/io_uring-5.19' of https://github.com/isilence/linux in...
Jens Axboe
2022-06-13
1
-25
/
+50
|
\
|
*
io_uring: fix double unlock for pbuf select
Pavel Begunkov
2022-06-13
1
-3
/
+1
|
*
io_uring: kbuf: fix bug of not consuming ring buffer in partial io case
Hao Xu
2022-06-13
1
-4
/
+16
|
*
io_uring: openclose: fix bug of closing wrong fixed file
Hao Xu
2022-06-13
1
-1
/
+1
|
*
io_uring: fix not locked access to fixed buf table
Pavel Begunkov
2022-06-13
1
-17
/
+17
|
*
io_uring: fix races with buffer table unregister
Pavel Begunkov
2022-06-13
1
-0
/
+7
|
*
io_uring: fix races with file table unregister
Pavel Begunkov
2022-06-13
1
-0
/
+8
*
|
io_uring: limit size of provided buffer ring
Dylan Yudaken
2022-06-13
1
-0
/
+4
*
|
io_uring: fix types in provided buffer ring
Dylan Yudaken
2022-06-13
1
-3
/
+3
*
|
io_uring: fix index calculation
Dylan Yudaken
2022-06-13
1
-1
/
+1
*
|
Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-06-12
6
-14
/
+29
|
\
\
|
*
|
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2022-06-10
2
-1
/
+8
|
*
|
cifs: return errors during session setup during reconnects
Shyam Prasad N
2022-06-06
1
-0
/
+3
|
*
|
cifs: fix reconnect on smb3 mount types
Paulo Alcantara
2022-06-06
3
-13
/
+18
*
|
|
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-06-10
1
-4
/
+5
|
\
\
\
|
*
|
|
NFSD: Fix potential use-after-free in nfsd_file_put()
Chuck Lever
2022-06-02
1
-4
/
+5
*
|
|
|
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
David Howells
2022-06-10
4
-17
/
+15
*
|
|
|
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
2022-06-10
12
-13
/
+16
*
|
|
|
afs: Fix some checker issues
David Howells
2022-06-10
1
-2
/
+1
*
|
|
|
Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-06-10
1
-37
/
+74
|
\
\
\
\
|
*
|
|
|
zonefs: fix zonefs_iomap_begin() for reads
Damien Le Moal
2022-06-08
1
-30
/
+64
|
*
|
|
|
zonefs: Do not ignore explicit_open with active zone limit
Damien Le Moal
2022-06-08
1
-2
/
+5
|
*
|
|
|
zonefs: fix handling of explicit_open option on mount
Damien Le Moal
2022-06-08
1
-6
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
38
-217
/
+193
*
|
|
|
Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-09
4
-11
/
+40
|
\
\
\
\
|
*
|
|
|
quota: Prevent memory allocation recursion while holding dq_lock
Matthew Wilcox (Oracle)
2022-06-06
1
-0
/
+10
|
*
|
|
|
writeback: Fix inode->i_io_list not be protected by inode->i_lock error
Jchao Sun
2022-06-06
2
-10
/
+29
|
*
|
|
|
fs: Fix syntax errors in comments
Xiang wangx
2022-06-06
1
-1
/
+1
|
|
/
/
/
*
/
/
/
netfs: gcc-12: temporarily disable '-Wattribute-warning' for now
Linus Torvalds
2022-06-09
2
-0
/
+6
|
/
/
/
*
|
|
Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-05
2
-6
/
+2
|
\
\
\
[next]