aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)Author
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
2020-03-18block: fix a device invalidation regressionChristoph Hellwig
2019-12-02block: don't send uevent for empty disk when not invalidatingEric Biggers
2019-11-14block: move clearing bd_invalidated into check_disk_size_changeChristoph Hellwig
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig
2019-11-03bdev: Refresh bdev size for disks without partitioningJan Kara
2019-11-03bdev: Factor out bdev revalidation into a common helperJan Kara
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe
2019-08-08bdev: Fixup error handling in blkdev_get()Jan Kara
2019-08-07block: fix O_DIRECT error handling for bio fragmentsJens Axboe
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-29block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig
2019-05-27block: Don't revalidate bdev of hidden gendiskJan Kara
2019-05-25vfs: Convert bdev to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14fs/block_dev.c: Remove duplicate headerSabyasachi Gupta
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-01bdev: switch to ->free_inode()Al Viro
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig