summaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)Author
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12block: store the holder in file->private_dataChristoph Hellwig
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: rename blkdev_close to blkdev_releaseChristoph Hellwig
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig
2023-05-19block: Deny writable memory mapping if block is read-onlyLoic Poulain
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe
2023-01-29block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe
2022-11-16block: remove blkdev_writepagesChristoph Hellwig
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-06-27block: relax direct io memory alignmentKeith Busch
2022-06-27block: add a helper function for dio alignmentKeith Busch
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig
2022-02-02block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov
2021-12-03block: move direct_IO into our own read_iter handlerJens Axboe
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski