aboutsummaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-09read/write: pass down a copy of f_pos, not f_pos itself.Linus Torvalds1-4/+22
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds1-0/+4
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds1-2/+2
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds1-5/+12
2004-07-10[PATCH] Use llseek instead of f_pos= for directory seekingNeil Brown1-6/+4
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-1/+2
2004-04-17Allow non-LFS sendfile to work on LFS files.Linus Torvalds1-1/+1
2004-04-11[PATCH] readv/writev range checking fixAndrew Morton1-3/+3
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton1-0/+2
2004-01-20[PATCH] sendfile calls lock_verify_area with wrong parametersAndrew Morton1-4/+3
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton1-1/+1
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-3/+23
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-2/+2
2003-05-07[PATCH] reduced overheads in fget/fputAndrew Morton1-20/+29
2003-04-16Fix user pointer annotations in more places, now that 'sparse'Linus Torvalds1-2/+2
2003-04-09Annotate read/write paths with user pointer annotationsLinus Torvalds1-18/+18
2003-02-06[PATCH] revert extra sendfile security hook patchAndrew Morton1-8/+0
2003-02-05[PATCH] Restore LSM hook calls to sendfileAndrew Morton1-0/+8
2003-02-03[PATCH] Restore LSM hook calls to sendfileAndrew Morton1-0/+8
2002-12-15[PATCH] Fix filesystems that cannot do mmap writebackAndrew Morton1-1/+1
2002-12-01[PATCH] dnotify fix for readv/writevStephen Rothwell1-1/+1
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman1-2/+4
2002-11-23MergeGreg Kroah-Hartman1-4/+2
2002-11-08[PATCH] enhance ->sendfile(), allowing kNFSd to use itHirokazu Takahashi1-1/+1
2002-11-07[PATCH] read(v)/write(v) fixesChristoph Hellwig1-126/+38
2002-11-04[PATCH] `event' removal: core kernelAndrew Morton1-3/+3
2002-10-30[PATCH] kNFSd: Convert nfsd to use a list of pages instead of one big bufferNeil Brown1-0/+94
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-8/+4
2002-10-16[PATCH] remove LSM file_llseek hookChristoph Hellwig1-10/+0
2002-10-10Merge master.kernel.org:/home/bcrl/aio-2.5Linus Torvalds1-2/+4
2002-10-10fix symbol export in fs/read_write.cBenjamin LaHaise1-0/+1
2002-10-09[PATCH] make readv/writev return 0 for 0 segmentsAndrew Morton1-2/+4
2002-10-08export do_sync_{read,write} for modulesBenjamin LaHaise1-0/+3
2002-09-24several updates for testing aio_{read,write}Benjamin LaHaise1-4/+38
2002-09-17[PATCH] designated initializer patches for fs_Art Haas1-4/+4
2002-09-13[PATCH] readv/writev speedupAndrew Morton1-39/+70
2002-07-29Rename "sys_pread/pwrite" to "sys_pread64/pwrite64" to match theLinus Torvalds1-6/+8
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+111
2002-07-24Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-10/+35
2002-07-24[PATCH] SuS/LSB compliance in readv/writev from 2.4Alan Cox1-7/+13
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-10/+35
2002-05-17[PATCH] cleanup read/writeChristoph Hellwig1-98/+81
2002-04-09[PATCH] readaheadAndrew Morton1-3/+0
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-5/+0
2002-02-17[PATCH] dnotify race fixAlexander Viro1-7/+5
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (1/3)Robert Love1-0/+25
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-7/+8
2002-02-04v2.4.7.4 -> v2.4.7.5Linus Torvalds1-0/+29
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+379