| Commit message (Expand) | Author | Age | Files | Lines |
* | drbd: Remove unused function atodb_endio() | Andreas Gruenbacher | 2011-03-10 | 1 | -1/+1 |
* | drbd: Provide hints with the error message when clearing the sync pause flag | Philipp Reisner | 2011-03-10 | 1 | -0/+2 |
* | drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAX | Philipp Reisner | 2011-03-10 | 1 | -1/+2 |
* | drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv | Andreas Gruenbacher | 2011-03-10 | 1 | -2/+2 |
* | drbd: Rename enum drbd_ret_codes to enum drbd_ret_code | Andreas Gruenbacher | 2011-03-10 | 1 | -1/+1 |
* | drbd: --force option for disconnect | Philipp Reisner | 2011-03-10 | 1 | -1/+3 |
* | drbd: add packet_type 27 (return_code_only) to netlink api | Lars Ellenberg | 2011-03-10 | 2 | -1/+6 |
* | drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC | Philipp Reisner | 2011-03-10 | 1 | -1/+1 |
* | drbd: Implemented two new connection states Ahead/Behind | Philipp Reisner | 2011-03-10 | 1 | -0/+4 |
* | drbd: New configuration parameters for dealing with network congestion | Philipp Reisner | 2011-03-10 | 3 | -0/+19 |
* | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 10 | -84/+72 |
|\ |
|
| * | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 2 | -21/+9 |
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 8 | -66/+9 |
| * | block: initial patch for on-stack per-task plugging | Jens Axboe | 2011-03-10 | 4 | -0/+51 |
| * | block: add API for delaying work/request_fn a little bit | Jens Axboe | 2011-03-10 | 1 | -0/+6 |
* | | block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY | Martin K. Petersen | 2011-03-08 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core | Tejun Heo | 2011-03-04 | 16 | -42/+56 |
|\ \ |
|
| * | | blktrace: Remove blk_fill_rwbs_rq. | Tao Ma | 2011-03-03 | 2 | -4/+3 |
| * | | block: add @force_kblockd to __blk_run_queue() | Tejun Heo | 2011-03-02 | 1 | -1/+1 |
| * | | blk-throttle: Do not use kblockd workqueue for throtl work | Vivek Goyal | 2011-03-01 | 1 | -3/+0 |
| * | | ACPI: Fix build for CONFIG_NET unset | Rafael J. Wysocki | 2011-02-28 | 1 | -0/+8 |
| * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2011-02-28 | 1 | -1/+1 |
| |\ \ |
|
| | * | | drm: fix unsigned vs signed comparison issue in modeset ctl ioctl. | Dave Airlie | 2011-02-28 | 1 | -1/+1 |
| * | | | mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> | Ben Hutchings | 2011-02-28 | 1 | -0/+2 |
| * | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-02-25 | 2 | -11/+16 |
| |\ \ \ |
|
| | * | | | PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unset | Rafael J. Wysocki | 2011-02-24 | 2 | -11/+16 |
| * | | | | rapidio: fix sysfs config attribute to access 16MB of maint space | Alexandre Bounine | 2011-02-25 | 1 | -1/+3 |
| * | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2011-02-25 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Fix over-zealous flush_disk when changing device size. | NeilBrown | 2011-02-24 | 1 | -1/+1 |
| * | | | | mm: prevent concurrent unmap_mapping_range() on the same inode | Miklos Szeredi | 2011-02-23 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-02-23 | 4 | -13/+15 |
| |\ \ \ |
|
| | * | | | net_sched: long word align struct qdisc_skb_cb data | Eric Dumazet | 2011-02-23 | 1 | -1/+1 |
| | * | | | ipv6: Add IPv6 multicast address flag defines | Linus Lüssing | 2011-02-22 | 1 | -0/+12 |
| | * | | | net: dcb: match dcb_app protocol field with 802.1Qaz spec | John Fastabend | 2011-02-19 | 1 | -1/+1 |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-02-19 | 1 | -11/+1 |
| | |\ \ \ |
|
| | | * | | | netfilter: tproxy: do not assign timewait sockets to skb->sk | Florian Westphal | 2011-02-17 | 1 | -11/+1 |
| * | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2011-02-22 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | pcmcia: re-enable Zoomed Video support | Dominik Brodowski | 2011-02-20 | 1 | -0/+1 |
| * | | | | | | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa... | Linus Torvalds | 2011-02-22 | 1 | -7/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ASoC: WM8903: Fix mic detection register definitions | Stephen Warren | 2011-02-13 | 1 | -7/+3 |
* | | | | | | | | block: Move blk_throtl_exit() call to blk_cleanup_queue() | Vivek Goyal | 2011-03-02 | 1 | -2/+0 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Merge commit 'v2.6.38-rc6' into for-2.6.39/core | Jens Axboe | 2011-03-01 | 477 | -4434/+12283 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | module: explicitly align module_version_attribute structure | Dmitry Torokhov | 2011-02-21 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-02-18 | 1 | -0/+15 |
| |\ \ \ \ \ |
|
| | * | | | | | RTC: Re-enable UIE timer/polling emulation | John Stultz | 2011-02-17 | 1 | -0/+1 |
| | * | | | | | RTC: Revert UIE emulation removal | John Stultz | 2011-02-17 | 1 | -0/+14 |
| * | | | | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-02-18 | 3 | -6/+6 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo | 2011-02-16 | 3 | -6/+6 |
| * | | | | | | | Expand CONFIG_DEBUG_LIST to several other list operations | Linus Torvalds | 2011-02-18 | 1 | -3/+9 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2011-02-16 | 2 | -6/+24 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|