summaryrefslogtreecommitdiffstats
path: root/block/fops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-15/+3
|\
| * filemap: add a kiocb_write_and_wait helperChristoph Hellwig2023-06-091-15/+3
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-22/+41
|\ \
| * | 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
| |\ \
| * | | block: don't plug in blkdev_write_iterChristoph Hellwig2023-05-201-3/+0
* | | | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+4
|\ \ \ \
| * | | | block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe2023-05-151-1/+4
| |/ / /
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| |/
* / block: Deny writable memory mapping if block is read-onlyLoic Poulain2023-05-191-1/+11
|/
* 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
|/