aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-1058/+0
2021-09-07block: split out operations on block special filesChristoph Hellwig1-637/+0
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig1-2/+2
2021-08-23block: use the percpu bio cache in __blkdev_direct_IOChristoph Hellwig1-2/+4
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig1-3/+4
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig1-0/+5
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-1/+1
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-12/+1
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-2/+2
2021-08-09block: look up holders by bdevChristoph Hellwig1-3/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig1-143/+1
2021-08-02block: remove bdputChristoph Hellwig1-6/+0
2021-08-02block: remove bdgrabChristoph Hellwig1-15/+0
2021-08-02block: change the refcounting for partitionsChristoph Hellwig1-37/+23
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig1-1/+1
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-07-27block: delay freeing the gendiskChristoph Hellwig1-0/+2
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+2
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-15/+0
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-152/+92
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-2/+2
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-53/+0
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi1-15/+0
2021-06-04remove the raw driverChristoph Hellwig1-4/+2
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-3/+3
2021-06-01block: split __blkdev_putChristoph Hellwig1-26/+32
2021-06-01block: move adjusting bd_part_count out of __blkdev_getChristoph Hellwig1-9/+7
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-22/+15
2021-06-01block: move sync_blockdev from __blkdev_put to blkdev_putChristoph Hellwig1-10/+10
2021-06-01block: split __blkdev_getChristoph Hellwig1-61/+57
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+8
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+5
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+17
2021-05-06block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-1/+1
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2021-04-12block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig1-6/+0
2021-04-12block: initialize ret in bdev_disk_changedChristoph Hellwig1-1/+1
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig1-3/+5
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov1-0/+4
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig1-3/+0
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