| Commit message (Expand) | Author | Age | Files | Lines |
* | relayfs: fix infinite loop with splice() | Tom Zanussi | 2008-12-10 | 1 | -5/+2 |
* | relay: fix cpu offline problem | Lai Jiangshan | 2008-11-18 | 1 | -5/+4 |
* | relay: fix "full buffer with exactly full last subbuffer" accounting problem | Tom Zanussi | 2008-08-05 | 1 | -1/+11 |
* | relay: add buffer-only channels; useful for early logging | Eduard - Gabriel Munteanu | 2008-07-26 | 1 | -29/+141 |
* | splice: fix sendfile() issue with relay | Tom Zanussi | 2008-05-28 | 1 | -1/+1 |
* | Revert "relay: fix splice problem" | Jens Axboe | 2008-05-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-04-29 | 1 | -1/+1 |
|\ |
|
| * | relay: fix splice problem | Tom Zanussi | 2008-04-29 | 1 | -1/+1 |
* | | relayfs: support larger relay buffer | Masami Hiramatsu | 2008-04-29 | 1 | -3/+32 |
|/ |
|
* | relay: set an spd_release() hook for splice | Jens Axboe | 2008-03-26 | 1 | -0/+5 |
* | set relay file can not be read by pread(2) | Lai Jiangshan | 2008-03-26 | 1 | -1/+1 |
* | relay: fix subbuf_splice_actor() adding too many pages | Jens Axboe | 2008-03-17 | 1 | -2/+3 |
* | relay: nopage | Nick Piggin | 2008-02-06 | 1 | -15/+9 |
* | vm audit: add VM_DONTEXPAND to mmap for drivers that need it | Nick Piggin | 2008-02-04 | 1 | -0/+1 |
* | whitespace fixes: relayfs | Daniel Walker | 2007-10-18 | 1 | -3/+3 |
* | Fix a use after free bug in kernel->userspace relay file support | Jesper Juhl | 2007-07-31 | 1 | -1/+2 |
* | kernel/relay.c: make functions static | Adrian Bunk | 2007-07-19 | 1 | -7/+6 |
* | relay: fixup kerneldoc comment | Tom Zanussi | 2007-07-13 | 1 | -1/+1 |
* | relay: fix bogus cast in subbuf_splice_actor() | Tom Zanussi | 2007-07-13 | 1 | -1/+3 |
* | pipe: change the ->pin() operation to ->confirm() | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | relay: use splice_to_pipe() instead of open-coding the pipe loop | Jens Axboe | 2007-07-10 | 1 | -91/+55 |
* | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | splice: relay support | Tom Zanussi | 2007-07-10 | 1 | -50/+191 |
* | relayfs: fix overwrites | Masami Hiramatsu | 2007-06-28 | 1 | -2/+6 |
* | relay file read: start-pos fix | David Wilder | 2007-06-28 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-05-09 | 1 | -1/+1 |
|\ |
|
| * | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 1 | -0/+2 |
* | | relay: use plain timer instead of delayed work | Tom Zanussi | 2007-05-09 | 1 | -19/+16 |
|/ |
|
* | [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) | Randy Dunlap | 2007-03-01 | 1 | -2/+1 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -6/+6 |
* | [PATCH] Relay: add CPU hotplug support | Mathieu Desnoyers | 2007-02-11 | 1 | -53/+127 |
* | [PATCH] relay: remove inlining | Andrew Morton | 2006-12-22 | 1 | -8/+7 |
* | [PATCH] fix kernel-doc warnings in 2.6.20-rc1 | Randy Dunlap | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -2/+2 |
* | [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 2006-12-07 | 1 | -1/+1 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -4/+6 |
* | [PATCH] make kernel/relay.c __user-clean | Al Viro | 2006-10-10 | 1 | -19/+22 |
* | [PATCH] kernel-doc for relay interface | Randy Dunlap | 2006-09-29 | 1 | -14/+22 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] relay: consolidate sendfile() and read() code | Tom Zanussi | 2006-03-23 | 1 | -84/+91 |
* | [PATCH] relay: add sendfile() support | Jens Axboe | 2006-03-23 | 1 | -29/+115 |
* | [PATCH] relay: migrate from relayfs to a generic relay API | Jens Axboe | 2006-03-23 | 1 | -0/+919 |