summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-0/+1
|\
| * dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+2
|\ \ | |/ |/|
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-1/+1
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-1/+1
* | inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-6/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+10
|\
| * dax: bdev_direct_access() may sleepMatthew Wilcox2015-07-041-0/+6
| * block: Add support for DAX reads/writes to block devicesMatthew Wilcox2015-07-041-0/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-301-1/+1
|\ \
| * | bdi: Remove "inline" keyword from exported I_BDEV() implementationGeert Uytterhoeven2015-06-271-1/+1
* | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-2/+2
|\ \ \ | |/ / |/| |
| * | fs/block_dev.c: skip rw_page if bdev has integrityVishal Verma2015-06-261-2/+2
| |/
* | bdi: make inode_to_bdi() inlineTejun Heo2015-06-021-6/+2
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
|/
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-1/+2
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* blkdev_write_iter: expand generic_file_checks() call in thereAl Viro2015-04-111-6/+9
* lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-0/+10
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-3/+2
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+40
|\
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-131-0/+40
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-25/+1
* | block_dev: only write bdev inode on closeChristoph Hellwig2015-01-201-12/+19
|/
* fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-171-2/+8
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-1/+2
OpenPOWER on IntegriCloud