nfsd4: simplify references to nfsd4 lease time
[safe/jmp/linux-2.6] / block /
2010-02-23 Jens AxboeRevert "block: improve queue_should_plug() by looking...
2010-02-05 Shaohua Licfq-iosched: split seeky coop queues after one slice
2010-02-02 Vivek Goyalcfq-iosched: Do not idle on async queues
2010-02-01 Gui Jianfengblk-cgroup: Fix potential deadlock in blk-cgroup
2010-01-11 Divyesh Shahcfq-iosched: Respect ioprio_class when preempting
2010-01-11 Kirill Afonshinblock: removed unused as_io_context
2010-01-11 Martin K. Petersenblock: bdev_stack_limits wrapper
2010-01-11 Martin K. Petersenblock: Fix discard alignment calculation and printing
2010-01-11 Martin K. Petersenblock: Correct handling of bottom device misaligment
2009-12-29 OGAWA Hirofumiblock: Honor the gfp_mask for alloc_page() in blkdev_is...
2009-12-29 Martin K. Petersenblock: Fix incorrect alignment offset reporting and...
2009-12-28 Shaohua Licfq-iosched: don't regard requests with long distance...
2009-12-21 Martin K. Petersenblock: Fix topology stacking for data and discard alignment
2009-12-18 Vivek Goyalcfq-iosched: Remove prio_change logic for workload...
2009-12-18 Vivek Goyalcfq-iosched: Get rid of nr_groups
2009-12-18 Vivek Goyalcfq-iosched: Remove the check for same cfq group from...
2009-12-16 Jens Axboeblock: temporarily disable discard granularity
2009-12-15 Linus TorvaldsMerge branch 'for-2.6.33' of git://git.kernel.dk/linux...
2009-12-15 Gui Jianfengcfq: set workload as expired if it doesn't have any...
2009-12-10 Vivek GoyalFix a CFQ crash in "for-2.6.33" branch of block tree
2009-12-10 Gui Jianfengcfq: Remove wait_request flag when idle time is being...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Corrado Zoccolocfq-iosched: commenting non-obvious initialization
2009-12-09 Vivek Goyalcfq-iosched: Take care of corner cases of group losing...
2009-12-09 Vivek Goyalcfq-iosched: Get rid of cfqq wait_busy_done flag
2009-12-09 Gui Jianfengcfq: Optimization for close cooperating queue searching
2009-12-09 Corrado Zoccolocfq-iosched: reduce write depth only if sync was delayed
2009-12-07 Vivek Goyalcfq-iosched: Do not access cfqq after freeing it
2009-12-07 Stephen Rothwellblock: include linux/err.h to use ERR_PTR
2009-12-06 Jens Axboecfq-iosched: use call_rcu() instead of doing grace...
2009-12-04 Vivek Goyalblkio: Allow CFQ group IO scheduling even when CFQ...
2009-12-04 Vivek Goyalblkio: Implement dynamic io controlling policy registration
2009-12-04 Vivek Goyalblkio: Export some symbols from blkio as its user CFQ...
2009-12-04 Louis Rillingblock: Fix io_context leak after failure of clone with...
2009-12-04 Louis Rillingblock: Fix io_context leak after clone with CLONE_IO
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-04 Shaohua Licfq-iosched: make nonrot check logic consistent
2009-12-04 Jens Axboeio controller: quick fix for blk-cgroup and modular CFQ
2009-12-04 Jens Axboecfq-iosched: move IO controller declerations to a heade...
2009-12-03 Jens Axboecfq-iosched: fix compile problem with !CONFIG_CGROUP
2009-12-03 Vivek Goyalblkio: Wait on sync-noidle queue even if rq_noidle = 1
2009-12-03 Vivek Goyalblkio: Implement group_isolation tunable
2009-12-03 Vivek Goyalblkio: Determine async workload length based on total...
2009-12-03 Vivek Goyalblkio: Wait for cfq queue to get backlogged if group...
2009-12-03 Vivek Goyalblkio: Propagate cgroup weight updation to cfq groups
2009-12-03 Vivek Goyalblkio: Drop the reference to queue once the task change...
2009-12-03 Vivek Goyalblkio: Provide some isolation between groups
2009-12-03 Vivek Goyalblkio: Export disk time and sectors used by a group...
2009-12-03 Vivek Goyalblkio: Some debugging aids for CFQ
2009-12-03 Vivek Goyalblkio: Take care of cgroup deletion and cfq group refer...
2009-12-03 Vivek Goyalblkio: Dynamic cfq group creation based on cgroup tasks...
2009-12-03 Vivek Goyalblkio: Group time used accounting and workload context...
2009-12-03 Vivek Goyalblkio: Implement per cfq group latency target and busy...
2009-12-03 Vivek Goyalblkio: Introduce per cfq group weights and vdisktime...
2009-12-03 Vivek Goyalblkio: Introduce blkio controller cgroup interface
2009-12-03 Vivek Goyalblkio: Introduce the root service tree for cfq groups
2009-12-03 Vivek Goyalblkio: Keep queue on service tree until we expire it
2009-12-03 Vivek Goyalblkio: Implement macro to traverse each service tree...
2009-12-03 Vivek Goyalblkio: Introduce the notion of cfq groups
2009-12-03 Vivek Goyalblkio: Set must_dispatch only if we decided to not...
2009-12-03 Shaohua Licfq-iosched: no dispatch limit for single queue
2009-12-03 Martin K. Petersenblock: Allow devices to indicate whether discarded...
2009-11-30 Jens AxboeRevert "cfq: Make use of service count to estimate...
2009-11-26 Corrado Zoccolocfq-iosched: fix corner cases in idling logic
2009-11-26 Corrado Zoccolocfq-iosched: idling on deep seeky sync queues
2009-11-26 Corrado Zoccolocfq-iosched: fix no-idle preemption logic
2009-11-26 Corrado Zoccolocfq-iosched: fix ncq detection code
2009-11-26 Corrado Zoccolocfq-iosched: cleanup unreachable code
2009-11-26 Ilya Loginovblock: add helpers to run flush_dcache_page() against...
2009-11-26 Gui Jianfengcfq: Make use of service count to estimate the rb_key...
2009-11-11 Randy Dunlapblock: jiffies fixes
2009-11-10 Martin K. Petersenblock: Expose discard granularity
2009-11-08 Corrado Zoccolocfq-iosched: fix next_rq computation
2009-11-04 H Hartley Sweetenblock/scsi_ioctl.c: quiet sparse noise
2009-11-04 Jens Axboecfq-iosched: get rid of the coop_preempt flag
2009-11-03 Jens Axboecfq-iosched: fix merge error
2009-11-03 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-11-03 Jens AxboeMerge branch 'cfq-2.6.33' into for-2.6.33
2009-11-03 Shaohua Licfq-iosched: limit coop preemption
2009-11-03 Jens Axboecfq-iosched: fix bad return value cfq_should_preempt()
2009-11-02 Corrado Zoccolocfq-iosched: simplify prio-unboost code
2009-10-28 Jens Axboecfq-iosched: fix style issue in cfq_get_avg_queues()
2009-10-28 Corrado Zoccolocfq-iosched: fairness for sync no-idle queues
2009-10-28 Corrado Zoccolocfq-iosched: enable idling for last queue on priority...
2009-10-28 Corrado Zoccolocfq-iosched: reimplement priorities using different...
2009-10-28 Corrado Zoccolocfq-iosched: preparation to handle multiple service...
2009-10-28 Corrado Zoccolocfq-iosched: adapt slice to number of processes doing I/O
2009-10-27 Shaohua Licfq-iosched: improve hw_tag detection
2009-10-26 Jeff Moyercfq: break apart merged cfqqs if they stop cooperating
2009-10-26 Jeff Moyercfq: change the meaning of the cfqq_coop flag
2009-10-26 Jeff Moyercfq: merge cooperating cfq_queues
2009-10-26 Jeff Moyercfq: calculate the seek_mean per cfq_queue not per...
2009-10-24 Mark McLoughlinblock: silently error unsupported empty barriers too
2009-10-13 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-10-12 Randy Dunlapblk-settings: fix function parameter kernel-doc notation
2009-10-09 KOSAKI Motohiroelv_iosched_store(): fix strstrip() misuse
2009-10-08 Corrado Zoccolocfq-iosched: avoid probable slice overrun when idling
2009-10-07 Jens Axboecfq-iosched: apply bool value where we return 0/1
2009-10-07 Corrado Zoccolocfq-iosched: fix think time allowed for seekers
2009-10-06 Jens Axboecfq-iosched: fix the slice residual sign
next