summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig
2023-06-05block: move more code to early-lookup.cChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig
2023-06-05block: add a mark_dead holder operationChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells
2023-05-30block: constify struct part_type part_typeThomas Weißschuh
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells
2023-05-24splice: Remove generic_file_splice_read()David Howells
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai
2023-05-23block: remove redundant req_op in blk_rq_is_passthroughLi Nan
2023-05-19ublk: support user copyMing Lei
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche
2023-05-18block: Introduce op_needs_zoned_write_locking()Bart Van Assche
2023-05-18block: Fix the type of the second bdev_op_is_zoned_write() argumentBart Van Assche
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-12Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-11Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-05-12Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet