index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
io_uring: remove 'fname' from io_open structure
Jens Axboe
2020-01-21
1
-5
/
+6
|
*
|
io_uring: add 'struct open_how' to the openat request context
Jens Axboe
2020-01-21
1
-9
/
+8
|
*
|
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
2020-01-21
1
-1
/
+16
|
*
|
io_uring: change io_ring_ctx bool fields into bit fields
Jens Axboe
2020-01-21
1
-7
/
+7
|
*
|
io_uring: file set registration should use interruptible waits
Jens Axboe
2020-01-21
1
-2
/
+8
|
*
|
io_uring: Remove unnecessary null check
YueHaibing
2020-01-21
1
-2
/
+1
|
*
|
io_uring: add support for send(2) and recv(2)
Jens Axboe
2020-01-21
1
-5
/
+135
|
*
|
io_uring: remove extra io_wq_current_is_worker()
Pavel Begunkov
2020-01-21
1
-2
/
+1
|
*
|
io_uring: optimise commit_sqring() for common case
Pavel Begunkov
2020-01-21
1
-8
/
+6
|
*
|
io_uring: optimise head checks in io_get_sqring()
Pavel Begunkov
2020-01-21
1
-9
/
+4
|
*
|
io_uring: clamp to_submit in io_submit_sqes()
Pavel Begunkov
2020-01-21
1
-2
/
+2
|
*
|
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-21
1
-3
/
+14
|
*
|
io_uring: extend batch freeing to cover more cases
Jens Axboe
2020-01-21
1
-31
/
+69
|
*
|
io_uring: wrap multi-req freeing in struct req_batch
Jens Axboe
2020-01-21
1
-34
/
+31
|
*
|
io_uring: batch getting pcpu references
Pavel Begunkov
2020-01-21
1
-9
/
+17
|
*
|
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-21
1
-0
/
+59
|
*
|
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-21
1
-0
/
+53
|
*
|
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-21
1
-1
/
+10
|
*
|
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-21
1
-0
/
+23
|
*
|
io_uring: improve poll completion performance
Jens Axboe
2020-01-21
1
-20
/
+88
|
*
|
io_uring: split overflow state into SQ and CQ side
Jens Axboe
2020-01-21
1
-13
/
+27
|
*
|
io_uring: add lookup table for various opcode needs
Jens Axboe
2020-01-21
1
-53
/
+155
|
*
|
io_uring: remove two unnecessary function declarations
Jens Axboe
2020-01-21
1
-2
/
+0
|
*
|
io_uring: move *queue_link_head() from common path
Pavel Begunkov
2020-01-21
1
-17
/
+15
|
*
|
io_uring: rename prev to head
Pavel Begunkov
2020-01-21
1
-5
/
+5
|
*
|
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-21
1
-2
/
+14
|
*
|
io-wq: support concurrent non-blocking work
Jens Axboe
2020-01-21
2
-1
/
+5
|
*
|
io_uring: add support for IORING_OP_STATX
Jens Axboe
2020-01-21
1
-1
/
+85
|
*
|
fs: make two stat prep helpers available
Jens Axboe
2020-01-21
2
-12
/
+28
|
*
|
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
2020-01-21
1
-135
/
+350
|
*
|
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
2020-01-21
1
-0
/
+109
|
*
|
io-wq: add support for uncancellable work
Jens Axboe
2020-01-21
3
-2
/
+12
|
*
|
fs: move filp_close() outside of __close_fd_get_file()
Jens Axboe
2020-01-21
1
-2
/
+4
|
*
|
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
2020-01-21
1
-2
/
+93
|
*
|
fs: make build_open_flags() available internally
Jens Axboe
2020-01-21
2
-3
/
+4
|
*
|
io_uring: add support for fallocate()
Jens Axboe
2020-01-21
1
-0
/
+60
|
*
|
Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs
Jens Axboe
2020-01-21
1
-1
/
+3
|
|
\
\
|
*
\
\
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jens Axboe
2020-01-20
5
-93
/
+305
|
|
\
\
\
*
|
\
\
\
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-01-30
4
-303
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
compat_ioctl: simplify the implementation
Arnd Bergmann
2020-01-03
2
-99
/
+64
|
*
|
|
|
|
compat_ioctl: move sys_compat_ioctl() to ioctl.c
Arnd Bergmann
2020-01-03
3
-134
/
+91
|
*
|
|
|
|
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
2020-01-03
1
-130
/
+2
*
|
|
|
|
|
Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-01-30
3
-3
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kunit: allow kunit tests to be loaded as a module
Alan Maguire
2020-01-10
3
-3
/
+6
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...
Linus Torvalds
2020-01-29
12
-54
/
+106
|
\
\
\
\
\
\
|
*
|
|
|
|
|
nfs: fscache: use timespec64 in inode auxdata
Arnd Bergmann
2019-12-18
3
-11
/
+21
|
*
|
|
|
|
|
nfs: fix timstamp debug prints
Arnd Bergmann
2019-12-18
1
-5
/
+5
|
*
|
|
|
|
|
hfs/hfsplus: use 64-bit inode timestamps
Arnd Bergmann
2019-12-18
4
-19
/
+53
|
*
|
|
|
|
|
hostfs: pass 64-bit timestamps to/from user space
Arnd Bergmann
2019-12-18
2
-15
/
+22
|
*
|
|
|
|
|
dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD
Arnd Bergmann
2019-12-18
1
-3
/
+3
[prev]
[next]