index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
Trond Myklebust
2006-01-06
*
NFSv4: Make DELEGRETURN an interruptible operation.
Trond Myklebust
2006-01-06
*
NFSv4: Convert LOCK rpc call into an asynchronous RPC call
Trond Myklebust
2006-01-06
*
NFSv4: locking XDR cleanup
Trond Myklebust
2006-01-06
*
NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly
Trond Myklebust
2006-01-06
*
NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately
Trond Myklebust
2006-01-06
*
NFSv4: Make open_confirm() asynchronous too
Trond Myklebust
2006-01-06
*
NFSv4: Convert open() into an asynchronous RPC call
Trond Myklebust
2006-01-06
*
SUNRPC: rpc_execute should not return task->tk_status;
Trond Myklebust
2006-01-06
*
SUNRPC: Get rid of some unused exports
Trond Myklebust
2006-01-06
*
NFSv4: Allocate OPEN call RPC arguments using kmalloc()
Trond Myklebust
2006-01-06
*
NFSv4: Make locku use the new RPC "wait on completion" interface.
Trond Myklebust
2006-01-06
*
NFSv4: stateful NFSv4 RPC call interface
Trond Myklebust
2006-01-06
*
SUNRPC: Further cleanups
Trond Myklebust
2006-01-06
*
RPC: Clean up RPC task structure
Trond Myklebust
2006-01-06
*
SUNRPC: Yet more RPC cleanups
Trond Myklebust
2006-01-06
*
NFS: Work correctly with single-page ->writepage() calls
Trond Myklebust
2006-01-06
*
identify multipage ->writepages() calls
Andrew Morton
2006-01-06
*
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-01-06
|
\
|
*
[SCSI] scsi_end_async() needs to take an uptodate parameter
Jens Axboe
2006-01-06
|
*
[BLOCK] Correct blk_execute_rq_nowait() prototype
Jens Axboe
2006-01-06
|
*
[BLOCK] I/O barrier documentation update
Tejun Heo
2006-01-06
|
*
[BLOCK] update IDE to use new blk_ordered for barriers
Tejun Heo
2006-01-06
|
*
[BLOCK] add FUA support to libata
Tejun Heo
2006-01-06
|
*
[BLOCK] update libata to use new blk_ordered for barriers
Tejun Heo
2006-01-06
|
*
[BLOCK] scsi: add FUA support to sd
Tejun Heo
2006-01-06
|
*
[BLOCK] update SCSI to use new blk_ordered for barriers
Tejun Heo
2006-01-06
|
*
[BLOCK] reimplement handling of barrier request
Tejun Heo
2006-01-06
|
*
[BLOCK] ll_rw_blk: separate out bio init part from __make_request
Tejun Heo
2006-01-06
|
*
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
Tejun Heo
2006-01-06
|
*
[BLOCK] mark some block/ variables cons
Arjan van de Ven
2006-01-06
|
*
[BLOCK] bio: check for same page merge possibilities in __bio_add_page()
Jens Axboe
2006-01-06
|
*
[BLOCK] ll_rw_blk: fastpath get_request()
Jens Axboe
2006-01-06
|
*
[BLOCK] as-iosched: update alias handling
Tejun Heo
2006-01-06
*
|
x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined
Linus Torvalds
2006-01-06
*
|
[PATCH] Suspend support for libata
Jens Axboe
2006-01-06
*
|
[PATCH] md: allow sync-speed to be controlled per-device
NeilBrown
2006-01-06
*
|
[PATCH] md: support adding new devices to md arrays via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: allow available size of component devices to be set via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
Andrew Morton
2006-01-06
*
|
[PATCH] md: export rdev->data_offset via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: expose device slot information via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: keep better track of dev/array size when assembling md arrays
NeilBrown
2006-01-06
*
|
[PATCH] md: allow md/raid_disks to be settable
NeilBrown
2006-01-06
*
|
[PATCH] md: count corrected read errors per drive
NeilBrown
2006-01-06
*
|
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: expose md metadata format in sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: allow md array component size to be accessed and set via sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: allow chunk_size to be settable through sysfs
NeilBrown
2006-01-06
*
|
[PATCH] md: fix rdev->pending counts in raid1
NeilBrown
2006-01-06
[next]