summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
Commit message (Expand)AuthorAge
* 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
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-21
* blockdev: don't set S_DAX for misaligned partitionsJeff Moyer2015-09-15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-08
|\
| * dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-08
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-08
|\ \ | |/ |/|
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-27
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-20
* | inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * dax: bdev_direct_access() may sleepMatthew Wilcox2015-07-04
| * block: Add support for DAX reads/writes to block devicesMatthew Wilcox2015-07-04
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-30
|\ \
| * | bdi: Remove "inline" keyword from exported I_BDEV() implementationGeert Uytterhoeven2015-06-27
* | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-29
|\ \ \ | |/ / |/| |
| * | fs/block_dev.c: skip rw_page if bdev has integrityVishal Verma2015-06-26
| |/
* | bdi: make inode_to_bdi() inlineTejun Heo2015-06-02
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
|/
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-24
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-15
* blkdev_write_iter: expand generic_file_checks() call in thereAl Viro2015-04-11
* lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-11
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-13
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | block_dev: only write bdev inode on closeChristoph Hellwig2015-01-20
|/
* fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-17
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-31
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-18
|\
| * bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-08
| * block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-08
* | block_dev: implement readpages() to optimize sequential readAkinobu Mita2014-10-09
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-12
| * blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-06
| * fs/block_dev.c: switch to ->read_iter()Al Viro2014-05-06
| * blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro2014-05-06
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
| * pass iov_iter to ->direct_IO()Al Viro2014-05-06