summaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2006-07-10[PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOLAdrian Bunk
2006-04-11[PATCH] splice: unlikely() optimizationsJens Axboe
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-25[PATCH] remove needless check in fs/read_write.cCarsten Otte
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds
2005-09-29[PATCH] readv/writev syscalls are not checked by lsmKostik Belousov
2005-09-07[PATCH] remove file.f_maxcountEric Dumazet
2005-07-12[PATCH] inotifyRobert Love
2005-06-23[PATCH] aio: fix do_sync_(read|write) to properly handle aio retriesBenjamin LaHaise
2005-04-16[PATCH] undo do_readv_writev() behavior changeDave Hansen
2005-02-02Make generic rw_verify_area check against file offset overflows.Linus Torvalds
2005-02-02Make read/write always do the full "access_ok()" tests.Linus Torvalds
2005-01-25Add 'f_maxcount' to allow filesystems to set a per-file maximum IO size.Linus Torvalds
2005-01-24Rename "locks_verify_area()" to "rw_verify_area()" and clean up theLinus Torvalds
2005-01-04[PATCH] enhanced I/O accounting data patchJay Lan
2004-10-27[PATCH] unexport sys_lseekChristoph Hellwig
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-08-09read/write: pass down a copy of f_pos, not f_pos itself.Linus Torvalds
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds
2004-07-10[PATCH] Use llseek instead of f_pos= for directory seekingNeil Brown
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton
2004-04-17Allow non-LFS sendfile to work on LFS files.Linus Torvalds
2004-04-11[PATCH] readv/writev range checking fixAndrew Morton
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton
2004-01-20[PATCH] sendfile calls lock_verify_area with wrong parametersAndrew Morton
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo
2003-07-10[PATCH] i_size atomic accessAndrew Morton
2003-05-07[PATCH] reduced overheads in fget/fputAndrew Morton
2003-04-16Fix user pointer annotations in more places, now that 'sparse'Linus Torvalds
2003-04-09Annotate read/write paths with user pointer annotationsLinus Torvalds
2003-02-06[PATCH] revert extra sendfile security hook patchAndrew Morton
2003-02-05[PATCH] Restore LSM hook calls to sendfileAndrew Morton
2003-02-03[PATCH] Restore LSM hook calls to sendfileAndrew Morton
2002-12-15[PATCH] Fix filesystems that cannot do mmap writebackAndrew Morton
2002-12-01[PATCH] dnotify fix for readv/writevStephen Rothwell
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman
2002-11-08[PATCH] enhance ->sendfile(), allowing kNFSd to use itHirokazu Takahashi
2002-11-07[PATCH] read(v)/write(v) fixesChristoph Hellwig
2002-11-04[PATCH] `event' removal: core kernelAndrew Morton
2002-10-30[PATCH] kNFSd: Convert nfsd to use a list of pages instead of one big bufferNeil Brown
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman
2002-10-16[PATCH] remove LSM file_llseek hookChristoph Hellwig
2002-10-10Merge master.kernel.org:/home/bcrl/aio-2.5Linus Torvalds
2002-10-10fix symbol export in fs/read_write.cBenjamin LaHaise
2002-10-09[PATCH] make readv/writev return 0 for 0 segmentsAndrew Morton