summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.9/block' into for-nextJens Axboe2020-06-261-3/+2
|\
| * block: mark bd_finish_claiming staticChristoph Hellwig2020-06-241-3/+2
* | block: flag block devices as supporting IOCB_WAITQJens Axboe2020-06-211-1/+1
|/
* block: make function 'kill_bdev' staticZheng Bin2020-06-181-3/+2
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-161-5/+7
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-12/+0
|\
| * block: remove ioctl_by_bdevChristoph Hellwig2020-05-211-12/+0
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-21/+4
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| * | block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-121-2/+2
| |/
| * Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-091-1/+10
| |\
| * | block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig2020-04-241-2/+0
| * | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-15/+0
| * | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-1/+1
* | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-021-2/+1
|\ \ \
| * | | PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-2/+1
| | |/ | |/|
* | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/ /
* | block: remove unused headerMa, Jianpeng2020-04-211-1/+0
* | bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-04-201-0/+10
|/
* Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-04-021-1/+3
|\
| * hibernate: Allow uswsusp to write to swapDomenico Andreoli2020-03-231-1/+3
* | block: fix a device invalidation regressionChristoph Hellwig2020-03-181-4/+16
|/
* block: don't send uevent for empty disk when not invalidatingEric Biggers2019-12-021-1/+1
* block: move clearing bd_invalidated into check_disk_size_changeChristoph Hellwig2019-11-141-2/+1
* block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-0/+7
* block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-141-18/+7
* block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2019-11-141-2/+36
* block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-141-4/+1
* bdev: Refresh bdev size for disks without partitioningJan Kara2019-11-031-9/+10
* bdev: Factor out bdev revalidation into a common helperJan Kara2019-11-031-12/+14
* Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-181-0/+3
|\
| * vfs: don't allow writes to swap filesDarrick J. Wong2019-08-201-0/+3
* | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-151-44/+5
* | bdev: Fixup error handling in blkdev_get()Jan Kara2019-08-081-1/+4
* | block: fix O_DIRECT error handling for bio fragmentsJens Axboe2019-08-071-16/+12
* | block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal2019-08-011-1/+2
* | loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-25/+58
|/
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-8/+50
|\
| * block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-211-8/+50
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+9
|\ \ | |/ |/|
| * vfs: Convert bdev to use the new mount APIDavid Howells2019-05-251-8/+9
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-291-9/+2
* | block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig2019-06-291-7/+1
* | block: Don't revalidate bdev of hidden gendiskJan Kara2019-05-271-9/+16
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* fs/block_dev.c: Remove duplicate headerSabyasachi Gupta2019-05-141-1/+0
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-05-071-1/+0
|\
| * fs/block_dev.c: remove unused includeChengguang Xu2019-04-091-1/+0
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-4/+2
|\ \