summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-041-0/+3
|\
| * block: add back plugging in __blkdev_direct_IOChristoph Hellwig2016-12-221-0/+3
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* block_dev: don't update file access position for sync direct IOShaohua Li2016-12-131-4/+1
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2016-12-131-1/+1
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2016-12-011-1/+6
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-3/+1
* block_dev: get rid of blksize bits calculationJens Axboe2016-11-221-4/+4
* block_dev: Fixed direct I/O bio sector calculationDamien Le Moal2016-11-221-2/+2
* block: new direct I/O implementationChristoph Hellwig2016-11-171-4/+162
* block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe2016-11-171-2/+12
* block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-171-4/+15
* block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-171-0/+80
* block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-111-0/+77
* fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel2016-10-051-5/+2
* block_dev: remove DAX leftoversChristoph Hellwig2016-09-141-10/+1
* fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin2016-08-251-1/+2
* bdev: fix NULL pointer dereferenceVegard Nossum2016-08-221-1/+1
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-4/+2
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-3/+4
* block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-041-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-1/+1
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-14/+2
|\ \
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-191-14/+2
| |/
* | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-201-2/+3
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-30/+84
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-12/+1
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-2/+37
| * block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-171-0/+45
| * block: Add vfs_msg() interfaceToshi Kani2016-05-171-0/+12
| * dax: Remove complete_unwritten argumentJan Kara2016-05-161-2/+2
* | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-67/+29
|\ \
| * | Revert "block: enable dax for raw block devices"Dan Williams2016-05-201-67/+29
| |/
* | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-6/+2
* | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+3
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-1/+5
|\
| * block-dev: enable writeback cgroup supportShaohua Li2016-03-031-1/+5
* | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-1/+12
* | block: disable block device DAX by defaultDan Williams2016-02-271-1/+5
* | block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler2016-02-051-1/+7
* | block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-28/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-10/+10
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-10/+10
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-1/+1
|/
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-5/+5
|\
| * block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-131-3/+3
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-2/+2
OpenPOWER on IntegriCloud