summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: fix old-style declarationYang Li2022-01-091-1/+1
* block: introduce rq_list_moveKeith Busch2022-01-051-0/+17
* block: introduce rq_list_for_each_safe macroKeith Busch2022-01-051-0/+4
* block: move rq_list macros to blk-mq.hKeith Busch2022-01-052-29/+29
* block: remove unnecessary trailing '\'Keith Busch2021-12-231-1/+1
* bio.h: fix kernel-doc warningsRandy Dunlap2021-12-231-2/+2
* block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa2021-12-211-1/+1
* block: only build the icq tracking code when neededChristoph Hellwig2021-12-161-2/+4
* block: move set_task_ioprio to blk-ioc.cChristoph Hellwig2021-12-161-2/+0
* block: remove the nr_task field from struct io_contextChristoph Hellwig2021-12-161-1/+0
* block: add mq_ops->queue_rqs hookJens Axboe2021-12-161-0/+8
* blk-mq: Delete busy_iter_fnJohn Garry2021-12-061-1/+0
* blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry2021-12-061-2/+1
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-032-8/+9
* block: switch to atomic_t for request referencesJens Axboe2021-12-031-1/+1
* mm: move filemap_range_needs_writeback() into headerJens Axboe2021-12-032-2/+29
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-2/+2
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-4/+3
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-294-11/+7
* block: remove get_io_context_activeChristoph Hellwig2021-11-291-16/+0
* block: mark put_io_context_active staticChristoph Hellwig2021-11-291-1/+0
* fork: move copy_io to block/blk-ioc.cChristoph Hellwig2021-11-291-10/+13
* blk-mq: Add blk_mq_complete_request_direct()Sebastian Andrzej Siewior2021-11-291-0/+11
* blk-crypto: remove blk_crypto_unregister()Eric Biggers2021-11-291-4/+0
* block: only allocate poll_stats if there's a user of themJens Axboe2021-11-291-2/+1
* block: cleanup the GENHD_FL_* definitionsChristoph Hellwig2021-11-291-18/+14
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-23/+5
* block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig2021-11-291-8/+1
* block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2021-11-291-7/+6
* block: remove GENHD_FL_CDChristoph Hellwig2021-11-291-5/+0
* block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2021-11-291-4/+2
* block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig2021-11-291-7/+1
* block: remove rq_flush_dcache_pagesChristoph Hellwig2021-11-291-10/+0
* block: move blk_rq_err_bytes to scsiChristoph Hellwig2021-11-291-3/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-281-2/+0
|\
| * Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin2021-11-251-2/+0
* | Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-271-1/+1
|\ \
| * | sunrpc: fix header include guard in trace headerThiago Rafael Becker2021-11-181-1/+1
* | | Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-265-3/+9
|\ \ \
| * | | net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean2021-11-261-0/+1
| * | | net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2021-11-261-0/+2
| * | | Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-11-251-3/+4
| |\ \ \
| | * | | net: ieee802154: handle iftypes as u32Alexander Aring2021-11-161-3/+4
| * | | | net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+2
* | | | | Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-261-7/+0
|\ \ \ \ \
| * | | | | ACPI: Make acpi_node_get_parent() localSakari Ailus2021-11-231-7/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-261-0/+1
|\ \ \ \ \
| * | | | | xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-0/+1
* | | | | | Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-256-24/+88
|\ \ \ \ \ \
| * | | | | | mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-3/+41