summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * drbd: Force flag for the detach operationPhilipp Reisner2012-05-093-2/+19
| | * drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner2012-05-091-1/+1
| | * drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner2012-05-091-10/+30
| | * drbd: Added a kref to bm_aio_ctxPhilipp Reisner2012-05-091-25/+59
| | * drbd: Hold a reference to ldev while doing meta-data IOPhilipp Reisner2012-05-092-0/+7
| | * drbd: Keep a reference to the bio until the completion handler finishedPhilipp Reisner2012-05-092-0/+2
| | * drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner2012-05-093-5/+18
| | * drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner2012-05-094-19/+51
| | * drbd: moved md_io into mdevPhilipp Reisner2012-05-093-9/+10
| | * drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner2012-05-093-11/+37
| | * drbd: Keep a reference to barrier acked requestsPhilipp Reisner2012-05-093-2/+23
| | * drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2012-05-092-3/+8
| | * drbd: Only print sanitize state's warnings, if the state change happensPhilipp Reisner2012-05-091-15/+40
| | * drbd: downgraded error printk to infoLars Ellenberg2012-05-091-4/+2
| | * drbd: allow ping-timeout of up to 30 secondsLars Ellenberg2012-05-091-1/+1
| | * DRBD: Fix comparison always false warning due to long/long long compareDavid Howells2012-05-091-1/+1
| | * drbd: spelling fix: too smallLars Ellenberg2012-05-092-6/+6
| | * drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg2012-05-091-1/+1
| | * drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner2012-05-091-1/+1
| * | Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2012-05-181-19/+25
| |\ \
| | * | xen-blkfront: module exit handling adjustmentsJan Beulich2012-05-111-1/+3
| | * | xen-blkfront: properly name all devicesJan Beulich2012-05-111-18/+22
| * | | floppy: take over maintainershipJiri Kosina2012-05-181-0/+6
| * | | floppy: remove floppy-specific O_EXCL handlingJiri Kosina2012-05-181-14/+4
| * | | floppy: convert to delayed work and single-thread wqJiri Kosina2012-05-181-70/+73
| | |/ | |/|
* | | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-3024-2952/+2446
|\ \ \
| * | | blkcg: tg_stats_alloc_lock is an irq lockTejun Heo2012-05-231-4/+6
| |/ /
| * | Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-011355-8950/+16167
| |\ \
| * | | vmsplice: relax alignement requirements for SPLICE_F_GIFTEric Dumazet2012-04-201-2/+2
| * | | blkcg: use radix tree to index blkgs from blkcgTejun Heo2012-04-202-8/+50
| * | | blkcg: fix blkcg->css ref leak in __blkg_lookup_create()Tejun Heo2012-04-201-10/+9
| * | | block: fix elvpriv allocation failure handlingTejun Heo2012-04-201-17/+36
| * | | block: collapse blk_alloc_request() into get_request()Tejun Heo2012-04-201-29/+17
| * | | blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo2012-04-204-28/+24
| * | | blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo2012-04-204-83/+112
| * | | blkcg: mass rename of blkcg APITejun Heo2012-04-205-235/+230
| * | | blkcg: style cleanups for blk-cgroup.hTejun Heo2012-04-201-56/+52
| * | | blkcg: remove blkio_group->path[]Tejun Heo2012-04-204-15/+37
| * | | blkcg: blkg_rwstat_read() was missing inlineTejun Heo2012-04-201-1/+1
| * | | blkcg: shoot down blkgs if all policies are deactivatedTejun Heo2012-04-201-3/+8
| * | | blkcg: drop stuff unused after per-queue policy activation updateTejun Heo2012-04-204-48/+23
| * | | blkcg: implement per-queue policy activationTejun Heo2012-04-206-134/+201
| * | | blkcg: add request_queue->root_blkgTejun Heo2012-04-203-7/+15
| * | | blkcg: make request_queue bypassing on allocationTejun Heo2012-04-201-12/+25
| * | | blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2012-04-202-19/+46
| * | | blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo2012-04-204-10/+14
| * | | blkcg: remove static policy ID enumsTejun Heo2012-04-205-41/+69
| * | | blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo2012-04-204-21/+23
| * | | blkcg: kill blkio_list and replace blkio_list_lock with a mutexTejun Heo2012-04-202-16/+17
| * | | cfq: fix build breakage & warningsTejun Heo2012-04-202-11/+10