index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4: Remove requirement for machine creds for the "setclientid" operation
Trond Myklebust
2006-01-06
4
-49
/
+52
*
NFSv4: Remove requirement for machine creds for the "renew" operation
Trond Myklebust
2006-01-06
4
-25
/
+41
*
NFSv4: Send RENEW requests to the server only when we're holding state
Trond Myklebust
2006-01-06
5
-2
/
+75
*
NFS: Convert instances of kernel_thread() to kthread()
Trond Myklebust
2006-01-06
1
-30
/
+16
*
NFSv4: State recovery cleanup
Trond Myklebust
2006-01-06
3
-25
/
+28
*
NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease
Trond Myklebust
2006-01-06
1
-3
/
+31
*
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
Trond Myklebust
2006-01-06
2
-4
/
+4
*
NFSv4: Make DELEGRETURN an interruptible operation.
Trond Myklebust
2006-01-06
1
-8
/
+60
*
NFSv4: Convert LOCK rpc call into an asynchronous RPC call
Trond Myklebust
2006-01-06
2
-75
/
+175
*
NFSv4: locking XDR cleanup
Trond Myklebust
2006-01-06
3
-196
/
+179
*
NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly
Trond Myklebust
2006-01-06
2
-131
/
+156
*
NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately
Trond Myklebust
2006-01-06
3
-28
/
+42
*
NFSv4: Make open_confirm() asynchronous too
Trond Myklebust
2006-01-06
3
-29
/
+81
*
NFSv4: Convert open() into an asynchronous RPC call
Trond Myklebust
2006-01-06
2
-66
/
+130
*
SUNRPC: rpc_execute should not return task->tk_status;
Trond Myklebust
2006-01-06
2
-8
/
+7
*
SUNRPC: Get rid of some unused exports
Trond Myklebust
2006-01-06
1
-4
/
+0
*
NFSv4: Allocate OPEN call RPC arguments using kmalloc()
Trond Myklebust
2006-01-06
1
-96
/
+117
*
NFSv4: Make locku use the new RPC "wait on completion" interface.
Trond Myklebust
2006-01-06
1
-29
/
+36
*
NFSv4: stateful NFSv4 RPC call interface
Trond Myklebust
2006-01-06
3
-22
/
+78
*
SUNRPC: Further cleanups
Trond Myklebust
2006-01-06
4
-18
/
+27
*
RPC: Clean up RPC task structure
Trond Myklebust
2006-01-06
18
-185
/
+241
*
SUNRPC: Yet more RPC cleanups
Trond Myklebust
2006-01-06
4
-40
/
+34
*
NFS: Work correctly with single-page ->writepage() calls
Trond Myklebust
2006-01-06
1
-11
/
+5
*
identify multipage ->writepages() calls
Andrew Morton
2006-01-06
2
-6
/
+13
*
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-01-06
50
-644
/
+695
|
\
|
*
[SCSI] scsi_end_async() needs to take an uptodate parameter
Jens Axboe
2006-01-06
1
-1
/
+1
|
*
[BLOCK] Correct blk_execute_rq_nowait() prototype
Jens Axboe
2006-01-06
1
-2
/
+1
|
*
[BLOCK] I/O barrier documentation update
Tejun Heo
2006-01-06
1
-8
/
+2
|
*
[BLOCK] update IDE to use new blk_ordered for barriers
Tejun Heo
2006-01-06
2
-88
/
+54
|
*
[BLOCK] add FUA support to libata
Tejun Heo
2006-01-06
5
-15
/
+61
|
*
[BLOCK] update libata to use new blk_ordered for barriers
Tejun Heo
2006-01-06
13
-13
/
+0
|
*
[BLOCK] scsi: add FUA support to sd
Tejun Heo
2006-01-06
1
-3
/
+26
|
*
[BLOCK] update SCSI to use new blk_ordered for barriers
Tejun Heo
2006-01-06
5
-95
/
+20
|
*
[BLOCK] reimplement handling of barrier request
Tejun Heo
2006-01-06
4
-192
/
+359
|
*
[BLOCK] ll_rw_blk: separate out bio init part from __make_request
Tejun Heo
2006-01-06
1
-29
/
+33
|
*
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
Tejun Heo
2006-01-06
21
-34
/
+42
|
*
[BLOCK] mark some block/ variables cons
Arjan van de Ven
2006-01-06
4
-14
/
+14
|
*
[BLOCK] bio: check for same page merge possibilities in __bio_add_page()
Jens Axboe
2006-01-06
1
-2
/
+24
|
*
[BLOCK] ll_rw_blk: fastpath get_request()
Jens Axboe
2006-01-06
1
-33
/
+37
|
*
[BLOCK] as-iosched: update alias handling
Tejun Heo
2006-01-06
1
-119
/
+25
*
|
x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined
Linus Torvalds
2006-01-06
1
-1
/
+1
*
|
[PATCH] Suspend support for libata
Jens Axboe
2006-01-06
7
-0
/
+181
*
|
[PATCH] md: allow sync-speed to be controlled per-device
NeilBrown
2006-01-06
3
-5
/
+131
*
|
[PATCH] md: support adding new devices to md arrays via sysfs
NeilBrown
2006-01-06
2
-0
/
+68
*
|
[PATCH] md: allow available size of component devices to be set via sysfs
NeilBrown
2006-01-06
2
-0
/
+32
*
|
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
Andrew Morton
2006-01-06
1
-1
/
+1
*
|
[PATCH] md: export rdev->data_offset via sysfs
NeilBrown
2006-01-06
2
-0
/
+29
*
|
[PATCH] md: expose device slot information via sysfs
NeilBrown
2006-01-06
2
-0
/
+43
*
|
[PATCH] md: keep better track of dev/array size when assembling md arrays
NeilBrown
2006-01-06
1
-18
/
+23
*
|
[PATCH] md: allow md/raid_disks to be settable
NeilBrown
2006-01-06
2
-23
/
+54
[next]