aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-101-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
* blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen2009-12-031-0/+2
* block: Topology ioctlsMartin K. Petersen2009-10-031-2/+15
* block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-141-47/+2
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-5/+5
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0
* block: don't take lock on changing ra_pagesWu Fengguang2008-12-291-2/+0
* block: make add_partition() return pointer to hd_structTejun Heo2008-11-181-4/+3
* [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-8/+1
* [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro2008-10-211-2/+3
* [PATCH] get rid of blkdev_locked_ioctl()Al Viro2008-10-211-72/+70
* [PATCH] get rid of blkdev_driver_ioctl()Al Viro2008-10-211-19/+10
* [PATCH] end of methods switch: remove the old onesAl Viro2008-10-211-26/+0
* [PATCH] beginning of methods conversionAl Viro2008-10-211-9/+26
* [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-211-0/+31
* block: make partition array dynamicTejun Heo2008-10-091-1/+1
* block: introduce partition 0Tejun Heo2008-10-091-2/+2
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-10/+16
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-3/+3
* block: make variable and argument names more consistentTejun Heo2008-10-091-7/+8
* block: update add_partition() error handlingTejun Heo2008-10-091-5/+2