pandora-kernel.git
2011-03-10 Andreas Gruenbacherdrbd: send_bitmap_rle_or_plain: Get rid of ugly and...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Missing free_page() on error...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Avoid casting enum drbd_state_rv...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Fix the wrong return value
2011-03-10 Andreas Gruenbacherdrbd: drbd_nl_disk_conf: Avoid a compiler warning
2011-03-10 Andreas Gruenbacherdrbd: Use the standard bool, true, and false keywords
2011-03-10 Andreas Gruenbacherdrbd: This code is dead now
2011-03-10 Andreas Gruenbacherdrbd: Another small enum drbd_state_rv cleanup
2011-03-10 Andreas Gruenbacherdrbd: Be more explicit about functions that return...
2011-03-10 Andreas Gruenbacherdrbd: Rename enum drbd_state_ret_codes to enum drbd_sta...
2011-03-10 Andreas Gruenbacherdrbd: Rename enum drbd_ret_codes to enum drbd_ret_code
2011-03-10 Andreas Gruenbacherdrbd: Get rid of unnecessary macros (2)
2011-03-10 Andreas Gruenbacherdrbd: Get rid of unnecessary macros (1)
2011-03-10 Andreas Gruenbacherdrbd: Rename drbd_make_request_26 to drbd_make_request
2011-03-10 Andreas Gruenbacherdrbd: Remove left-over prototype
2011-03-10 Andreas Gruenbacherdrbd: Make sure that drbd_send() has sent the right...
2011-03-10 Lars Ellenbergdrbd: fix incomplete error message
2011-03-10 Andreas Gruenbacherdrbd: Removed an unnecessary #undef
2011-03-10 Lars Ellenbergdrbd: fix regression, we need to close drbd epochs...
2011-03-10 Philipp Reisnerdrbd: Implemented the before-resync-source handler
2011-03-10 Philipp Reisnerdrbd: --force option for disconnect
2011-03-10 Lars Ellenbergdrbd: add packet_type 27 (return_code_only) to netlink api
2011-03-10 Lars Ellenbergdrbd: use kzalloc and memset(,0,) to start with clean...
2011-03-10 Lars Ellenbergdrbd: remove /proc/drbd before unregistering from netlink
2011-03-10 Lars Ellenbergdrbd: increase module count on /proc/drbd access
2011-03-10 Philipp Reisnerdrbd: Removed 20 seconds upper bound for side-stepping
2011-03-10 Philipp Reisnerdrbd: Becoming sync target may not happen out of <...
2011-03-10 Philipp Reisnerdrbd: Starting with protocol 96 we can allow app-IO...
2011-03-10 Philipp Reisnerdrbd: Improvements in sanitize_state()
2011-03-10 Philipp Reisnerdrbd: Fixed race condition in drbd_queue_bitmap_io
2011-03-10 Philipp Reisnerdrbd: Fixed inc_ap_bio()
2011-03-10 Philipp Reisnerdrbd: use test_and_set_bit() to decide if bm_io_work...
2011-03-10 Philipp Reisnerdrbd: Begin to account BIO processing time before inc_a...
2011-03-10 Philipp Reisnerdrbd: Implemented side-stepping in drbd_res_begin_io()
2011-03-10 Philipp Reisnerdrbd: Make some functions static
2011-03-10 Philipp Reisnerdrbd: Implemented priority inheritance for resync requests
2011-03-10 Philipp Reisnerdrbd: Do not cleanup resync LRU for the Ahead/Behind...
2011-03-10 Philipp Reisnerdrbd: When proxy's buffer drained off go into regular...
2011-03-10 Philipp Reisnerdrbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC
2011-03-10 Philipp Reisnerdrbd: Implemented two new connection states Ahead/Behind
2011-03-10 Philipp Reisnerdrbd: New configuration parameters for dealing with...
2011-03-10 Philipp Reisnerdrbd: Track the numbers of sectors in flight
2011-03-10 Lars Ellenbergdrbd: Renamed write_flags_to_bio() to wire_flags_to_bio()
2011-03-10 Lars Ellenbergdrbd: restore compatibility with 32bit kernels
2011-03-10 Lars Ellenbergdrbd: properly use max_hw_sectors to limit the our...
2011-03-10 Lars Ellenbergdrbd: debug: limit nelink-broadcast of request on diges...
2011-03-10 Lars Ellenbergdrbd: detect modification of in-flight buffers
2011-03-10 Lars Ellenbergdrbd: further converge progress display of resync and...
2011-03-10 Lars Ellenbergdrbd: fix potential wrap of 32bit oos:%lu display in...
2011-03-10 Lars Ellenbergdrbd: use the resync controller for online-verify reque...
2011-03-10 Lars Ellenbergdrbd: factor out drbd_rs_number_requests
2011-03-10 Lars Ellenbergdrbd: factor out drbd_rs_controller_reset
2011-03-10 Lars Ellenbergdrbd: show progress bar and ETA for online-verify
2011-03-10 Lars Ellenbergdrbd: advance progress step marks for online-verify
2011-03-10 Lars Ellenbergdrbd: factor out advancement of resync marks for progre...
2011-03-10 Lars Ellenbergdrbd: initialize online-verify progress tracking on...
2011-03-10 Lars Ellenbergdrbd: improve online-verify progress tracking
2011-03-10 Lars Ellenbergdrbd: only reset online-verify start sector if verify...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Vivek Goyalblk-throttle: Use blk_plug in throttle dispatch
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2011-03-10 Jens Axboeaio: remove request submission batching
2011-03-10 Shaohua Lifs: make aio plug
2011-03-10 Jens Axboefs: make mpage read/write_pages() plug
2011-03-10 Jens Axboeread-ahead: use plugging
2011-03-10 Jens Axboefs: make generic file read/write functions plug
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-10 Jens Axboeblock: initial patch for on-stack per-task plugging
2011-03-10 Jens Axboescsi: convert to blk_delay_queue()
2011-03-10 Jens Axboeide-cd: convert to blk_delay_queue() for a short pause
2011-03-10 Jens Axboeblock: add API for delaying work/request_fn a little bit
2011-03-09 Tejun Heostaging: Convert to bdops->check_events()
2011-03-09 Tejun Heopktcdvd: Convert to bdops->check_events()
2011-03-09 Tejun Heoumem: Drop dummy ->media_changed()
2011-03-09 Tejun Heos390/tape_block: Convert to bdops->check_events()
2011-03-09 Tejun Heoi2o_block: Convert to bdops->check_events()
2011-03-09 Tejun Heoxsysace: Convert to bdops->check_events()
2011-03-09 Tejun Heoub: Convert to bdops->check_events()
2011-03-09 Tejun Heoswim[3]: Convert to bdops->check_events()
2011-03-09 Tejun Heodac960: Convert to bdops->check_events()
2011-03-09 Tejun Heoparide: Convert to bdops->check_events()
2011-03-09 Tejun Heogdrom,viocd: Convert to bdops->check_events()
2011-03-09 Tejun Heofloppy,{ami|ata}flop: Convert to bdops->check_events()
2011-03-09 Tejun Heoide: Convert to bdops->check_events()
2011-03-09 Tejun Heoblock: Don't check events while open is in progress
2011-03-09 Tejun Heoblock: Don't check events on close unless it was blocked
2011-03-09 Tejun Heoblock: Don't implicitly trigger event check on disk_unb...
2011-03-08 Justin TerAvestblk-cgroup: Lower minimum weight from 100 to 10.
2011-03-08 Martin K. Petersenblock: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY
2011-03-07 Vivek Goyalblk-throttle: Some cleanups and race fixes in limit...
2011-03-07 Vivek Goyalblk-throttle: process limit change only through one...
2011-03-07 Jens AxboeMerge branch 'block-for-2.6.39-core' of ssh:///linux...
2011-03-07 Gui Jianfengcfq-iosched: Fix update_vdisktime logic
2011-03-07 Shaohua Licfq-iosched: give busy sync queue no dispatch limit
2011-03-07 Jens Axboecfq-iosched: fix race in cfq_set_request()
2011-03-04 Tejun HeoMerge branch 'for-linus' of ../linux-2.6-block into...
2011-03-03 Petr Uzelblock: kill loop_mutex
2011-03-03 Tao Mablktrace: Remove blk_fill_rwbs_rq.
2011-03-03 Vivek Goyalblock: Move blk_throtl_exit() call to blk_cleanup_queue()
2011-03-03 Vivek Goyalloop: No need to initialize ->queue_lock explicitly...
next