summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pipe: add documentation and commentsJens Axboe2007-07-103-2/+140
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-107-20/+22
* Remove remnants of sendfile()Jens Axboe2007-07-102-17/+12
* xip sendfile removalCarsten Otte2007-07-103-26/+0
* splice: completely document external interface with kerneldocJens Axboe2007-07-102-24/+96
* sendfile: remove bad_sendfile() from bad_file_opsJens Axboe2007-07-101-7/+0
* shmem: convert to using splice instead of sendfile()Hugh Dickins2007-07-101-25/+17
* relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe2007-07-101-91/+55
* pipe: allow passing around of ops private pointerJens Axboe2007-07-103-0/+3
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-109-68/+83
* splice: relay supportTom Zanussi2007-07-101-50/+191
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-104-19/+34
* sendfile: convert nfs to using splice_read()Jens Axboe2007-07-101-6/+9
* loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe2007-07-101-20/+44
* splice: add void cookie to the actor dataJens Axboe2007-07-101-0/+1
* sendfile: kill generic_file_sendfile()Jens Axboe2007-07-102-21/+0
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-1037-131/+43
* sys_sendfile: switch to using ->splice_read, if availableJens Axboe2007-07-101-4/+20
* vmsplice: add vmsplice-to-user supportJens Axboe2007-07-103-30/+158
* splice: abstract out actor dataJens Axboe2007-07-103-36/+84
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-07-0933-883/+745
|\
| * firewire: fw-sbp2: fix DMA mapping of management ORBsStefan Richter2007-07-101-12/+9
| * firewire: fw-sbp2: fix DMA mapping of command ORBsStefan Richter2007-07-101-9/+6
| * firewire: fw-sbp2: fix DMA mapping of S/G tablesStefan Richter2007-07-101-11/+8
| * firewire: fw-sbp2: add a boundary checkStefan Richter2007-07-101-0/+5
| * firewire: fw-sbp2: correctly align page tablesStefan Richter2007-07-101-1/+1
| * firewire: fw-sbp2: memset wants string.hStefan Richter2007-07-101-0/+1
| * firewire: fw-sbp2: use correct speed in sbp2_agent_resetStefan Richter2007-07-101-1/+1
| * firewire: fw-sbp2: correctly dereference by container_ofJay Fenlason2007-07-101-2/+3
| * firewire: Document userspace ioctl interface.Kristian Høgsberg2007-07-101-33/+264
| * firewire: fw-sbp2: implement nonexclusive loginStefan Richter2007-07-101-7/+15
| * firewire: fw-sbp2: let SCSI shutdown commands through before logoutStefan Richter2007-07-101-4/+2
| * firewire: fw-sbp2: implement max sectors limit for some old bridgesStefan Richter2007-07-101-1/+3
| * firewire: simplify a struct typeStefan Richter2007-07-102-30/+24
| * firewire: support S100B...S400B and link slower than PHYStefan Richter2007-07-105-16/+45
| * firewire: optimize gap count with 1394b leaf nodesStefan Richter2007-07-104-17/+14
| * firewire: remove unused macroStefan Richter2007-07-101-1/+0
| * firewire: missing newline in printkStefan Richter2007-07-103-5/+5
| * firewire: fw-sbp2: remove unused struct memberStefan Richter2007-07-101-6/+0
| * ieee1394: remove old isochronous ABIStefan Richter2007-07-1015-528/+48
| * ieee1394: sbp2: change some module parameters from int to boolStefan Richter2007-07-102-9/+8
| * ieee1394: first minimal NUMA awarenessStefan Richter2007-07-101-0/+1
| * ieee1394: eth1394: revert parent device to that in 2.6.20Stefan Richter2007-07-101-3/+1
| * ieee1394: nodemgr: parallelize between several hostsStefan Richter2007-07-101-26/+43
| * ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers2007-07-107-84/+86
| * ieee1394: raw1394: fix a 32/64-bits compat fixStefan Richter2007-07-101-1/+5
| * ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendmentStefan Richter2007-07-101-1/+5
| * ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-1/+96
| * ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-31/+34
| * ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-1/+1
OpenPOWER on IntegriCloud