summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
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