summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorLines
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
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-71/+2
2020-12-01block: initialize struct block_device in bdev_allocChristoph Hellwig-13/+9
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig-33/+18
2020-12-01block: remove ->bd_containsChristoph Hellwig-14/+8
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig-76/+101
2020-12-01block: remove i_bdevChristoph Hellwig-147/+49
2020-12-01block: opencode devcgroup_inode_permissionChristoph Hellwig-6/+4
2020-12-01block: move bdput() to the callers of __blkdev_getChristoph Hellwig-2/+5
2020-12-01block: refactor blkdev_getChristoph Hellwig-99/+86
2020-12-01block: refactor __blkdev_putChristoph Hellwig-7/+7
2020-12-01block: switch bdgrab to use igrabChristoph Hellwig-1/+5
2020-12-01block: change the hash used for looking up block devicesChristoph Hellwig-24/+2
2020-12-01block: add a bdev_kobj helperChristoph Hellwig-3/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig-22/+15
2020-11-16block: unexport revalidate_disk_sizeChristoph Hellwig-1/+0
2020-11-16block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig-6/+0
2020-10-05block: add a bdget_part helperChristoph Hellwig-3/+6
2020-09-23block: mark blkdev_get staticChristoph Hellwig-2/+1
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig-1/+1
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig-4/+3
2020-09-10block: remove check_disk_changeChristoph Hellwig-20/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig-14/+3
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara-4/+33
2020-09-02block: remove revalidate_disk()Christoph Hellwig-19/+0
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig-13/+29
2020-09-02block: rename bd_invalidatedChristoph Hellwig-5/+5
2020-09-02block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig-1/+2
2020-09-01block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig-19/+17
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig-11/+14
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig-5/+5
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-07-16block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig-122/+55
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig-4/+5
2020-07-16block: refactor bd_start_claimingChristoph Hellwig-20/+13
2020-07-16block: simplify the restart case in __blkdev_getChristoph Hellwig-15/+10
2020-07-08block: remove flush_diskChristoph Hellwig-23/+7
2020-07-01block: remove the all_bdevs listChristoph Hellwig-15/+7
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig-7/+4
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig-7/+2
2020-07-01block: simplify set_init_blocksizeChristoph Hellwig-6/+0
2020-06-24block: mark bd_finish_claiming staticChristoph Hellwig-3/+2