summaryrefslogtreecommitdiffstats
path: root/block/fops.c
Commit message (Expand)AuthorAgeFilesLines
* block: store the holder in file->private_dataChristoph Hellwig2023-06-121-6/+8
* block: always use I_BDEV on file->f_mapping->host to find the bdevChristoph Hellwig2023-06-121-10/+8
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-6/+26
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-2/+4
* block: rename blkdev_close to blkdev_releaseChristoph Hellwig2023-06-121-2/+2
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-241-1/+1
|\
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | block: don't plug in blkdev_write_iterChristoph Hellwig2023-05-201-3/+0
|/
* block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe2023-01-291-3/+18
* block: remove blkdev_writepagesChristoph Hellwig2022-11-161-7/+0
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-3/+3
* Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\
| * iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-1/+1
|\ \
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| |/
* | block: Use the new blk_opf_t typeBart Van Assche2022-07-141-6/+6
* | block: relax direct io memory alignmentKeith Busch2022-06-271-2/+2
* | block: add a helper function for dio alignmentKeith Busch2022-06-271-6/+10
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-7/+5
|\
| * fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+1
| * fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* | block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-21/+1
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* | block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-171-3/+8
|/
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-3/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-3/+0
| * Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-19/+16
| |\
* | \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\ \ \
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-19/+16
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-9/+9
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
| * | block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig2022-02-021-9/+8
* | | block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella2022-02-221-0/+2
| |/ |/|
* | block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov2022-02-021-14/+19
|/
* Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-5/+32
|\
| * block: move direct_IO into our own read_iter handlerJens Axboe2021-12-031-5/+32
* | Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-111-2/+1
|\ \
| * | block: fix single bio async DIO error handlingPavel Begunkov2021-12-071-2/+1
| |/
* / treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
|/
* Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-2/+2
|\
| * block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe2021-11-051-2/+2
* | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \
| * | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \ | | |/ | |/|
| * | block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig2021-10-181-1/+1
* | | block: add async version of bio_set_polledPavel Begunkov2021-10-271-4/+3