aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersGravatar Matthew Wilcox 1-2/+4
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2017-09-04block_dev: support RFW_NOWAIT on block device nodesGravatar Christoph Hellwig 1-0/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-2/+2
2017-08-23block: cache the partition index in struct block_deviceGravatar Christoph Hellwig 1-0/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2017-07-06block: convert to errseq_t based writeback error trackingGravatar Jeff Layton 1-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingGravatar Jeff Layton 1-0/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+15
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsGravatar Jens Axboe 1-1/+4
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsGravatar Jens Axboe 1-0/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-8/+10
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOGravatar Christoph Hellwig 1-3/+4
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-66/+0
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXGravatar Dan Williams 1-66/+0
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-82/+35
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Gravatar Andrey Ryabinin 1-6/+5
2017-05-01block, dax: use correct format string in bdev_dax_supportedGravatar Arnd Bergmann 1-1/+1
2017-04-25block: remove block_device_operations ->direct_access()Gravatar Dan Williams 1-45/+0
2017-04-25block, dax: convert bdev_dax_supported() to dax_direct_access()Gravatar Dan Williams 1-20/+28
2017-04-21block: get rid of blk_integrity_revalidate()Gravatar Ilya Dryomov 1-1/+0
2017-04-20dax: introduce dax_direct_access()Gravatar Dan Williams 1-0/+14
2017-04-20block: kill bdev_dax_capable()Gravatar Dan Williams 1-24/+0
2017-04-08block_dev: use blkdev_issue_zerout for hole punchesGravatar Christoph Hellwig 1-8/+2
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutGravatar Christoph Hellwig 1-1/+1
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Gravatar Jan Kara 1-6/+2
2017-03-22block: Fix bdi assignment to bdev inode when racing with disk deleteGravatar Jan Kara 1-4/+3
2017-03-02block: Initialize bd_bdi on inode initializationGravatar Jan Kara 1-2/+4
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-02-21block: Revalidate i_bdev reference in bd_aquire()Gravatar Jan Kara 1-1/+10
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-0/+22
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevGravatar Jan Kara 1-0/+7
2017-02-02block: Unhash block device inodes on gendisk destructionGravatar Jan Kara 1-0/+15
2017-01-24block: fix use after free in __blkdev_direct_IOGravatar Christoph Hellwig 1-3/+3
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-22block: add back plugging in __blkdev_direct_IOGravatar Christoph Hellwig 1-0/+3
2016-12-13block_dev: don't update file access position for sync direct IOGravatar Shaohua Li 1-4/+1
2016-12-13block_dev: don't test bdev->bd_contains when it is not stableGravatar NeilBrown 1-1/+1
2016-12-01block: protect iterate_bdevs() against concurrent closeGravatar Rabin Vincent 1-1/+6
2016-11-22block: bio: pass bvec table to bio_init()Gravatar Ming Lei 1-3/+1
2016-11-22block_dev: get rid of blksize bits calculationGravatar Jens Axboe 1-4/+4
2016-11-22block_dev: Fixed direct I/O bio sector calculationGravatar Damien Le Moal 1-2/+2
2016-11-17block: new direct I/O implementationGravatar Christoph Hellwig 1-4/+162
2016-11-17block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCGravatar Jens Axboe 1-2/+12
2016-11-17block: support a full bio worth of IO for simplified bdev direct-ioGravatar Jens Axboe 1-4/+15
2016-11-17block: fast-path for small and simple direct I/O requestsGravatar Christoph Hellwig 1-0/+80
2016-10-11block: implement (some of) fallocate for block devicesGravatar Darrick J. Wong 1-0/+77
2016-10-05fs/block_dev.c: return the right error in thaw_bdev()Gravatar Pierre Morel 1-5/+2