summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-20block: change all __u32 annotations to __be32 in affs_hardblocks.hMichael Schmitz1-34/+34
2023-06-16iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_allocChristoph Hellwig1-6/+0
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig2-3/+1
2023-06-16Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...Jens Axboe1-5/+5
2023-06-15blktrace: use inline function for blk_trace_remove() while blktrace is disabledYu Kuai1-1/+5
2023-06-12nvmet: reorder fields in 'struct nvmefc_fcp_req'Christophe JAILLET1-5/+5
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai1-2/+1
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig1-7/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig3-12/+29
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-27/+0
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig1-1/+1
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig1-1/+1
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-1/+1
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig1-1/+1
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-1/+0
2023-06-12block: add a sb_open_mode helperChristoph Hellwig1-0/+7
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig1-1/+1
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig1-0/+1
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig1-1/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig1-2/+2
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig1-2/+1
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko2-1/+1
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-1/+1
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig1-2/+0
2023-06-05block: move more code to early-lookup.cChristoph Hellwig1-1/+0
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig2-1/+5
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig1-0/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-8/+0
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-1/+1
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig1-0/+1
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig2-3/+10
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei1-0/+8
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn1-1/+2
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+2
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn1-1/+2
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells1-0/+1
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells1-2/+24
2023-05-30block: constify struct part_type part_typeThomas Weißschuh1-1/+1
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2-1/+3
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2-2/+2
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells1-1/+1
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe3-19/+6
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells1-14/+0
2023-05-24splice: Remove generic_file_splice_read()David Howells1-2/+0
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells1-0/+3