summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-2/+4
|\
| * block: use the percpu bio cache in __blkdev_direct_IOChristoph Hellwig2021-08-231-2/+4
* | block: mark blkdev_fsync staticChristoph Hellwig2021-08-241-2/+2
* | block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig2021-08-161-3/+4
* | block: free the extended dev_t minor laterChristoph Hellwig2021-08-161-0/+5
* | block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-1/+1
* | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-12/+1
* | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-2/+2
* | block: look up holders by bdevChristoph Hellwig2021-08-091-3/+0
* | block: make the block holder code optionalChristoph Hellwig2021-08-091-143/+1
* | block: remove bdputChristoph Hellwig2021-08-021-6/+0
* | block: remove bdgrabChristoph Hellwig2021-08-021-15/+0
* | block: change the refcounting for partitionsChristoph Hellwig2021-08-021-37/+23
* | block: unhash the whole device inode earlierChristoph Hellwig2021-08-021-1/+1
|/
* Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-0/+2
|\
| * block: delay freeing the gendiskChristoph Hellwig2021-07-271-0/+2
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-4/+2
|\ \
| * | remove the raw driverChristoph Hellwig2021-06-041-4/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-301-15/+0
|\ \ \ | |_|/ |/| |
| * | fs: remove bdev_try_to_free_page callbackZhang Yi2021-06-241-15/+0
| |/
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-152/+92
|\ \
| * | block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-2/+2
| * | block: move bdev_disk_changedChristoph Hellwig2021-06-241-53/+0
| * | block: move bd_part_count to struct gendiskChristoph Hellwig2021-06-011-3/+3
| * | block: split __blkdev_putChristoph Hellwig2021-06-011-26/+32
| * | block: move adjusting bd_part_count out of __blkdev_getChristoph Hellwig2021-06-011-9/+7
| * | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-22/+15
| * | block: move sync_blockdev from __blkdev_put to blkdev_putChristoph Hellwig2021-06-011-10/+10
| * | block: split __blkdev_getChristoph Hellwig2021-06-011-61/+57
| |/
* / mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
|/
* Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-221-10/+8
|\
| * block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed2021-05-201-0/+3
| * block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig2021-05-201-10/+5
* | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-071-3/+17
|\|
| * block: reexpand iov_iter after read/writeyangerkun2021-05-061-3/+17
* | mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-1/+1
|/
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-9/+0
|\
| * block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig2021-04-121-6/+0
| * block: remove the revalidate_disk methodChristoph Hellwig2021-03-291-3/+0
* | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-4/+6
|\ \
| * | block: initialize ret in bdev_disk_changedChristoph Hellwig2021-04-121-1/+1
| * | block: refactor blk_drop_partitionsChristoph Hellwig2021-04-081-3/+5
| |/
* | block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-021-0/+4
* | block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu2021-03-231-2/+2
|/
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-3/+3
* block: Try to handle busy underlying device on discardJan Kara2021-03-051-1/+10
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-5/+5
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-5/+5
* | fs: delete repeated words in commentsRandy Dunlap2021-02-241-1/+1
|/
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-11/+9
|\