summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-09-16blkio: Core implementation of throttle policyVivek Goyal
2010-09-16blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal
2010-09-16blk-cgroup: Kill the header printed at the start of blkio.weight_device fileVivek Goyal
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim
2010-09-14block: block_dump: Add number of sectors to debug outputSan Mehat
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-09-10Consolidate min_not_zeroMartin K. Petersen
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo
2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo
2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo
2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo
2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo
2010-09-10block: simplify queue_next_fseqChristoph Hellwig
2010-09-10block: filter flush bio's in __generic_make_request()Tejun Heo
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-09-10block: rename barrier/ordered to flushTejun Heo
2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo
2010-09-10block: drop barrier ordering by queue drainingTejun Heo
2010-09-10block: misc cleanups in barrier codeTejun Heo
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby
2010-08-23block: put dev->kobj in blk_register_queue fail pathXiaotian Feng
2010-08-23cfq-iosched: blktrace print per slice sector statsVivek Goyal
2010-08-23cfq-iosched: Implement tunable group_idleVivek Goyal
2010-08-23cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal
2010-08-23cfq-iosched: Do not idle if slice_idle=0Vivek Goyal
2010-08-23blkio: Fix return code for mkdir callsCiju Rajan K
2010-08-12block: add secure discardAdrian Hunter
2010-08-11Merge branch 'master' into for-nextJiri Kosina
2010-08-09Fix spelling fuction -> function in commentsStefan Weil
2010-08-08blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov
2010-08-08block: update request stacking methods to support discardsike Snitzer
2010-08-07block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori
2010-08-07block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori
2010-08-07block: fix problem with sending down discard that isn't of correct granularityJens Axboe
2010-08-07blkdev: check for valid request queue before issuing flushDave Chinner
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori
2010-08-07block: introduce REQ_FLUSH flagFUJITA Tomonori