aboutsummaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-18/+13
2024-05-03block: refine the EOF check in blkdev_iomap_beginGravatar Christoph Hellwig 1-1/+1
2024-04-15block: Call blkdev_dio_unaligned() from blkdev_direct_IO()Gravatar John Garry 1-17/+12
2024-04-07fs: claw back a few FMODE_* bitsGravatar Christian Brauner 1-0/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-26/+20
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Gravatar Christian Brauner 1-0/+3
2024-02-25block: remove bdev_handle completelyGravatar Christian Brauner 1-11/+10
2024-02-25bdev: remove bdev pointer from struct bdev_handleGravatar Christian Brauner 1-1/+1
2024-02-25bdev: make struct bdev_handle private to the block layerGravatar Christian Brauner 1-21/+16
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsGravatar Bart Van Assche 1-0/+3
2024-02-01iomap: pass the length of the dirty region to ->map_blocksGravatar Christoph Hellwig 1-1/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioGravatar Matthew Wilcox (Oracle) 1-3/+18
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Gravatar Jan Kara 1-16/+28
2023-10-11block: Don't invalidate pagecache for invalid falloc modesGravatar Sarthak Kukreti 1-5/+16
2023-08-31block: remove the call to file_remove_privs in blkdev_write_iterGravatar Christoph Hellwig 1-4/+0
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-13/+130
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITGravatar Jens Axboe 1-3/+4
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-10/+60
2023-08-02block: use iomap for writes to block devicesGravatar Christoph Hellwig 1-2/+29
2023-08-02block: stop setting ->direct_IOGravatar Christoph Hellwig 1-2/+1
2023-08-02block: open code __generic_file_write_iter for blkdev writesGravatar Christoph Hellwig 1-2/+43
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-22/+41
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-12block: store the holder in file->private_dataGravatar Christoph Hellwig 1-6/+8
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevGravatar Christoph Hellwig 1-10/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-6/+26
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-2/+4
2023-06-12block: rename blkdev_close to blkdev_releaseGravatar Christoph Hellwig 1-2/+2
2023-06-09filemap: add a kiocb_write_and_wait helperGravatar Christoph Hellwig 1-15/+3
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockGravatar Jens Axboe 1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-20block: don't plug in blkdev_write_iterGravatar Christoph Hellwig 1-3/+0
2023-05-19block: Deny writable memory mapping if block is read-onlyGravatar Loic Poulain 1-1/+11
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itGravatar Jens Axboe 1-1/+4
2023-01-29block: don't allow multiple bios for IOCB_NOWAIT issueGravatar Jens Axboe 1-3/+18
2022-11-16block: remove blkdev_writepagesGravatar Christoph Hellwig 1-7/+0
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 1-3/+3
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-6/+6
2022-06-27block: relax direct io memory alignmentGravatar Keith Busch 1-2/+2
2022-06-27block: add a helper function for dio alignmentGravatar Keith Busch 1-6/+10
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCGravatar Al Viro 1-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-7/+5
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3