All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin LaHaise <bcrl@linux.intel.com>
To: linux-aio@kvack.org
Cc: linux-kernel@vger.kernel.org
Subject: [AIO] aio-2.6.13-rc6-B1
Date: Wed, 17 Aug 2005 14:44:07 -0400	[thread overview]
Message-ID: <20050817184406.GA24961@linux.intel.com> (raw)

The bugfix followup to the last aio rollup is now available at:

	http://www.kvack.org/~bcrl/patches/aio-2.6.13-rc6-B1-all.diff

with the split up in:

	http://www.kvack.org/~bcrl/patches/aio-2.6.13-rc6-B1/

This fixes the bugs noticed in the -B0 variant.  Major changes in this 
patchset are:

	- added aio semaphore ops
	- aio thread based fallbacks
	- vectored aio file_operations
	- aio sendmsg/recvmsg via thread fallbacks
	- retry based aio pipe operations

Comments?

		-ben

 arch/i386/Kconfig              |    4 
 arch/i386/kernel/semaphore.c   |  185 +-----------
 arch/um/Kconfig_i386           |    4 
 arch/um/Kconfig_x86_64         |    4 
 arch/x86_64/Kconfig            |    4 
 arch/x86_64/kernel/Makefile    |    2 
 arch/x86_64/kernel/semaphore.c |  180 ------------
 arch/x86_64/lib/thunk.S        |    1 
 description                    |    9 
 drivers/usb/gadget/inode.c     |    7 
 fs/aio.c                       |  610 +++++++++++++++++++++++++++++++++++------
 fs/bad_inode.c                 |    2 
 fs/block_dev.c                 |    9 
 fs/buffer.c                    |    2 
 fs/ext2/file.c                 |    2 
 fs/ext3/file.c                 |   16 -
 fs/inode.c                     |    2 
 fs/jfs/file.c                  |    2 
 fs/ntfs/file.c                 |    2 
 fs/pipe.c                      |  194 ++++++++++---
 fs/read_write.c                |  182 ++++++++----
 fs/reiserfs/file.c             |   10 
 include/asm-i386/semaphore.h   |   42 ++
 include/asm-x86_64/semaphore.h |   44 ++
 include/linux/aio.h            |   38 ++
 include/linux/aio_abi.h        |   13 
 include/linux/fs.h             |    9 
 include/linux/net.h            |    4 
 include/linux/pagemap.h        |   29 +
 include/linux/sched.h          |   13 
 include/linux/wait.h           |   42 ++
 include/linux/writeback.h      |    2 
 kernel/exit.c                  |    2 
 kernel/fork.c                  |    7 
 kernel/sched.c                 |   14 
 kernel/wait.c                  |   40 +-
 lib/Makefile                   |    1 
 lib/semaphore-sleepers.c       |  253 +++++++++++++++++
 mm/filemap.c                   |  164 ++++++++---
 net/socket.c                   |   97 +++++-
 40 files changed, 1593 insertions(+), 654 deletions(-)

             reply	other threads:[~2005-08-17 20:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-17 18:44 Benjamin LaHaise [this message]
2005-08-18 10:02 ` [AIO] aio-2.6.13-rc6-B1 Suparna Bhattacharya
2005-08-17 23:16   ` Benjamin LaHaise
2005-08-18 16:22     ` Suparna Bhattacharya
2005-09-20 10:23 ` Sébastien Dugué
2005-09-20 19:13   ` Benjamin LaHaise
2005-09-21 11:33     ` Sébastien Dugué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050817184406.GA24961@linux.intel.com \
    --to=bcrl@linux.intel.com \
    --cc=linux-aio@kvack.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.