aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: simplify up block/ioctl.cArnd Bergmann1-152/+117
2020-01-03compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann1-36/+38
2020-01-03compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann1-0/+219
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann1-0/+21
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig1-1/+1
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-30/+5
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig1-4/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig1-1/+1
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi1-1/+4
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2018-10-25block: Introduce BLKGETNRZONES ioctlDamien Le Moal1-0/+2
2018-10-25block: Introduce BLKGETZONESZ ioctlDamien Le Moal1-0/+2
2018-02-23block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei1-1/+1
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov1-2/+3
2017-10-24block: Invalidate cache on discard v2Dmitry Monakhov1-4/+10
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-5/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-19block: check partition alignmentStefan Haberland1-0/+3
2016-10-18blk-zoned: implement ioctlsShaun Tancheff1-0/+4
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong1-6/+12
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-32/+0
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani1-30/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams1-38/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-09pmem, dax: disable dax in the presence of bad blocksDan Williams1-0/+10
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+61
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig1-0/+103
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig1-100/+127
2015-05-20block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei1-2/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson1-3/+25
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-1/+1
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo1-4/+0
2014-07-01block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita1-1/+4
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+27
2012-09-20block: ioctl to zero block rangesMartin K. Petersen1-0/+27
2012-09-18blk: add an upper sanity check on partition addingAlan Cox1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal1-3/+56
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen1-0/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-4/+22
2012-01-03fs: move code out of buffer.cAl Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo1-1/+1