1. 24 4月, 2015 1 次提交
  2. 28 3月, 2015 1 次提交
  3. 13 3月, 2015 1 次提交
  4. 14 2月, 2015 1 次提交
  5. 04 2月, 2015 8 次提交
  6. 22 1月, 2015 1 次提交
  7. 13 11月, 2014 1 次提交
  8. 14 10月, 2014 1 次提交
  9. 13 9月, 2014 1 次提交
  10. 13 7月, 2014 1 次提交
  11. 25 6月, 2014 3 次提交
  12. 29 5月, 2014 6 次提交
  13. 07 5月, 2014 4 次提交
  14. 14 1月, 2014 7 次提交
  15. 06 1月, 2014 1 次提交
  16. 25 10月, 2013 1 次提交
  17. 30 7月, 2013 1 次提交
    • K
      aio: Kill aio_rw_vect_retry() · 73a7075e
      Kent Overstreet 提交于
      This code doesn't serve any purpose anymore, since the aio retry
      infrastructure has been removed.
      
      This change should be safe because aio_read/write are also used for
      synchronous IO, and called from do_sync_read()/do_sync_write() - and
      there's no looping done in the sync case (the read and write syscalls).
      Signed-off-by: NKent Overstreet <koverstreet@google.com>
      Cc: Zach Brown <zab@redhat.com>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Mark Fasheh <mfasheh@suse.com>
      Cc: Joel Becker <jlbec@evilplan.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Asai Thambi S P <asamymuthupa@micron.com>
      Cc: Selvan Mani <smani@micron.com>
      Cc: Sam Bradshaw <sbradshaw@micron.com>
      Cc: Jeff Moyer <jmoyer@redhat.com>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Benjamin LaHaise <bcrl@kvack.org>
      Signed-off-by: NBenjamin LaHaise <bcrl@kvack.org>
      73a7075e