aboutsummaryrefslogtreecommitdiff
path: root/block/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25block: Introduce BLKGETNRZONES ioctlGravatar Damien Le Moal 1-0/+2
2018-10-25block: Introduce BLKGETZONESZ ioctlGravatar Damien Le Moal 1-0/+2
2018-02-23block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeGravatar Ming Lei 1-1/+1
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Gravatar Ilya Dryomov 1-2/+3
2017-10-24block: Invalidate cache on discard v2Gravatar Dmitry Monakhov 1-4/+10
2017-04-08block: remove the discard_zeroes_data flagGravatar Christoph Hellwig 1-1/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutGravatar Christoph Hellwig 1-1/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Gravatar Jan Kara 1-5/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-19block: check partition alignmentGravatar Stefan Haberland 1-0/+3
2016-10-18blk-zoned: implement ioctlsGravatar Shaun Tancheff 1-0/+4
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTGravatar Darrick J. Wong 1-6/+12
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2016-05-20Revert "block: enable dax for raw block devices"Gravatar Dan Williams 1-32/+0
2016-05-17block: Update blkdev_dax_capable() for consistencyGravatar Toshi Kani 1-30/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-30block: revert runtime dax control of the raw block deviceGravatar Dan Williams 1-38/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-09pmem, dax: disable dax in the presence of bad blocksGravatar Dan Williams 1-0/+10
2016-01-09block: enable dax for raw block devicesGravatar Dan Williams 1-0/+61
2015-10-21block: add an API for Persistent ReservationsGravatar Christoph Hellwig 1-0/+103
2015-10-21block: cleanup blkdev_ioctlGravatar Christoph Hellwig 1-100/+127
2015-05-20block: replace trylock with mutex_lock in blkdev_reread_part()Gravatar Ming Lei 1-2/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Gravatar Jarod Wilson 1-3/+25
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionGravatar Martin K. Petersen 1-1/+1
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itGravatar Tejun Heo 1-4/+0
2014-07-01block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXGravatar Akinobu Mita 1-1/+4
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROGravatar Duan Jiong 1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+27
2012-09-20block: ioctl to zero block rangesGravatar Martin K. Petersen 1-0/+27
2012-09-18blk: add an upper sanity check on partition addingGravatar Alan Cox 1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlGravatar Vivek Goyal 1-3/+56
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2012-01-11block: Add BLKROTATIONAL ioctlGravatar Martin K. Petersen 1-0/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingGravatar Linus Torvalds 1-4/+22
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 1-0/+1
2011-08-23block: add GENHD_FL_NO_PART_SCANGravatar Tejun Heo 1-1/+1
2011-02-24block: fix refcounting in BLKBSZSETGravatar Miklos Szeredi 1-3/+5
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jens Axboe 1-2/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-2/+3
2010-11-10block: ioctl: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-11-10block: read i_size with i_size_read()Gravatar Mike Snitzer 1-3/+3
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+2
2010-09-15block, partition: add partition_meta_info to hd_structGravatar Will Drewry 1-1/+1