aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-29block: Added in stricter no merge semantics for block I/OAlan D. Brunelle1-4/+7
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+11
2009-11-10block: Expose discard granularityMartin K. Petersen1-0/+22
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-5/+6
2009-09-14block: don't assume device has a request list backing in nr_requests storeJens Axboe1-1/+6
2009-09-01block: Allow changing max_sectors_kb above the default 512Nikanth Karthikesan1-1/+1
2009-07-17block: sysfs fix mismatched queue_var_{store,show} in 64bit kernelXiaotian Feng1-5/+6
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+50
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+33
2009-05-22block: Expose stacked device queues in sysfsMartin K. Petersen1-3/+3
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-4/+4
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+9
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-4/+0
2009-04-24block: simplify I/O stat accountingJerome Marchand1-4/+0
2009-04-16blktrace: add trace/ to /sys/block/sdaLi Zefan1-1/+6
2009-04-15block: fix bad spelling of quiesceJens Axboe1-2/+2
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-0/+4
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-20/+20
2009-01-30block: add sysfs file for controlling io stats accountingJens Axboe1-0/+28
2009-01-30block: export SSD/non-rotational queue flag through sysfsBartlomiej Zolnierkiewicz1-1/+29
2008-12-29block: don't take lock on changing ra_pagesWu Fengguang1-6/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-0/+31
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-05-07block: sysfs store function needs to grab queue_lock and use queue_flag_*()Jens Axboe1-2/+4
2008-04-29block: Skip I/O merges when disabledAlan D. Brunelle1-0/+26
2008-04-21block: fix blk_register_queue() return valueAkinobu Mita1-2/+8
2008-02-01block: make core bits checkpatch compliantJens Axboe1-2/+3
2008-01-29Expose hardware sector sizeMartin K. Petersen1-0/+11
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe1-0/+298