nfsd4: cross mountpoints when looking up parents
[safe/jmp/linux-2.6] / block /
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-14 Jens Axboeblock: don't assume device has a request list backing...
2009-09-14 Martin K. Petersenblock: Optimal I/O limit wrapper
2009-09-14 Jeff Moyercfq: choose a new next_req when a request is dispatched
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Minchan Kimblock: trace bio queueing trial only when it occurs
2009-09-11 Shan Weicfq: fix the log message after dispatched a request
2009-09-11 Jens Axboecfq-iosched: get rid of must_alloc flag
2009-09-11 Jens Axboeblock: use interrupts disabled version of raise_softirq...
2009-09-11 Jens Axboeblock: fix comment in blk-iopoll.c
2009-09-11 Jens Axboeblock: adjust default budget for blk-iopoll
2009-09-11 Jens Axboeblock: fix long lines in block/blk-iopoll.c
2009-09-11 Jens Axboeblock: add blk-iopoll, a NAPI like approach for block...
2009-09-11 Jens Axboeblock: improve queue_should_plug() by looking at IO...
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-11 Hannes ReineckeSend uevents for write_protect changes
2009-09-11 Vivek Goyalcfq-iosched: no need to keep track of busy_rt_queues
2009-09-11 Jens Axboecfq-iosched: drain device queue before switching to...
2009-09-11 Tejun Heoscsi,block: update SCSI to handle mixed merge failures
2009-09-11 Tejun Heoblock: implement mixed merge of different failfast...
2009-09-11 Tejun Heoblock: use the same failfast bits for bio and request
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-09-01 Nikanth Karthikesanblock: Allow changing max_sectors_kb above the default 512
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-04 John StoffelMake SCSI SG v4 driver enabled by default and remove...
2009-08-01 Martin K. Petersenblock: Update topology documentation
2009-08-01 Martin K. Petersenblock: Stack optimal I/O size
2009-08-01 Martin K. Petersenblock: Add a wrapper for setting minimum request size...
2009-08-01 Martin K. Petersenblock: Make blk_queue_stack_limits use the new stacking...
2009-07-28 Jens Axboeblock: make the end_io functions be non-GPL exports
2009-07-28 Xiaotian Fengblock: fix improper kobject release in blk_integrity_un...
2009-07-28 Jens Axboeblock: always assign default lock to queues
2009-07-17 Xiaotian Fengblock: sysfs fix mismatched queue_var_{store,show}...
2009-07-17 Tejun Heoblock: fix failfast merge testing in elv_rq_merge_ok()
2009-07-10 Vivek Goyalcfq-iosched: reset oom_cfqq in cfq_set_request()
2009-07-10 FUJITA Tomonoriblock: call blk_scsi_ioctl_init()
2009-07-03 Tejun HeoMerge branch 'master' into for-next
2009-07-03 Tejun Heoblock: don't merge requests of different failfast settings
2009-07-01 Shan Weicfq-iosched: remove redundant check for NULL cfqq in...
2009-07-01 NeilBrownblocK: Restore barrier support for md and probably...
2009-07-01 Jens Axboeblock: get rid of queue-private command filter
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-07-01 Jens Axboecfq-iosched: get rid of the need for __GFP_NOFAIL in...
2009-07-01 Jens Axboecfq-iosched: move cfqq initialization out of cfq_find_a...
2009-06-24 Tejun Heopercpu: clean up percpu variable definitions
2009-06-21 FUJITA Tomonoriblock: revert "bsg: setting rq->bio to NULL"
2009-06-19 Randy DunlapFix kernel-doc parameter name typo in blk-settings.c:
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-18 Martin K. Petersenblock: Fix bounce_pfn setting
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-16 Martin K. Petersenblock: Introduce helper to reset queue limits to defaul...
2009-06-16 Jeff Moyercfq: remove extraneous '\n' in blktrace output
2009-06-16 Jens Axboeblock: don't overwrite bdi->state after bdi_init()...
2009-06-16 Gui Jianfengcfq: cleanup for last_end_request in cfq_data
2009-06-16 Kay SieversDriver Core: bsg: add nodename for bsg driver
2009-06-16 Kay SieversDriver Core: block: add nodename support for block...
2009-06-12 Randy Dunlapblock: fix kernel-doc in recent block/ changes
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-11 Kiyoshi Uedablock: add request clone interface (v2)
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-10 Nikanth Karthikesanblock: prevent possible io_context->refcount overflow
2009-06-09 Li Zefantracing/events: convert block trace points to TRACE_EVENT()
2009-06-09 FUJITA Tomonoribsg: setting rq->bio to NULL
2009-06-09 Martin K. Petersenblock: Add missing bounce_pfn stacking and fix comments
2009-06-09 Jens AxboeRevert "block: Fix bounce limit setting in DM"
2009-06-09 FUJITA Tomonoriblock: needs to set the residual length of a bidi request
2009-06-03 Martin K. Petersenblock: Fix bounce limit setting in DM
2009-06-02 Kiyoshi Uedablock: fix a possible oops on elv_abort_queue()
2009-05-30 James Bottomleyblock: fix an oops on BLKPREP_KILL
2009-05-28 Mike Snitzerblock: export blk_stack_limits()
2009-05-27 Kiyoshi Uedablock: fix no diskstat problem
2009-05-27 James Bottomleyblock: fix oops with block tag queueing
2009-05-22 Martin K. Petersenblock: Export I/O topology for block devices and partitions
2009-05-22 Martin K. Petersenblock: Expose stacked device queues in sysfs
2009-05-22 Martin K. Petersenblock: Move queue limits to an embedded struct
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-20 Jens Axboeblock: change the tag sync vs async restriction logic
2009-05-19 Jens Axboeblock: add warning to blk_make_request()
2009-05-19 Boaz Harroshblock: Un-export blk_rq_append_bio
2009-05-19 Boaz Harroshblock: Add blk_make_request(), takes bio, returns a...
2009-05-19 James Bottomleyblock: allow blk_rq_map_kern to append to requests
2009-05-19 Tejun Heoblock: set rq->resid_len to blk_rq_bytes() on issue
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into tracing/core
2009-05-12 Kazuhisa Ichikawablock: fix the bio_vec array index out-of-bounds test
2009-05-11 FUJITA Tomonoriblock: move completion related functions back to blk...
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: hide request sector and data_len
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-05-11 Tejun Heoblock: add rq->resid_len
next