aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+2
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton1-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+15
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-1/+4
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe1-0/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-8/+10
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig1-3/+4
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-66/+0
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-66/+0
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-82/+35
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-01block, dax: use correct format string in bdev_dax_supportedArnd Bergmann1-1/+1
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-45/+0
2017-04-25block, dax: convert bdev_dax_supported() to dax_direct_access()Dan Williams1-20/+28
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+14
2017-04-20block: kill bdev_dax_capable()Dan Williams1-24/+0
2017-04-08block_dev: use blkdev_issue_zerout for hole punchesChristoph Hellwig1-8/+2
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara1-6/+2
2017-03-22block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara1-4/+3
2017-03-02block: Initialize bd_bdi on inode initializationJan Kara1-2/+4
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-21block: Revalidate i_bdev reference in bd_aquire()Jan Kara1-1/+10
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-0/+22
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara1-0/+7
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara1-0/+15
2017-01-24block: fix use after free in __blkdev_direct_IOChristoph Hellwig1-3/+3
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22block: add back plugging in __blkdev_direct_IOChristoph Hellwig1-0/+3
2016-12-13block_dev: don't update file access position for sync direct IOShaohua Li1-4/+1
2016-12-13block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2016-12-01block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+1
2016-11-22block_dev: get rid of blksize bits calculationJens Axboe1-4/+4
2016-11-22block_dev: Fixed direct I/O bio sector calculationDamien Le Moal1-2/+2
2016-11-17block: new direct I/O implementationChristoph Hellwig1-4/+162
2016-11-17block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe1-2/+12
2016-11-17block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe1-4/+15
2016-11-17block: fast-path for small and simple direct I/O requestsChristoph Hellwig1-0/+80
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong1-0/+77
2016-10-05fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel1-5/+2
2016-09-14block_dev: remove DAX leftoversChristoph Hellwig1-10/+1
2016-08-25fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin1-1/+2
2016-08-22bdev: fix NULL pointer dereferenceVegard Nossum1-1/+1
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-4/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+4