summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-151-8/+5
* | dax: guarantee page aligned results from bdev_direct_access()Dan Williams2016-01-151-0/+2
* | fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton2016-01-141-1/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-15/+107
|\ \
| * | block: enable dax for raw block devicesDan Williams2016-01-091-8/+95
| * | block: introduce bdev_file_inode()Dan Williams2016-01-091-7/+12
* | | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-061-9/+3
|/ /
* | block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov2015-12-041-3/+6
|/
* block: protect rw_page against device teardownDan Williams2015-11-191-2/+16
* fs/block_dev.c: Remove WARN_ON() when inode writeback failsVivek Goyal2015-11-111-3/+12
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-1/+1
* blockdev: don't set S_DAX for misaligned partitionsJeff Moyer2015-09-151-0/+7
OpenPOWER on IntegriCloud