index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-20
io_uring: add helpers to decode the fixed file file_ptr
Christoph Hellwig
2023-06-20
io_uring: use io_file_from_index in io_msg_grab_file
Christoph Hellwig
2023-06-20
io_uring: use io_file_from_index in __io_sync_cancel
Christoph Hellwig
2023-06-20
io_uring: return REQ_F_ flags from io_file_get_flags
Christoph Hellwig
2023-06-20
io_uring: remove io_req_ffs_set
Christoph Hellwig
2023-06-20
io_uring: remove a confusing comment above io_file_get_flags
Christoph Hellwig
2023-06-20
io_uring: remove the mode variable in io_file_get_flags
Christoph Hellwig
2023-06-20
io_uring: remove __io_file_supports_nowait
Christoph Hellwig
2023-06-12
io_uring: wait interruptibly for request completions on exit
Jens Axboe
2023-06-07
io_uring: get rid of unnecessary 'length' variable
Jens Axboe
2023-06-07
io_uring: cleanup io_aux_cqe() API
Jens Axboe
2023-06-02
io_uring: avoid indirect function calls for the hottest task_work
Jens Axboe
2023-05-25
nvme: optimise io_uring passthrough completion
Pavel Begunkov
2023-05-25
io_uring/cmd: add cmd lazy tw wake helper
Pavel Begunkov
2023-05-19
io_uring: annotate offset timeout races
Pavel Begunkov
2023-05-19
io_uring: maintain ordering for DEFER_TASKRUN tw list
Jens Axboe
2023-05-17
io_uring/net: don't retry recvmsg() unnecessarily
Jens Axboe
2023-05-17
io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()
Jens Axboe
2023-05-17
io_uring/net: initalize msghdr->msg_inq to known value
Jens Axboe
2023-05-17
io_uring/net: initialize struct msghdr more sanely for io_recv()
Jens Axboe
2023-05-16
io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
Josh Triplett
2023-05-16
io_uring: support for user allocated memory for rings/sqes
Jens Axboe
2023-05-16
io_uring: add ring freeing helper
Jens Axboe
2023-05-16
io_uring: return error pointer from io_mem_alloc()
Jens Axboe
2023-05-16
io_uring: remove sq/cq_off memset
Jens Axboe
2023-05-15
io_uring: rely solely on FMODE_NOWAIT
Jens Axboe
2023-05-15
block: mark bdev files as FMODE_NOWAIT if underlying device supports it
Jens Axboe
2023-05-15
net: set FMODE_NOWAIT for sockets
Jens Axboe
2023-05-14
Linux 6.4-rc2
Linus Torvalds
2023-05-14
Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-14
Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-05-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2023-05-14
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-05-14
Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-05-14
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-05-14
Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-14
Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-05-13
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-13
Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-13
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2023-05-14
parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag
Helge Deller
2023-05-13
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
2023-05-13
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
2023-05-13
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
2023-05-13
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
2023-05-13
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
2023-05-13
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2023-05-13
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
2023-05-13
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
2023-05-13
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
[next]