summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
Commit message (Expand)AuthorAge
...
* block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-17
* block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-17
* block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-11
* fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel2016-10-05
* block_dev: remove DAX leftoversChristoph Hellwig2016-09-14
* fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin2016-08-25
* bdev: fix NULL pointer dereferenceVegard Nossum2016-08-22
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\ \
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-19
| |/
* | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-20
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-26
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-18
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-17
| * block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-17
| * block: Add vfs_msg() interfaceToshi Kani2016-05-17
| * dax: Remove complete_unwritten argumentJan Kara2016-05-16
* | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-23
|\ \
| * | Revert "block: enable dax for raw block devices"Dan Williams2016-05-20
| |/
* | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-01
* | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-01
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-18
|\
| * block-dev: enable writeback cgroup supportShaohua Li2016-03-03
* | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-27
* | block: disable block device DAX by defaultDan Williams2016-02-27
* | block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler2016-02-05
* | block: revert runtime dax control of the raw block deviceDan Williams2016-01-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-22
|/
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-19
|\
| * block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-13
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-01
* | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-15
* | dax: guarantee page aligned results from bdev_direct_access()Dan Williams2016-01-15
* | fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton2016-01-14
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-13
|\ \
| * | block: enable dax for raw block devicesDan Williams2016-01-09
| * | block: introduce bdev_file_inode()Dan Williams2016-01-09
* | | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-06
|/ /
* | block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov2015-12-04
|/
* block: protect rw_page against device teardownDan Williams2015-11-19
* fs/block_dev.c: Remove WARN_ON() when inode writeback failsVivek Goyal2015-11-11