splice.git
18 years ago[PATCH] Install man pages as well with make install
Jens Axboe [Sun, 30 Apr 2006 12:39:28 +0000 (14:39 +0200)]
[PATCH] Install man pages as well with make install

18 years ago[PATCH] Update README
Jens Axboe [Sun, 30 Apr 2006 12:37:02 +0000 (14:37 +0200)]
[PATCH] Update README

18 years ago[PATCH] Add HISTORY section to man pages.
Jens Axboe [Sun, 30 Apr 2006 12:34:26 +0000 (14:34 +0200)]
[PATCH] Add HISTORY section to man pages.

18 years ago[PATCH] vmsplice: allow for setting of SPLICE_F_GIFT flag.
Jens Axboe [Sun, 30 Apr 2006 12:29:00 +0000 (14:29 +0200)]
[PATCH] vmsplice: allow for setting of SPLICE_F_GIFT flag.

18 years ago[PATCH] splice-out: fix argv[] indexing for output file name
Jens Axboe [Sun, 30 Apr 2006 12:28:38 +0000 (14:28 +0200)]
[PATCH] splice-out: fix argv[] indexing for output file name

18 years ago[PATCH man page update (added splice and tee)
Jens Axboe [Sun, 30 Apr 2006 12:28:12 +0000 (14:28 +0200)]
[PATCH man page update (added splice and tee)

18 years agoMerge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/splice
Jens Axboe [Fri, 28 Apr 2006 11:13:00 +0000 (13:13 +0200)]
Merge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/splice

18 years ago[PATCH] vmsplice: first attempt at man page
Jens Axboe [Fri, 28 Apr 2006 11:12:53 +0000 (13:12 +0200)]
[PATCH] vmsplice: first attempt at man page

18 years ago[PATCH] splice-bench: cleanup
Jens Axboe [Thu, 27 Apr 2006 19:04:15 +0000 (21:04 +0200)]
[PATCH] splice-bench: cleanup

18 years ago[PATCH] splice-bench: error checking
Jens Axboe [Thu, 27 Apr 2006 11:19:56 +0000 (13:19 +0200)]
[PATCH] splice-bench: error checking

18 years ago[PATCH] splice-bench: add rw and mmap clients
Jens Axboe [Thu, 27 Apr 2006 11:12:41 +0000 (13:12 +0200)]
[PATCH] splice-bench: add rw and mmap clients

18 years ago[PATCH] Remove fcntl bits, they are not part of the vmsplice patch anymore
Jens Axboe [Wed, 26 Apr 2006 13:31:13 +0000 (15:31 +0200)]
[PATCH] Remove fcntl bits, they are not part of the vmsplice patch anymore

18 years ago[PATCH] Correct sys_vmsplice syscall number on ia64
Jens Axboe [Wed, 26 Apr 2006 13:30:15 +0000 (15:30 +0200)]
[PATCH] Correct sys_vmsplice syscall number on ia64

18 years agoMerge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/splice
Jens Axboe [Wed, 26 Apr 2006 13:28:18 +0000 (15:28 +0200)]
Merge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/splice

18 years ago[PATCH] Formalize input/output pipe checking
Jens Axboe [Wed, 26 Apr 2006 13:28:10 +0000 (15:28 +0200)]
[PATCH] Formalize input/output pipe checking

18 years ago[PATCH] Makefile: add install target (defaults to /usr/local/bin)
Jens Axboe [Wed, 26 Apr 2006 13:24:30 +0000 (15:24 +0200)]
[PATCH] Makefile: add install target (defaults to /usr/local/bin)

18 years ago[PATCH] Add splice-bench to .gitignore
Jens Axboe [Wed, 26 Apr 2006 13:19:31 +0000 (15:19 +0200)]
[PATCH] Add splice-bench to .gitignore

18 years ago[PATCH] Correct usage information
Jens Axboe [Wed, 26 Apr 2006 13:19:17 +0000 (15:19 +0200)]
[PATCH] Correct usage information

18 years ago[PATCH] splice-bench: really fix warning
Jens Axboe [Wed, 26 Apr 2006 13:05:59 +0000 (15:05 +0200)]
[PATCH] splice-bench: really fix warning

18 years ago[PATCH] splice-bench: compile warning
Jens Axboe [Wed, 26 Apr 2006 13:05:17 +0000 (15:05 +0200)]
[PATCH] splice-bench: compile warning

18 years ago[PATCH] splice-bench: add new bench/test tool
Jens Axboe [Wed, 26 Apr 2006 13:07:56 +0000 (15:07 +0200)]
[PATCH] splice-bench: add new bench/test tool

18 years ago[PATCH] splice-test4c: kill __mm_clockdev usage on ia64
Jens Axboe [Wed, 26 Apr 2006 08:58:48 +0000 (10:58 +0200)]
[PATCH] splice-test4c: kill __mm_clockdev usage on ia64

It requires addon stuff that isn't always there.

18 years ago[PATCH] ktee-net: fix permissions
Jens Axboe [Tue, 25 Apr 2006 17:14:07 +0000 (19:14 +0200)]
[PATCH] ktee-net: fix permissions

18 years ago[PATCH] vmsplice: add -u unalignment parameter
Jens Axboe [Tue, 25 Apr 2006 14:02:18 +0000 (16:02 +0200)]
[PATCH] vmsplice: add -u unalignment parameter

18 years ago[PATCH] vmsplice: kill the fcntl bits, it's not in the kernel anymore
Jens Axboe [Mon, 24 Apr 2006 19:19:35 +0000 (21:19 +0200)]
[PATCH] vmsplice: kill the fcntl bits, it's not in the kernel anymore

18 years ago[PATCH] vmsplice: update to iov syscall
Jens Axboe [Mon, 24 Apr 2006 18:58:42 +0000 (20:58 +0200)]
[PATCH] vmsplice: update to iov syscall

18 years ago[PATCH] vmsplice: actually check for -c...
Jens Axboe [Mon, 24 Apr 2006 12:23:55 +0000 (14:23 +0200)]
[PATCH] vmsplice: actually check for -c...

18 years ago[PATCH] vmsplice: add clear option (-c)
Jens Axboe [Mon, 24 Apr 2006 12:23:24 +0000 (14:23 +0200)]
[PATCH] vmsplice: add clear option (-c)

18 years ago[PATCH] splice-out: correct comment (it splices stdin to file)
Jens Axboe [Sat, 22 Apr 2006 18:30:48 +0000 (20:30 +0200)]
[PATCH] splice-out: correct comment (it splices stdin to file)

18 years ago[PATCH] splice-net: just kill the rate stuff
Jens Axboe [Sat, 22 Apr 2006 18:28:53 +0000 (20:28 +0200)]
[PATCH] splice-net: just kill the rate stuff

18 years ago[PATCH] splice-net: pretty up rate show
Jens Axboe [Sat, 22 Apr 2006 18:28:07 +0000 (20:28 +0200)]
[PATCH] splice-net: pretty up rate show

18 years ago[PATCH] splice-net: make it look like the other tools
Jens Axboe [Sat, 22 Apr 2006 15:27:54 +0000 (17:27 +0200)]
[PATCH] splice-net: make it look like the other tools

Require input be on stdin via a pipe.

18 years ago[PATCH] splice-net: kill the 'bla' and kb_sent restrictions
Jens Axboe [Sat, 22 Apr 2006 15:22:20 +0000 (17:22 +0200)]
[PATCH] splice-net: kill the 'bla' and kb_sent restrictions

18 years ago[PATCH] vmsplice: remember to update 'buffer' for multiple iterations
Jens Axboe [Fri, 21 Apr 2006 11:00:14 +0000 (13:00 +0200)]
[PATCH] vmsplice: remember to update 'buffer' for multiple iterations

18 years ago[PATCH] ktee-net: cleanup
Jens Axboe [Fri, 21 Apr 2006 08:14:01 +0000 (10:14 +0200)]
[PATCH] ktee-net: cleanup

18 years ago[PATCH] Add vmsplice
Jens Axboe [Fri, 21 Apr 2006 07:44:23 +0000 (09:44 +0200)]
[PATCH] Add vmsplice

18 years ago[PATCH] README: document splice-test4c 'largefile'
Jens Axboe [Thu, 20 Apr 2006 13:37:35 +0000 (15:37 +0200)]
[PATCH] README: document splice-test4c 'largefile'

18 years ago[PATCH] splice-test4c: Remove getenv() requirements
Jens Axboe [Thu, 20 Apr 2006 13:36:34 +0000 (15:36 +0200)]
[PATCH] splice-test4c: Remove getenv() requirements

18 years ago[PATCH] Add mandatory README file
Jens Axboe [Thu, 20 Apr 2006 13:34:15 +0000 (15:34 +0200)]
[PATCH] Add mandatory README file

18 years agoAdd bin files to .gitignore
Jens Axboe [Thu, 20 Apr 2006 13:27:14 +0000 (15:27 +0200)]
Add bin files to .gitignore

18 years agoAdd .gitignore
Jens Axboe [Thu, 20 Apr 2006 13:26:39 +0000 (15:26 +0200)]
Add .gitignore

18 years ago[PATCH] ktee-net: Add ktee-net
Jens Axboe [Thu, 20 Apr 2006 13:26:06 +0000 (15:26 +0200)]
[PATCH] ktee-net: Add ktee-net

This dupes data from stdin to a network host and stdout.

18 years ago[PATCH] splice-net: remove debug crap
Jens Axboe [Thu, 20 Apr 2006 13:04:35 +0000 (15:04 +0200)]
[PATCH] splice-net: remove debug crap

18 years ago[PATCH] splice-out: Add migrate support (-m option)
Jens Axboe [Thu, 20 Apr 2006 12:58:16 +0000 (14:58 +0200)]
[PATCH] splice-out: Add migrate support (-m option)

18 years ago[PATCH] splice-cp: Add migrate support (-m option)
Jens Axboe [Thu, 20 Apr 2006 12:36:09 +0000 (14:36 +0200)]
[PATCH] splice-cp: Add migrate support (-m option)

18 years ago[PATCH] Use error() throughout examples
Jens Axboe [Thu, 20 Apr 2006 12:26:49 +0000 (14:26 +0200)]
[PATCH] Use error() throughout examples

18 years agoInitial commit
Jens Axboe [Wed, 19 Apr 2006 11:27:06 +0000 (13:27 +0200)]
Initial commit