aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-17fs: make fsync_buffers_list() plugJens Axboe1-0/+6
2011-03-17mm: make generic_writepages() use pluggingShaohua Li1-1/+7
2011-03-12blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest4-14/+41
2011-03-11block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe1-3/+6
2011-03-11block: remove obsolete comments for blkdev_issue_zeroout.Tao Ma1-2/+0
2011-03-11blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma1-11/+4
2011-03-10blk-throttle: Use blk_plug in throttle dispatchVivek Goyal1-0/+3
2011-03-10block: kill off REQ_UNPLUGJens Axboe24-75/+43
2011-03-10aio: remove request submission batchingJens Axboe1-72/+3
2011-03-10fs: make aio plugShaohua Li1-0/+4
2011-03-10fs: make mpage read/write_pages() plugJens Axboe1-0/+8
2011-03-10read-ahead: use pluggingJens Axboe1-0/+6
2011-03-10fs: make generic file read/write functions plugJens Axboe1-0/+7
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe10-101/+344
2011-03-10scsi: convert to blk_delay_queue()Jens Axboe1-25/+19
2011-03-10ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe1-11/+2
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe2-0/+35
2011-03-09staging: Convert to bdops->check_events()Tejun Heo2-8/+14
2011-03-09pktcdvd: Convert to bdops->check_events()Tejun Heo1-4/+9
2011-03-09umem: Drop dummy ->media_changed()Tejun Heo1-10/+0
2011-03-09s390/tape_block: Convert to bdops->check_events()Tejun Heo1-5/+6
2011-03-09i2o_block: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-03-09xsysace: Convert to bdops->check_events()Tejun Heo1-4/+5
2011-03-09ub: Convert to bdops->check_events()Tejun Heo1-4/+6
2011-03-09swim[3]: Convert to bdops->check_events()Tejun Heo2-7/+12
2011-03-09dac960: Convert to bdops->check_events()Tejun Heo1-3/+5
2011-03-09paride: Convert to bdops->check_events()Tejun Heo3-14/+21
2011-03-09gdrom,viocd: Convert to bdops->check_events()Tejun Heo2-13/+20
2011-03-09floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo3-14/+19
2011-03-09ide: Convert to bdops->check_events()Tejun Heo4-15/+20
2011-03-09block: Don't check events while open is in progressTejun Heo1-7/+10
2011-03-09block: Don't check events on close unless it was blockedTejun Heo1-4/+2
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo2-1/+2
2011-03-08blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest2-2/+2
2011-03-08block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITYMartin K. Petersen2-4/+1
2011-03-07blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal1-56/+40
2011-03-07blk-throttle: process limit change only through one functionVivek Goyal1-7/+1
2011-03-07cfq-iosched: Fix update_vdisktime logicGui Jianfeng1-4/+2
2011-03-07cfq-iosched: give busy sync queue no dispatch limitShaohua Li1-2/+24
2011-03-07cfq-iosched: fix race in cfq_set_request()Jens Axboe1-2/+1
2011-03-03block: kill loop_mutexPetr Uzel1-5/+0
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma3-20/+3
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal4-8/+9
2011-03-02loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue()Vivek Goyal1-3/+0
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2-8/+15
2011-03-02block/genhd: Change some numerals into macrosLiu Yuan1-8/+8
2011-03-02block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Tejun Heo1-3/+5
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo7-14/+15
2011-03-01cfq-iosched: Always provide group isolation.Justin TerAvest2-64/+1