aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-23io_uring: deduplicate open iopoll checkPavel Begunkov1-7/+4
2021-08-23io_uring: inline io_free_req_deferredPavel Begunkov1-8/+4
2021-08-23io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov1-45/+44
2021-08-23io_uring: move io_put_task() definitionPavel Begunkov1-12/+11
2021-08-23io_uring: extract a helper for ctx quiescePavel Begunkov1-24/+29
2021-08-23io_uring: optimise io_cqring_wait() hot pathPavel Begunkov1-8/+6
2021-08-23io_uring: add more locking annotations for submitPavel Begunkov1-0/+6
2021-08-23io_uring: don't halt iopoll too earlyPavel Begunkov1-9/+6
2021-08-23io_uring: refactor io_alloc_reqPavel Begunkov1-33/+33
2021-08-23io-wq: improve wq_list_add_tail()Pavel Begunkov1-1/+1
2021-08-23io_uring: remove unnecessary PF_EXITING checkPavel Begunkov1-3/+1
2021-08-23io_uring: clean io-wq callbacksPavel Begunkov1-9/+9
2021-08-23io_uring: avoid touching inode in rw prepPavel Begunkov1-10/+15
2021-08-23io_uring: rename io_file_supports_async()Pavel Begunkov1-15/+15
2021-08-23io_uring: inline fixed part of io_file_get()Pavel Begunkov1-26/+39
2021-08-23io_uring: use kvmalloc for fixed filesPavel Begunkov1-23/+10
2021-08-23io_uring: be smarter about waking multiple CQ ring waitersJens Axboe1-14/+13
2021-08-23io-wq: remove GFP_ATOMIC allocation off schedule out pathJens Axboe1-32/+40
2021-08-23null_blk: add error handling support for add_disk()Luis Chamberlain1-2/+1
2021-08-23virtio_blk: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain2-38/+62
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain2-4/+5
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain2-7/+10
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2-11/+3
2021-08-23block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig1-1/+2
2021-08-23block: create the bdi link earlier in device_add_diskChristoph Hellwig1-7/+6
2021-08-23block: call bdev_add later in device_add_diskChristoph Hellwig1-19/+17
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig9-26/+26
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig2-13/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig6-12/+13
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig6-11/+10
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig4-13/+9
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig4-29/+17
2021-08-23sg: do not allocate a gendiskChristoph Hellwig1-23/+9
2021-08-23st: do not allocate a gendiskChristoph Hellwig2-38/+13
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig1-20/+13
2021-08-23kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring1-2/+1
2021-08-23dt-bindings: soc: remove obsolete zte zx headerZenghui Yu1-24/+0
2021-08-23dt-bindings: clock: remove obsolete zte zx headerZenghui Yu1-164/+0
2021-08-23of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier1-1/+1
2021-08-23dt-bindings: memory: convert H8/300 bus controller to dtschemaKrzysztof Kozlowski2-12/+35
2021-08-23EDAC/i10nm: Retrieve and print retry_rd_err_log registersYouquan Song4-3/+157
2021-08-23EDAC/i10nm: Fix NVDIMM detectionQiuxu Zhuo1-3/+3
2021-08-23EDAC/skx_common: Set the memory type correctly for HBM memoryQiuxu Zhuo1-1/+4
2021-08-23Merge series "ASoC: Intel: Skylake: Fix and support complex" from Cezary Rojewski <cezary.rojewski@intel.com>:Mark Brown6-190/+230
2021-08-23f2fs: rebuild nat_bits during umountChao Yu3-59/+95
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong6-6/+315
2021-08-23f2fs: separate out iostat featureDaeho Jeong14-149/+225