summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-20io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig
2023-06-20io_uring: use io_file_from_index in io_msg_grab_fileChristoph Hellwig
2023-06-20io_uring: use io_file_from_index in __io_sync_cancelChristoph Hellwig
2023-06-20io_uring: return REQ_F_ flags from io_file_get_flagsChristoph Hellwig
2023-06-20io_uring: remove io_req_ffs_setChristoph Hellwig
2023-06-20io_uring: remove a confusing comment above io_file_get_flagsChristoph Hellwig
2023-06-20io_uring: remove the mode variable in io_file_get_flagsChristoph Hellwig
2023-06-20io_uring: remove __io_file_supports_nowaitChristoph Hellwig
2023-06-12io_uring: wait interruptibly for request completions on exitJens Axboe
2023-06-07io_uring: get rid of unnecessary 'length' variableJens Axboe
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe
2023-05-25nvme: optimise io_uring passthrough completionPavel Begunkov
2023-05-25io_uring/cmd: add cmd lazy tw wake helperPavel Begunkov
2023-05-19io_uring: annotate offset timeout racesPavel Begunkov
2023-05-19io_uring: maintain ordering for DEFER_TASKRUN tw listJens Axboe
2023-05-17io_uring/net: don't retry recvmsg() unnecessarilyJens Axboe
2023-05-17io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()Jens Axboe
2023-05-17io_uring/net: initalize msghdr->msg_inq to known valueJens Axboe
2023-05-17io_uring/net: initialize struct msghdr more sanely for io_recv()Jens Axboe
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett
2023-05-16io_uring: support for user allocated memory for rings/sqesJens Axboe
2023-05-16io_uring: add ring freeing helperJens Axboe
2023-05-16io_uring: return error pointer from io_mem_alloc()Jens Axboe
2023-05-16io_uring: remove sq/cq_off memsetJens Axboe
2023-05-15io_uring: rely solely on FMODE_NOWAITJens Axboe
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe
2023-05-15net: set FMODE_NOWAIT for socketsJens Axboe
2023-05-14Linux 6.4-rc2Linus Torvalds
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-14Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-14Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-13Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o
2023-05-13ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-13ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus