summaryrefslogtreecommitdiffstats
path: root/block/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig2021-04-211-0/+2
* block: reopen the device in blkdev_reread_partChristoph Hellwig2021-02-231-7/+14
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-011-1/+1
* block: remove i_bdevChristoph Hellwig2020-12-011-2/+1
* block: remove a superflous check in blkpg_do_ioctlChristoph Hellwig2020-12-011-9/+0
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-20/+5
* block: remove set_device_roChristoph Hellwig2020-11-161-1/+1
* block: don't call into the driver for BLKROSETChristoph Hellwig2020-11-161-23/+0
* block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+5
* block: don't call into the driver for BLKFLSBUFChristoph Hellwig2020-11-161-7/+0
* block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+2
* block: cleanup blkdev_bszsetChristoph Hellwig2020-09-231-7/+6
* block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-6/+10
* block: Fix type of first compat_put_{,u}long() argumentBart Van Assche2020-05-191-2/+2
* block: refactor blkpg_ioctlChristoph Hellwig2020-04-201-124/+26
* block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-251-0/+1
* compat_ioctl: simplify up block/ioctl.cArnd Bergmann2020-01-031-152/+117
* compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann2020-01-031-36/+38
* compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann2020-01-031-0/+219
* compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+21
* block: simplify blkdev_nr_zonesChristoph Hellwig2019-12-031-1/+1
* block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-30/+5
* block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-141-4/+2
* block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-141-1/+1
* block: add zone open, close and finish ioctl supportAjay Joshi2019-11-071-1/+4
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: Introduce BLKGETNRZONES ioctlDamien Le Moal2018-10-251-0/+2
* block: Introduce BLKGETZONESZ ioctlDamien Le Moal2018-10-251-0/+2
* block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei2018-02-231-1/+1
* block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov2017-10-251-2/+3
* block: Invalidate cache on discard v2Dmitry Monakhov2017-10-241-4/+10
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+1
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-1/+1
* block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-5/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: check partition alignmentStefan Haberland2016-12-191-0/+3
* blk-zoned: implement ioctlsShaun Tancheff2016-10-181-0/+4
* block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong2016-10-111-6/+12
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+0
|\
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-30/+0
* | Revert "block: enable dax for raw block devices"Dan Williams2016-05-201-32/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-38/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* pmem, dax: disable dax in the presence of bad blocksDan Williams2016-01-091-0/+10
* block: enable dax for raw block devicesDan Williams2016-01-091-0/+61
* block: add an API for Persistent ReservationsChristoph Hellwig2015-10-211-0/+103
* block: cleanup blkdev_ioctlChristoph Hellwig2015-10-211-100/+127
* block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-201-2/+7
* block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-201-3/+25