summaryrefslogtreecommitdiffstats
path: root/block/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-211-1/+1
* block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-4/+0
* block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita2014-07-011-1/+4
* block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-0/+27
|\
| * block: ioctl to zero block rangesMartin K. Petersen2012-09-201-0/+27
* | blk: add an upper sanity check on partition addingAlan Cox2012-09-181-1/+1
|/
* block: add partition resize function to blkpg ioctlVivek Goyal2012-08-011-3/+56
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-0/+2
|\
| * block: Add BLKROTATIONAL ioctlMartin K. Petersen2012-01-111-0/+2
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\ \
| * | fs: move code out of buffer.cAl Viro2012-01-031-1/+1
| |/
* / vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2012-01-051-4/+22
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-231-1/+1
|/
* block: fix refcounting in BLKBSZSETMiklos Szeredi2011-02-241-3/+5
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-2/+3
|\
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-2/+3
| |\
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+3
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/ /
* | block: ioctl: fix information leak to userlandVasiliy Kulikov2010-11-101-0/+1
* | block: read i_size with i_size_read()Mike Snitzer2010-11-101-3/+3
|/
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-2/+2
|\
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+2
* | block, partition: add partition_meta_info to hd_structWill Drewry2010-09-151-1/+1
|/
* block: add secure discardAdrian Hunter2010-08-121-5/+10
* block: remove BKL from partition ioctlsArnd Bergmann2010-08-071-4/+0
* block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann2010-08-071-4/+0
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-2/+0
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-10/+1