summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
Commit message (Expand)AuthorAge
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-10
|\
| * block, dax: remove dead code in blkdev_writepages()Dan Williams2018-03-30
* | fs: don't flush pagecache when expanding block deviceshunki-fujita2018-04-05
|/
* blockdev: Avoid two active bdev inodes for one deviceJan Kara2018-02-26
* genhd: Fix use after free in __blkdev_get()Jan Kara2018-02-26
* genhd: Add helper put_disk_and_module()Jan Kara2018-02-26
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-10
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-03
| * fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2017-10-12
* | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-13
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-14
|\
| * block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig2017-09-04
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | block: cache the partition index in struct block_deviceChristoph Hellwig2017-08-23
|/
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * block: convert to errseq_t based writeback error trackingJeff Layton2017-07-06
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-06
* | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-03
|\ \
| * | fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-27
| * | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
| * | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
| * | block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig2017-06-09
| |/
* | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-28
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-12
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-08
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \ | |/
| * block, dax: use correct format string in bdev_dax_supportedArnd Bergmann2017-05-01
| * block: remove block_device_operations ->direct_access()Dan Williams2017-04-25
| * block, dax: convert bdev_dax_supported() to dax_direct_access()Dan Williams2017-04-25
| * dax: introduce dax_direct_access()Dan Williams2017-04-20
| * block: kill bdev_dax_capable()Dan Williams2017-04-20
* | fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-03
* | block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-21
* | block_dev: use blkdev_issue_zerout for hole punchesChristoph Hellwig2017-04-08
* | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-08
* | block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-22
* | block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara2017-03-22
|/
* block: Initialize bd_bdi on inode initializationJan Kara2017-03-02
* fs: add i_blocksize()Fabian Frederick2017-02-27
* block: Revalidate i_bdev reference in bd_aquire()Jan Kara2017-02-21
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-02
| * block: Unhash block device inodes on gendisk destructionJan Kara2017-02-02
* | block: fix use after free in __blkdev_direct_IOChristoph Hellwig2017-01-24
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-04
|\
| * block: add back plugging in __blkdev_direct_IOChristoph Hellwig2016-12-22
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
|/
* block_dev: don't update file access position for sync direct IOShaohua Li2016-12-13
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2016-12-13