index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-01-06
NFS: Convert instances of kernel_thread() to kthread()
Trond Myklebust
1
-30
/
+16
2006-01-06
NFSv4: State recovery cleanup
Trond Myklebust
3
-25
/
+28
2006-01-06
NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease
Trond Myklebust
1
-3
/
+31
2006-01-06
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
Trond Myklebust
2
-4
/
+4
2006-01-06
NFSv4: Make DELEGRETURN an interruptible operation.
Trond Myklebust
1
-8
/
+60
2006-01-06
NFSv4: Convert LOCK rpc call into an asynchronous RPC call
Trond Myklebust
2
-75
/
+175
2006-01-06
NFSv4: locking XDR cleanup
Trond Myklebust
3
-196
/
+179
2006-01-06
NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly
Trond Myklebust
2
-131
/
+156
2006-01-06
NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately
Trond Myklebust
3
-28
/
+42
2006-01-06
NFSv4: Make open_confirm() asynchronous too
Trond Myklebust
3
-29
/
+81
2006-01-06
NFSv4: Convert open() into an asynchronous RPC call
Trond Myklebust
2
-66
/
+130
2006-01-06
SUNRPC: rpc_execute should not return task->tk_status;
Trond Myklebust
2
-8
/
+7
2006-01-06
SUNRPC: Get rid of some unused exports
Trond Myklebust
1
-4
/
+0
2006-01-06
NFSv4: Allocate OPEN call RPC arguments using kmalloc()
Trond Myklebust
1
-96
/
+117
2006-01-06
NFSv4: Make locku use the new RPC "wait on completion" interface.
Trond Myklebust
1
-29
/
+36
2006-01-06
NFSv4: stateful NFSv4 RPC call interface
Trond Myklebust
3
-22
/
+78
2006-01-06
SUNRPC: Further cleanups
Trond Myklebust
4
-18
/
+27
2006-01-06
RPC: Clean up RPC task structure
Trond Myklebust
18
-185
/
+241
2006-01-06
SUNRPC: Yet more RPC cleanups
Trond Myklebust
4
-40
/
+34
2006-01-06
NFS: Work correctly with single-page ->writepage() calls
Trond Myklebust
1
-11
/
+5
2006-01-06
identify multipage ->writepages() calls
Andrew Morton
2
-6
/
+13
2006-01-06
x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined
Linus Torvalds
1
-1
/
+1
2006-01-06
[PATCH] Suspend support for libata
Jens Axboe
7
-0
/
+181
2006-01-06
[PATCH] md: allow sync-speed to be controlled per-device
NeilBrown
3
-5
/
+131
2006-01-06
[PATCH] md: support adding new devices to md arrays via sysfs
NeilBrown
2
-0
/
+68
2006-01-06
[PATCH] md: allow available size of component devices to be set via sysfs
NeilBrown
2
-0
/
+32
2006-01-06
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
Andrew Morton
1
-1
/
+1
2006-01-06
[PATCH] md: export rdev->data_offset via sysfs
NeilBrown
2
-0
/
+29
2006-01-06
[PATCH] md: expose device slot information via sysfs
NeilBrown
2
-0
/
+43
2006-01-06
[PATCH] md: keep better track of dev/array size when assembling md arrays
NeilBrown
1
-18
/
+23
2006-01-06
[PATCH] md: allow md/raid_disks to be settable
NeilBrown
2
-23
/
+54
2006-01-06
[PATCH] md: count corrected read errors per drive
NeilBrown
7
-4
/
+57
2006-01-06
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
11
-14
/
+67
2006-01-06
[PATCH] md: expose md metadata format in sysfs
NeilBrown
2
-0
/
+55
2006-01-06
[PATCH] md: allow md array component size to be accessed and set via sysfs
NeilBrown
2
-42
/
+98
2006-01-06
[PATCH] md: allow chunk_size to be settable through sysfs
NeilBrown
2
-0
/
+34
2006-01-06
[PATCH] md: fix rdev->pending counts in raid1
NeilBrown
2
-11
/
+10
2006-01-06
[PATCH] md: make sure bitmap updates are visible through filesystem
NeilBrown
1
-0
/
+2
2006-01-06
[PATCH] drivers/md/md.c: make md_new_event() static
Adrian Bunk
1
-1
/
+1
2006-01-06
[PATCH] md: make a couple of names in md.c static
NeilBrown
2
-4
/
+2
2006-01-06
[PATCH] md: fix typo in comment
NeilBrown
1
-1
/
+1
2006-01-06
[PATCH] md: helper function to match commands written to sysfs files
NeilBrown
1
-5
/
+24
2006-01-06
[PATCH] md: define and use safe_put_page for md
NeilBrown
5
-12
/
+15
2006-01-06
[PATCH] md: remove inappropriate limits in md/bitmap configuration.
NeilBrown
1
-4
/
+4
2006-01-06
[PATCH] md: fix possible problem in raid1/raid10 error overwriting
NeilBrown
2
-12
/
+48
2006-01-06
[PATCH] md: remove personality numbering from md
NeilBrown
12
-155
/
+125
2006-01-06
[PATCH] md: break out of a loop that doesn't need to run to completion
NeilBrown
1
-1
/
+3
2006-01-06
[PATCH] md: convert recently exported symbol to GPL
NeilBrown
1
-1
/
+1
2006-01-06
[PATCH] md: convert various kmap calls to kmap_atomic
NeilBrown
1
-23
/
+21
2006-01-06
[PATCH] md: tidy up raid5/6 hash table code
NeilBrown
3
-57
/
+33
[next]