xfs: remove nr_to_write writeback windup.
[safe/jmp/linux-2.6] / kernel / relay.c
2010-05-27 Akinobu Mitakernel/: convert cpu notifier to return encapsulate...
2010-05-21 Jens Axboepipe: add support for shrinking and growing pipes
2010-03-06 Dan Carpentersplice: comparing unsigned int < 0
2009-12-16 Alexey Dobriyanconst: constify remaining pipe_buf_operations
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-03 Aravind Srinivasanrelay: fix for possible loss/corruption of produced...
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-02-18 Ingo Molnartimers: add mod_timer_pending()
2009-02-03 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kmemtrace...
2009-01-18 Jiri Slabyrelay: fix lock imbalance in relay_late_setup_files
2008-12-30 Ingo Molnarrelayfs: replace BUG() with WARN_ON() in relay_late_set...
2008-12-10 Tom Zanussirelayfs: fix infinite loop with splice()
2008-11-18 Lai Jiangshanrelay: fix cpu offline problem
2008-08-05 Tom Zanussirelay: fix "full buffer with exactly full last subbuffe...
2008-07-26 Eduard - Gabriel... relay: add buffer-only channels; useful for early logging
2008-05-28 Tom Zanussisplice: fix sendfile() issue with relay
2008-05-08 Jens AxboeRevert "relay: fix splice problem"
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Masami Hiramatsurelayfs: support larger relay buffer
2008-04-29 Tom Zanussirelay: fix splice problem
2008-03-26 Jens Axboerelay: set an spd_release() hook for splice
2008-03-26 Lai Jiangshanset relay file can not be read by pread(2)
2008-03-17 Jens Axboerelay: fix subbuf_splice_actor() adding too many pages
2008-02-06 Nick Pigginrelay: nopage
2008-02-04 Nick Pigginvm audit: add VM_DONTEXPAND to mmap for drivers that...
2007-10-18 Daniel Walkerwhitespace fixes: relayfs
2007-07-31 Jesper JuhlFix a use after free bug in kernel->userspace relay...
2007-07-19 Adrian Bunkkernel/relay.c: make functions static
2007-07-13 Tom Zanussirelay: fixup kerneldoc comment
2007-07-13 Tom Zanussirelay: fix bogus cast in subbuf_splice_actor()
2007-07-10 Jens Axboepipe: change the ->pin() operation to ->confirm()
2007-07-10 Jens Axboerelay: use splice_to_pipe() instead of open-coding...
2007-07-10 Jens Axboesplice: divorce the splice structure/function definitio...
2007-07-10 Tom Zanussisplice: relay support
2007-06-28 Masami Hiramatsurelayfs: fix overwrites
2007-06-28 David Wilderrelay file read: start-pos fix
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Tom Zanussirelay: use plain timer instead of delayed work
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-03-01 Randy Dunlap[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2007-02-11 Mathieu Desnoyers[PATCH] Relay: add CPU hotplug support
2006-12-22 Andrew Morton[PATCH] relay: remove inlining
2006-12-22 Randy Dunlap[PATCH] fix kernel-doc warnings in 2.6.20-rc1
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-12-08 Josef "Jeff" Sipek[PATCH] kernel: change uses of f_{dentry, vfsmnt} to...
2006-12-07 Helge Deller[PATCH] struct seq_operations and struct file_operation...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-10 Al Viro[PATCH] make kernel/relay.c __user-clean
2006-09-29 Randy Dunlap[PATCH] kernel-doc for relay interface
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-03-23 Tom Zanussi[PATCH] relay: consolidate sendfile() and read() code
2006-03-23 Jens Axboe[PATCH] relay: add sendfile() support
2006-03-23 Jens Axboe[PATCH] relay: migrate from relayfs to a generic relay API