summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| * block: unexport truncate_bdev_rangeChristoph Hellwig2021-01-261-1/+0
| * bdev: Do not return EBUSY if bdev discard races with writeJan Kara2021-01-261-6/+4
| * bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-251-3/+4
* | Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy2021-01-271-1/+9
|/
* block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-071-2/+3
* fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala2021-01-071-0/+2
* fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap2020-12-291-1/+1
* block: update some copyrightsChristoph Hellwig2020-12-221-0/+1
* block: remove a pointless self-reference in block_dev.cChristoph Hellwig2020-12-221-2/+0
* block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-1/+1
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-9/+0
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-27/+12
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-6/+5
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-0/+1
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-0/+10
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-71/+2
* block: initialize struct block_device in bdev_allocChristoph Hellwig2020-12-011-13/+9
* block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-33/+18
* block: remove ->bd_containsChristoph Hellwig2020-12-011-14/+8
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-76/+101
* block: remove i_bdevChristoph Hellwig2020-12-011-147/+49
* block: opencode devcgroup_inode_permissionChristoph Hellwig2020-12-011-6/+4
* block: move bdput() to the callers of __blkdev_getChristoph Hellwig2020-12-011-2/+5
* block: refactor blkdev_getChristoph Hellwig2020-12-011-99/+86
* block: refactor __blkdev_putChristoph Hellwig2020-12-011-7/+7
* block: switch bdgrab to use igrabChristoph Hellwig2020-12-011-1/+5
* block: change the hash used for looking up block devicesChristoph Hellwig2020-12-011-24/+2
* block: add a bdev_kobj helperChristoph Hellwig2020-12-011-3/+3
* fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-22/+15