Commit Verlauf

Autor SHA1 Nachricht Datum
  Al Viro aad4f8bb42 switch simple generic_file_aio_read() users to ->read_iter() vor 11 Jahren
  Al Viro 293bc9822f new methods: ->read_iter() and ->write_iter() vor 12 Jahren
  Al Viro 7f7f25e82d replace checking for ->read/->aio_read presence with check in ->f_mode vor 12 Jahren
  Linus Torvalds 190f918660 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux vor 11 Jahren
  Eric Biggers d7a15f8d07 vfs: atomic f_pos access in llseek() vor 11 Jahren
  Al Viro bd2a31d522 get rid of fget_light() vor 12 Jahren
  Linus Torvalds 9c225f2655 vfs: atomic f_pos accesses as per POSIX vor 12 Jahren
  Heiko Carstens 378a10f3ae fs/compat: optional preadv64/pwrite64 compat system calls vor 12 Jahren
  Heiko Carstens dfd948e32a fs/compat: fix parameter handling for compat readv/writev syscalls vor 12 Jahren
  Corey Minyard 4e4f9e66a7 fs/read_write.c:compat_readv(): remove bogus area verify vor 12 Jahren
  Al Viro 72c2d53192 file->f_op is never NULL... vor 12 Jahren
  Kent Overstreet 73a7075e3f aio: Kill aio_rw_vect_retry() vor 12 Jahren
  Jie Liu 46a1c2c7ae vfs: export lseek_execute() to modules vor 12 Jahren
  Al Viro 2142914e3e lseek_execute() doesn't need an inode passed to it vor 12 Jahren
  Al Viro 68d70d03f8 constify rw_verify_area() vor 12 Jahren
  Al Viro 1bf9d14dff new helper: fixed_size_llseek() vor 12 Jahren
  Al Viro 5faf153ebf don't call file_pos_write() if vfs_{read,write}{,v}() fails vor 12 Jahren
  Al Viro 50cd2c5776 lift file_*_write out of do_splice_direct() vor 12 Jahren
  Al Viro 7995bd2871 splice: don't pass the address of ->f_pos to methods vor 12 Jahren
  Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h vor 12 Jahren
  Zach Brown 41003a7bcf aio: remove retry-based AIO vor 12 Jahren
  Al Viro c0bd14af51 kill fs/read_write.h vor 12 Jahren
  Linus Torvalds 20b4fb4852 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs vor 12 Jahren
  Linus Torvalds 08d7676083 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal vor 12 Jahren
  Ming Lei 546ae2d2f7 fs/read_write.c: fix generic_file_llseek() comment vor 12 Jahren
  Al Viro 03d95eb2f2 lift sb_start_write() out of ->write() vor 12 Jahren
  Al Viro 72ec35163f switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE vor 12 Jahren
  Al Viro 8d71db4f08 lift sb_start_write/sb_end_write out of ->aio_write() vor 12 Jahren
  Al Viro 3e84f48edf vfs/splice: Fix missed checks in new __kernel_write() helper vor 12 Jahren
  Al Viro 06ae43f34b Don't bother with redoing rw_verify_area() from default_file_splice_from() vor 12 Jahren