]> www.infradead.org Git - users/hch/block.git/shortlog
users/hch/block.git
2021-08-27 Christoph Hellwigblock: remove support for cryptoloop and the xor transfer remove-loop-transformations
2021-08-25 Jens AxboeMerge branch 'for-5.15/drivers' into for-next
2021-08-25 Christoph Hellwignbd: remove nbd->destroy_complete
2021-08-25 Christoph Hellwignbd: only return usable devices from nbd_find_unused
2021-08-25 Tetsuo Handanbd: set nbd->index before releasing nbd_index_mutex
2021-08-25 Tetsuo Handanbd: prevent IDR lookups from finding partially initial...
2021-08-25 Christoph Hellwignbd: reset NBD to NULL when restarting in nbd_genl_connect
2021-08-25 Tetsuo Handanbd: add missing locking to the nbd_dev_add error path
2021-08-25 Jens AxboeMerge branch 'for-5.15/io_uring' into for-next
2021-08-25 Hao Xuio_uring: don't free request to slab
2021-08-25 Jens AxboeMerge branch 'for-5.15/block' into for-next
2021-08-25 Christoph Hellwigsg: pass the device name to blk_trace_setup
2021-08-25 Shaokun Zhangblock, bfq: cleanup the repeated declaration
2021-08-25 Eric Biggersblk-crypto: fix check for too-large dun_bytes
2021-08-25 Jens AxboeMerge branch 'for-5.15/libata' into for-next
2021-08-25 Jens AxboeMerge branch 'for-5.15/block' into for-next
2021-08-25 Jens AxboeMerge branch 'io_uring-bio-cache.5' into for-next
2021-08-25 Jens AxboeMerge branch 'for-5.15/io_uring-vfs' into for-next
2021-08-25 Jens AxboeMerge branch 'for-5.15/io_uring' into for-next
2021-08-25 Pavel Begunkovio_uring: accept directly into fixed file table
2021-08-25 Pavel Begunkovio_uring: hand code io_accept() fd installing
2021-08-25 Pavel Begunkovio_uring: openat directly into fixed fd table
2021-08-25 Pavel Begunkovnet: add accept helper not installing fd
2021-08-24 Niklas Casselblk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN
2021-08-24 Niklas Casselblk-zoned: allow zone management send operations withou...
2021-08-24 Jing Yangyanginclude:libata: fix boolreturn.cocci warnings
2021-08-24 Christoph Hellwigblock: mark blkdev_fsync static
2021-08-24 Christoph Hellwigblock: refine the disk_live check in del_gendisk
2021-08-24 Dmitry Osipenkommc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_TEGRA
2021-08-24 Dmitry Osipenkommc: block: Support alternative_gpt_sector() operation
2021-08-24 Dmitry Osipenkopartitions/efi: Support non-standard GPT location
2021-08-24 Dmitry Osipenkoblock: Add alternative_gpt_sector() operation
2021-08-24 Pavel Begunkovbio: fix page leak bio_add_hw_page failure
2021-08-24 Christoph Hellwigblock: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
2021-08-24 Christoph Hellwigblock: remove a pointless call to MINOR() in device_add...
2021-08-23 Dmitry Kadashevio_uring: add support for IORING_OP_LINKAT
2021-08-23 Dmitry Kadashevio_uring: add support for IORING_OP_SYMLINKAT
2021-08-23 Jens AxboeMerge branch 'for-5.15/libata' into for-next
2021-08-23 Jens AxboeMerge branch 'for-5.15/drivers' into for-next
2021-08-23 Jens AxboeMerge branch 'for-5.15/block' into for-next
2021-08-23 Jens Axboebio: improve kerneldoc documentation for bio_alloc_kiocb()
2021-08-23 Jens Axboeblock: provide bio_clear_hipri() helper
2021-08-23 Christoph Hellwigblock: use the percpu bio cache in __blkdev_direct_IO
2021-08-23 Jens Axboeio_uring: enable use of bio alloc cache
2021-08-23 Jens Axboeblock: clear BIO_PERCPU_CACHE flag if polling isn't...
2021-08-23 Jens Axboebio: add allocation cache abstraction
2021-08-23 Jens Axboefs: add kiocb alloc cache flag
2021-08-23 Jens Axboebio: optimize initialization of a bio
2021-08-23 Pavel Begunkovio_uring: fix io_try_cancel_userdata race for iowq
2021-08-23 Dmitry Kadashevio_uring: add support for IORING_OP_MKDIRAT
2021-08-23 Dmitry Kadashevnamei: update do_*() helpers to return ints
2021-08-23 Dmitry Kadashevnamei: make do_linkat() take struct filename
2021-08-23 Dmitry Kadashevnamei: add getname_uflags()
2021-08-23 Dmitry Kadashevnamei: make do_symlinkat() take struct filename
2021-08-23 Dmitry Kadashevnamei: make do_mknodat() take struct filename
2021-08-23 Dmitry Kadashevnamei: make do_mkdirat() take struct filename
2021-08-23 Dmitry Kadashevnamei: change filename_parentat() calling conventions
2021-08-23 Dmitry Kadashevnamei: ignore ERR/NULL names in putname()
2021-08-23 Pavel Begunkovio_uring: IRQ rw completion batching
2021-08-23 Pavel Begunkovio_uring: batch task work locking
2021-08-23 Pavel Begunkovio_uring: flush completions for fallbacks
2021-08-23 Pavel Begunkovio_uring: add ->splice_fd_in checks
2021-08-23 Jens Axboeio_uring: add clarifying comment for io_cqring_ev_posted()
2021-08-23 Pavel Begunkovio_uring: place fixed tables under memcg limits
2021-08-23 Pavel Begunkovio_uring: limit fixed table size by RLIMIT_NOFILE
2021-08-23 Hao Xuio_uring: fix lack of protection for compl_nr
2021-08-23 wangyangboio_uring: Add register support for non-4k PAGE_SIZE
2021-08-23 Pavel Begunkovio_uring: extend task put optimisations
2021-08-23 Jens Axboeio_uring: add comments on why PF_EXITING checking is...
2021-08-23 Hao Xuio-wq: move nr_running and worker_refs out of wqe-...
2021-08-23 Pavel Begunkovio_uring: fix io_timeout_remove locking
2021-08-23 Pavel Begunkovio_uring: improve same wq polling
2021-08-23 Pavel Begunkovio_uring: reuse io_req_complete_post()
2021-08-23 Pavel Begunkovio_uring: better encapsulate buffer select for rw
2021-08-23 Pavel Begunkovio_uring: optimise io_prep_linked_timeout()
2021-08-23 Pavel Begunkovio_uring: cancel not-armed linked touts separately
2021-08-23 Pavel Begunkovio_uring: simplify io_prep_linked_timeout
2021-08-23 Pavel Begunkovio_uring: kill REQ_F_LTIMEOUT_ACTIVE
2021-08-23 Pavel Begunkovio_uring: optimise hot path of ltimeout prep
2021-08-23 Pavel Begunkovio_uring: deduplicate cancellation code
2021-08-23 Pavel Begunkovio_uring: kill not necessary resubmit switch
2021-08-23 Pavel Begunkovio_uring: optimise initial ltimeout refcounting
2021-08-23 Pavel Begunkovio_uring: don't inflight-track linked timeouts
2021-08-23 Pavel Begunkovio_uring: optimise iowq refcounting
2021-08-23 Jens Axboeio_uring: correct __must_hold annotation
2021-08-23 Hao Xuio_uring: code clean for completion_lock in io_arm_poll...
2021-08-23 Hao Xuio_uring: remove files pointer in cancellation functions
2021-08-23 Hao Xuio_uring: extract io_uring_files_cancel() in io_uring_t...
2021-08-23 Pavel Begunkovio_uring: skip request refcounting
2021-08-23 Pavel Begunkovio_uring: remove submission references
2021-08-23 Pavel Begunkovio_uring: remove req_ref_sub_and_test()
2021-08-23 Pavel Begunkovio_uring: move req_ref_get() and friends
2021-08-23 Jens Axboeio_uring: remove IRQ aspect of io_ring_ctx completion...
2021-08-23 Jens Axboeio_uring: run regular file completions from task_work
2021-08-23 Jens Axboeio_uring: run linked timeouts from task_work
2021-08-23 Jens Axboeio_uring: run timeouts from task_work
2021-08-23 Pavel Begunkovio_uring: remove file batch-get optimisation
2021-08-23 Pavel Begunkovio_uring: clean up tctx_task_work()
2021-08-23 Pavel Begunkovio_uring: inline io_poll_remove_waitqs
2021-08-23 Pavel Begunkovio_uring: remove extra argument for overflow flush
next