aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov1-0/+4
2021-03-23block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu1-2/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-3/+3
2021-03-05block: Try to handle busy underlying device on discardJan Kara1-1/+10
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-5/+5
2021-02-24fs: delete repeated words in commentsRandy Dunlap1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+9
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-27Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy1-1/+9
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig1-1/+0
2021-01-26bdev: Do not return EBUSY if bdev discard races with writeJan Kara1-6/+4
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov1-3/+4
2021-01-07block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig1-2/+3
2021-01-07fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala1-0/+2
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap1-1/+1
2020-12-22block: update some copyrightsChristoph Hellwig1-0/+1
2020-12-22block: remove a pointless self-reference in block_dev.cChristoph Hellwig1-2/+0
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-1/+1
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-9/+0
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-27/+12
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-6/+5
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-0/+1
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-0/+10
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-71/+2
2020-12-01block: initialize struct block_device in bdev_allocChristoph Hellwig1-13/+9
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig1-33/+18
2020-12-01block: remove ->bd_containsChristoph Hellwig1-14/+8
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-76/+101
2020-12-01block: remove i_bdevChristoph Hellwig1-147/+49
2020-12-01block: opencode devcgroup_inode_permissionChristoph Hellwig1-6/+4
2020-12-01block: move bdput() to the callers of __blkdev_getChristoph Hellwig1-2/+5
2020-12-01block: refactor blkdev_getChristoph Hellwig1-99/+86
2020-12-01block: refactor __blkdev_putChristoph Hellwig1-7/+7
2020-12-01block: switch bdgrab to use igrabChristoph Hellwig1-1/+5
2020-12-01block: change the hash used for looking up block devicesChristoph Hellwig1-24/+2
2020-12-01block: add a bdev_kobj helperChristoph Hellwig1-3/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-22/+15
2020-11-16block: unexport revalidate_disk_sizeChristoph Hellwig1-1/+0
2020-11-16block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig1-6/+0
2020-10-05block: add a bdget_part helperChristoph Hellwig1-3/+6
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-2/+1
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-1/+1
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-4/+3
2020-09-10block: remove check_disk_changeChristoph Hellwig1-20/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-14/+3
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara1-4/+33
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-19/+0
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-13/+29
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-5/+5