summaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)Author
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara
2023-10-11block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti
2023-08-31block: remove the call to file_remove_privs in blkdev_write_iterChristoph Hellwig
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-08-02block: use iomap for writes to block devicesChristoph Hellwig
2023-08-02block: stop setting ->direct_IOChristoph Hellwig
2023-08-02block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig
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