summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: move a few internal definitions out of blkdev.hChristoph Hellwig2023-06-121-27/+0
* mtd: block: use a simple bool to track open for writeChristoph Hellwig2023-06-121-1/+1
* scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig2023-06-121-1/+1
* scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig2023-06-121-1/+1
* scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig2023-06-121-1/+1
* fs: remove sb->s_modeChristoph Hellwig2023-06-121-1/+0
* block: add a sb_open_mode helperChristoph Hellwig2023-06-121-0/+7
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-1/+1
* cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig2023-06-121-1/+1
* cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig2023-06-121-0/+1
* cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig2023-06-121-1/+0
* cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig2023-06-121-2/+2
* cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig2023-06-121-2/+1
* pktcdvd: Get rid of custom printing macrosAndy Shevchenko2023-06-072-1/+1
* block: mark early_lookup_bdev as __initChristoph Hellwig2023-06-051-1/+1
* dm: remove dm_get_dev_tChristoph Hellwig2023-06-051-2/+0
* block: move more code to early-lookup.cChristoph Hellwig2023-06-051-1/+0
* init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-052-1/+5
* init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig2023-06-051-0/+1
* init: remove pointless Root_* valuesChristoph Hellwig2023-06-051-8/+0
* driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-1/+1
* fs: add a method to shut down the file systemChristoph Hellwig2023-06-051-0/+1
* block: add a mark_dead holder operationChristoph Hellwig2023-06-051-0/+1
* block: introduce holder opsChristoph Hellwig2023-06-052-3/+10
* ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2023-06-041-0/+8
* block: mark bio_add_folio as __must_checkJohannes Thumshirn2023-06-011-1/+2
* block: add bio_add_folio_nofailJohannes Thumshirn2023-06-011-0/+2
* block: mark bio_add_page as __must_checkJohannes Thumshirn2023-06-011-1/+2
* mm: Provide a function to get an additional pin on a pageDavid Howells2023-05-311-0/+1
* mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells2023-05-311-2/+24
* block: constify struct part_type part_typeThomas Weißschuh2023-05-301-1/+1
* block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2023-05-242-1/+3
* block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-242-2/+2
* block: Fix bio_flagged() so that gcc can better optimise itDavid Howells2023-05-241-1/+1
* Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-243-19/+6
|\
| * iov_iter: Kill ITER_PIPEDavid Howells2023-05-241-14/+0
| * splice: Remove generic_file_splice_read()David Howells2023-05-241-2/+0
| * splice: Make do_splice_to() generic and export itDavid Howells2023-05-241-0/+3
| * splice: Rename direct_splice_read() to copy_splice_read()David Howells2023-05-241-3/+3
* | block: introduce block_io_start/block_io_done tracepointsHengqi Chen2023-05-241-0/+26
* | block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-05-231-0/+1
* | block: remove redundant req_op in blk_rq_is_passthroughLi Nan2023-05-231-1/+1
* | ublk: support user copyMing Lei2023-05-201-0/+3
* | ublk: add read()/write() support for ublk char deviceMing Lei2023-05-201-1/+21
* | blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-202-3/+2
* | blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche2023-05-201-16/+11
* | block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche2023-05-191-0/+17