aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)Author
2021-06-03block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed
2021-05-22block: reexpand iov_iter after read/writeyangerkun
2021-04-16block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov
2021-04-10block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu
2021-03-17block: Try to handle busy underlying device on discardJan Kara
2021-02-03Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-09-23block: mark blkdev_get staticChristoph Hellwig
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-10block: remove check_disk_changeChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-02block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig
2020-09-01block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-16block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig
2020-07-16block: refactor bd_start_claimingChristoph Hellwig
2020-07-16block: simplify the restart case in __blkdev_getChristoph Hellwig
2020-07-08block: remove flush_diskChristoph Hellwig
2020-07-01block: remove the all_bdevs listChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig
2020-07-01block: simplify set_init_blocksizeChristoph Hellwig
2020-06-24block: mark bd_finish_claiming staticChristoph Hellwig
2020-06-21block: flag block devices as supporting IOCB_WAITQJens Axboe
2020-06-18block: make function 'kill_bdev' staticZheng Bin
2020-06-16block: Fix use-after-free in blkdev_get()Jason Yan
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe
2020-04-24block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig
2020-04-21block: remove unused headerMa, Jianpeng
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig
2020-04-20bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson
2020-04-02Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-03-23hibernate: Allow uswsusp to write to swapDomenico Andreoli