summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "relay: fix splice problem"Jens Axboe2008-05-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-291-1/+1
|\
| * relay: fix splice problemTom Zanussi2008-04-291-1/+1
* | relayfs: support larger relay bufferMasami Hiramatsu2008-04-291-3/+32
|/
* relay: set an spd_release() hook for spliceJens Axboe2008-03-261-0/+5
* set relay file can not be read by pread(2)Lai Jiangshan2008-03-261-1/+1
* relay: fix subbuf_splice_actor() adding too many pagesJens Axboe2008-03-171-2/+3
* relay: nopageNick Piggin2008-02-061-15/+9
* vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-0/+1
* whitespace fixes: relayfsDaniel Walker2007-10-181-3/+3
* Fix a use after free bug in kernel->userspace relay file supportJesper Juhl2007-07-311-1/+2
* kernel/relay.c: make functions staticAdrian Bunk2007-07-191-7/+6
* relay: fixup kerneldoc commentTom Zanussi2007-07-131-1/+1
* relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi2007-07-131-1/+3
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe2007-07-101-91/+55
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* splice: relay supportTom Zanussi2007-07-101-50/+191
* relayfs: fix overwritesMasami Hiramatsu2007-06-281-2/+6
* relay file read: start-pos fixDavid Wilder2007-06-281-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* | relay: use plain timer instead of delayed workTom Zanussi2007-05-091-19/+16
|/
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-011-2/+1
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-6/+6
* [PATCH] Relay: add CPU hotplug supportMathieu Desnoyers2007-02-111-53/+127
* [PATCH] relay: remove inliningAndrew Morton2006-12-221-8/+7
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-1/+1
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-2/+2
* [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+6
* [PATCH] make kernel/relay.c __user-cleanAl Viro2006-10-101-19/+22
* [PATCH] kernel-doc for relay interfaceRandy Dunlap2006-09-291-14/+22
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* [PATCH] relay: consolidate sendfile() and read() codeTom Zanussi2006-03-231-84/+91
* [PATCH] relay: add sendfile() supportJens Axboe2006-03-231-29/+115
* [PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe2006-03-231-0/+919
OpenPOWER on IntegriCloud