index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
parisc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-03-17
jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging
Jens Axboe
1
-10
/
+8
2011-03-17
jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging
Jens Axboe
1
-11
/
+11
2011-03-17
fs: make fsync_buffers_list() plug
Jens Axboe
1
-0
/
+6
2011-03-17
mm: make generic_writepages() use plugging
Shaohua Li
1
-1
/
+7
2011-03-12
blk-cgroup: Add unaccounted time to timeslice_used.
Justin TerAvest
4
-14
/
+41
2011-03-11
block: fixup plugging stubs for !CONFIG_BLOCK
Jens Axboe
1
-3
/
+6
2011-03-11
block: remove obsolete comments for blkdev_issue_zeroout.
Tao Ma
1
-2
/
+0
2011-03-11
blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.
Tao Ma
1
-11
/
+4
2011-03-10
blk-throttle: Use blk_plug in throttle dispatch
Vivek Goyal
1
-0
/
+3
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
24
-75
/
+43
2011-03-10
aio: remove request submission batching
Jens Axboe
1
-72
/
+3
2011-03-10
fs: make aio plug
Shaohua Li
1
-0
/
+4
2011-03-10
fs: make mpage read/write_pages() plug
Jens Axboe
1
-0
/
+8
2011-03-10
read-ahead: use plugging
Jens Axboe
1
-0
/
+6
2011-03-10
fs: make generic file read/write functions plug
Jens Axboe
1
-0
/
+7
2011-03-10
block: remove per-queue plugging
Jens Axboe
119
-1269
/
+151
2011-03-10
block: initial patch for on-stack per-task plugging
Jens Axboe
10
-101
/
+344
2011-03-10
scsi: convert to blk_delay_queue()
Jens Axboe
1
-25
/
+19
2011-03-10
ide-cd: convert to blk_delay_queue() for a short pause
Jens Axboe
1
-11
/
+2
2011-03-10
block: add API for delaying work/request_fn a little bit
Jens Axboe
2
-0
/
+35
2011-03-09
staging: Convert to bdops->check_events()
Tejun Heo
2
-8
/
+14
2011-03-09
pktcdvd: Convert to bdops->check_events()
Tejun Heo
1
-4
/
+9
2011-03-09
umem: Drop dummy ->media_changed()
Tejun Heo
1
-10
/
+0
2011-03-09
s390/tape_block: Convert to bdops->check_events()
Tejun Heo
1
-5
/
+6
2011-03-09
i2o_block: Convert to bdops->check_events()
Tejun Heo
1
-4
/
+7
2011-03-09
xsysace: Convert to bdops->check_events()
Tejun Heo
1
-4
/
+5
2011-03-09
ub: Convert to bdops->check_events()
Tejun Heo
1
-4
/
+6
2011-03-09
swim[3]: Convert to bdops->check_events()
Tejun Heo
2
-7
/
+12
2011-03-09
dac960: Convert to bdops->check_events()
Tejun Heo
1
-3
/
+5
2011-03-09
paride: Convert to bdops->check_events()
Tejun Heo
3
-14
/
+21
2011-03-09
gdrom,viocd: Convert to bdops->check_events()
Tejun Heo
2
-13
/
+20
2011-03-09
floppy,{ami|ata}flop: Convert to bdops->check_events()
Tejun Heo
3
-14
/
+19
2011-03-09
ide: Convert to bdops->check_events()
Tejun Heo
4
-15
/
+20
2011-03-09
block: Don't check events while open is in progress
Tejun Heo
1
-7
/
+10
2011-03-09
block: Don't check events on close unless it was blocked
Tejun Heo
1
-4
/
+2
2011-03-09
block: Don't implicitly trigger event check on disk_unblock_events()
Tejun Heo
2
-1
/
+2
2011-03-08
blk-cgroup: Lower minimum weight from 100 to 10.
Justin TerAvest
2
-2
/
+2
2011-03-08
block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY
Martin K. Petersen
2
-4
/
+1
2011-03-07
blk-throttle: Some cleanups and race fixes in limit update code
Vivek Goyal
1
-56
/
+40
2011-03-07
blk-throttle: process limit change only through one function
Vivek Goyal
1
-7
/
+1
2011-03-07
cfq-iosched: Fix update_vdisktime logic
Gui Jianfeng
1
-4
/
+2
2011-03-07
cfq-iosched: give busy sync queue no dispatch limit
Shaohua Li
1
-2
/
+24
2011-03-07
cfq-iosched: fix race in cfq_set_request()
Jens Axboe
1
-2
/
+1
2011-03-03
block: kill loop_mutex
Petr Uzel
1
-5
/
+0
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
3
-20
/
+3
2011-03-03
block: Move blk_throtl_exit() call to blk_cleanup_queue()
Vivek Goyal
4
-8
/
+9
2011-03-03
loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...
Vivek Goyal
1
-3
/
+0
2011-03-03
block: Initialize ->queue_lock to internal lock at queue allocation time
Vivek Goyal
2
-8
/
+15
2011-03-02
block/genhd: Change some numerals into macros
Liu Yuan
1
-8
/
+8
2011-03-02
block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()
Tejun Heo
1
-3
/
+5
[next]