summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorLines
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+2
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-15/+0
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-152/+92
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig-2/+2
2021-06-24block: move bdev_disk_changedChristoph Hellwig-53/+0
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi-15/+0
2021-06-04remove the raw driverChristoph Hellwig-4/+2
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig-3/+3
2021-06-01block: split __blkdev_putChristoph Hellwig-26/+32
2021-06-01block: move adjusting bd_part_count out of __blkdev_getChristoph Hellwig-9/+7
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig-22/+15
2021-06-01block: move sync_blockdev from __blkdev_put to blkdev_putChristoph Hellwig-10/+10
2021-06-01block: split __blkdev_getChristoph Hellwig-61/+57
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+8
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig-10/+5
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+17
2021-05-06block: reexpand iov_iter after read/writeyangerkun-3/+17
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)-1/+1
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+0
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+6
2021-04-12block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig-6/+0
2021-04-12block: initialize ret in bdev_disk_changedChristoph Hellwig-1/+1
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig-3/+5
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov-0/+4
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig-3/+0
2021-03-23block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu-2/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-3/+3
2021-03-05block: Try to handle busy underlying device on discardJan Kara-1/+10
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+5
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-5/+5
2021-02-24fs: delete repeated words in commentsRandy Dunlap-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+9
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig-1/+1
2021-01-27Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy-1/+9
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig-1/+0
2021-01-26bdev: Do not return EBUSY if bdev discard races with writeJan Kara-6/+4
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov-3/+4
2021-01-07block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig-2/+3
2021-01-07fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala-0/+2
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap-1/+1
2020-12-22block: update some copyrightsChristoph Hellwig-0/+1
2020-12-22block: remove a pointless self-reference in block_dev.cChristoph Hellwig-2/+0
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig-1/+1
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig-9/+0
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-27/+12
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig-6/+5
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig-0/+1
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig-0/+10