summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong1-6/+12
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-293/+246
2016-05-21Revert "block: enable dax for raw block devices"Dan Williams4-108/+29
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani4-40/+38
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams4-70/+0
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-10pmem, dax: disable dax in the presence of bad blocksDan Williams2-0/+11
2016-01-09block: enable dax for raw block devicesDan Williams4-8/+169
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig5-0/+290
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 Wilson2-3/+28
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen4-8/+30
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo7-21/+5
2014-07-01block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita2-3/+8
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 Torvalds33-464/+770
2012-09-20block: ioctl to zero block rangesMartin K. Petersen2-0/+28
2012-09-18blk: add an upper sanity check on partition addingAlan Cox1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal5-9/+132
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds28-949/+1121
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen3-0/+6
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds476-2879/+2588
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds4-56/+26
2012-01-04fs: move code out of buffer.cAl Viro28-83/+40
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2057-606/+2248
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker4-0/+4
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo4-6/+8
2011-02-24block: fix refcounting in BLKBSZSETMiklos Szeredi1-3/+5
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds53-1085/+1323
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe28-719/+377
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo26-318/+162
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-10block: read i_size with i_size_read()Mike Snitzer5-18/+18
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds80-1921/+845
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig19-71/+47
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry5-6/+76
2010-08-12block: add secure discardAdrian Hunter9-7/+45
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann1-4/+0
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann1-4/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann4-58/+55
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann30-85/+253
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov15-34/+55
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen6-0/+32
2009-10-03block: Topology ioctlsMartin K. Petersen4-7/+62
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig6-67/+37
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen25-97/+147
[next]