All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mmotm 0/5] nilfs2 filesystem updates
@ 2008-12-12  5:16 Ryusuke Konishi
  2008-12-12  5:16 ` [PATCH mmotm 1/5] nilfs2: fix problems of memory allocation in ioctl Ryusuke Konishi
  0 siblings, 1 reply; 15+ messages in thread
From: Ryusuke Konishi @ 2008-12-12  5:16 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-fsdevel, linux-kernel

This is a patch set to update nilfs2 filesystem in mmotm (applicable
to mmotm-2008-Dec-12).

The following bugfix and changes which follow comments offered in the
previous submission:

* fix problems around nilfs2 ioctl which may cause system memory shortage.
* avoid double error handlings brought by nilfs_transaction_end() by
  separating nilfs_transaction_abort() function.
* insert description of gcinode in the source file.
* add a maintainer entry of nilfs2 to the MAINTAINERS file (to apply as
  needed).

Regards,
Ryusuke Konishi
---

 MAINTAINERS           |    7 ++++
 fs/nilfs2/gcinode.c   |   21 +++++++++++++-
 fs/nilfs2/inode.c     |   23 +++++++++------
 fs/nilfs2/ioctl.c     |   75 ++++++++++++++++++++++++++++++-------------------
 fs/nilfs2/mdt.c       |    5 ++-
 fs/nilfs2/namei.c     |   74 +++++++++++++++++++++++++++++++++---------------
 fs/nilfs2/nilfs.h     |    3 +-
 fs/nilfs2/segment.c   |   43 ++++++++++++++++++----------
 fs/nilfs2/super.c     |   11 +------
 fs/nilfs2/the_nilfs.h |    4 +-
 10 files changed, 175 insertions(+), 91 deletions(-)



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-12-15 10:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-12  5:16 [PATCH mmotm 0/5] nilfs2 filesystem updates Ryusuke Konishi
2008-12-12  5:16 ` [PATCH mmotm 1/5] nilfs2: fix problems of memory allocation in ioctl Ryusuke Konishi
2008-12-12  5:16   ` [PATCH mmotm 2/5] nilfs2: cleanup nilfs_clear_inode Ryusuke Konishi
2008-12-12  5:16     ` [PATCH mmotm 3/5] nilfs2: avoid double error caused by nilfs_transaction_end Ryusuke Konishi
2008-12-12  5:17       ` [PATCH mmotm 4/5] nilfs2: insert explanations in gcinode file Ryusuke Konishi
2008-12-12  5:17         ` [PATCH mmotm 5/5] nilfs2: add maintainer Ryusuke Konishi
2008-12-12  7:50       ` [PATCH mmotm 3/5] nilfs2: avoid double error caused by nilfs_transaction_end Pekka Enberg
2008-12-12 13:47   ` [PATCH mmotm 1/5] nilfs2: fix problems of memory allocation in ioctl Andi Kleen
2008-12-12 18:48     ` Ryusuke Konishi
2008-12-12 20:24       ` Andi Kleen
2008-12-13  8:29         ` Ryusuke Konishi
2008-12-14 12:08           ` Ryusuke Konishi
2008-12-14 15:13             ` Andi Kleen
2008-12-15  6:58               ` Ryusuke Konishi
2008-12-15 10:17                 ` Andi Kleen

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.