aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/relay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18whitespace fixes: relayfsDaniel Walker1-3/+3
2007-07-31Fix a use after free bug in kernel->userspace relay file supportJesper Juhl1-1/+2
2007-07-19kernel/relay.c: make functions staticAdrian Bunk1-7/+6
2007-07-13relay: fixup kerneldoc commentTom Zanussi1-1/+1
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi1-1/+3
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe1-91/+55
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10splice: relay supportTom Zanussi1-50/+191
2007-06-28relayfs: fix overwritesMasami Hiramatsu1-2/+6
2007-06-28relay file read: start-pos fixDavid Wilder1-0/+3
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-09relay: use plain timer instead of delayed workTom Zanussi1-19/+16
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-2/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-6/+6
2007-02-11[PATCH] Relay: add CPU hotplug supportMathieu Desnoyers1-53/+127
2006-12-22[PATCH] relay: remove inliningAndrew Morton1-8/+7
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-2/+2
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+6
2006-10-10[PATCH] make kernel/relay.c __user-cleanAl Viro1-19/+22
2006-09-29[PATCH] kernel-doc for relay interfaceRandy Dunlap1-14/+22
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-03-23[PATCH] relay: consolidate sendfile() and read() codeTom Zanussi1-84/+91
2006-03-23[PATCH] relay: add sendfile() supportJens Axboe1-29/+115
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe1-0/+919