linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 update for 2.6.39-rc1
@ 2011-03-25  2:32 Theodore Ts'o
  2011-03-25 17:02 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2011-03-25  2:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel


Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

to get the ext4 updates for the 2.6.39 merge window.

Thanks,

					- Ted

Alexander V. Lukyanov (1):
      ext4: allow inode_readahead_blks=0 (linux-2.6.37)

Amir Goldstein (7):
      ext4: use the nblocks arg to ext4_truncate_restart_trans()
      ext4: skip orphan cleanup if fs has unknown ROCOMPAT features
      jbd2: add the b_cow_tid field to journal_head struct
      jbd2: add COW fields to struct jbd2_journal_handle
      ext4: handle errors in ext4_rename
      ext4: unify the ext4_handle_release_buffer() api
      ext4: handle errors in ext4_clear_blocks()

Coly Li (5):
      ext4: code cleanup in mb_find_buddy()
      ext4: remove unncessary call mb_find_buddy() in debugging code
      mballoc: add comments to ext4_mb_mark_free_simple()
      ext4: clarify description of ac_g_ex in struct ext4_allocation_context
      ext4: mballoc: don't replace the current preallocation group unnecessarily

Curt Wohlgemuth (2):
      ext4: mark multi-page IO complete on mapping failure
      ext4: fix ext4_da_block_invalidatepages() to handle page range properly

Eric Sandeen (2):
      ext4: enable acls and user_xattr by default
      ext4: don't kfree uninitialized s_group_info members

Feng Tang (1):
      ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()

Jiaying Zhang (1):
      ext4: add more tracepoints and use dev_t in the trace buffer

Lukas Czerner (4):
      ext4: update ext4 documentation
      ext4: mark file-local functions and variables as static
      ext4: check if device support discard in FITRIM ioctl
      ext4: Adjust minlen with discard_granularity in the FITRIM ioctl

Manish Katiyar (1):
      ext4: fix missing iput of root inode for some mount error paths

Mingming Cao (1):
      ext4: Use single thread to perform DIO unwritten convertion

Peter Huewe (1):
      ext4: Fix sparse warning: Using plain integer as NULL pointer

Robin Dong (1):
      ext4: add missing space in printk's in __ext4_grp_locked_error()

Sergey Senozhatsky (1):
      ext4: unused variables cleanup in fs/ext4/extents.c

Tao Ma (2):
      ext4: add FITRIM to compat_ioctl.
      ext4: fix a BUG in mb_mark_used during trim.

Theodore Ts'o (12):
      ext4: fix compile warnings with EXT4FS_DEBUG enabled
      ext4: enable mblk_io_submit by default
      ext4: fold __mpage_da_writepage() into write_cache_pages_da()
      ext4: simple cleanups to write_cache_pages_da()
      ext4: clear the dirty bit for a page in writeback at the last minute
      ext4: remove page_skipped hackery in ext4_da_writepages()
      ext4: don't lock the next page in write_cache_pages if not needed
      ext4: move setup of the mpd structure to write_cache_pages_da()
      ext4: don't leave PageWriteback set after memory failure
      ext4: suppress verbose debugging information if malloc-debug is off
      ext4: optimize ext4_bio_write_page() when no extent conversion is needed
      ext4: Initialize fsync transaction ids in ext4_new_inode()

Yongqiang Yang (1):
      ext4: make FIEMAP and delayed allocation play well together


 Documentation/ABI/testing/sysfs-fs-ext4 |   13 +-
 Documentation/filesystems/ext4.txt      |  207 ++++++++-
 fs/ext4/balloc.c                        |    3 +
 fs/ext4/ext4_jbd2.h                     |    7 -
 fs/ext4/extents.c                       |  213 +++++++--
 fs/ext4/fsync.c                         |   14 +-
 fs/ext4/ialloc.c                        |    8 +-
 fs/ext4/inode.c                         |  410 +++++++----------
 fs/ext4/ioctl.c                         |    7 +
 fs/ext4/mballoc.c                       |   34 +-
 fs/ext4/mballoc.h                       |    2 +-
 fs/ext4/migrate.c                       |   10 +-
 fs/ext4/namei.c                         |   13 +-
 fs/ext4/page-io.c                       |   13 +-
 fs/ext4/resize.c                        |   12 +-
 fs/ext4/super.c                         |   48 ++-
 fs/ext4/xattr.c                         |    4 +-
 include/linux/jbd2.h                    |   28 +-
 include/linux/journal-head.h            |    7 +
 include/trace/events/ext4.h             |  775 +++++++++++++++++++++++--------
 include/trace/events/jbd2.h             |   78 ++--
 21 files changed, 1307 insertions(+), 599 deletions(-)

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

* Re: [GIT PULL] ext4 update for 2.6.39-rc1
  2011-03-25  2:32 [GIT PULL] ext4 update for 2.6.39-rc1 Theodore Ts'o
@ 2011-03-25 17:02 ` Linus Torvalds
  2011-03-25 17:24   ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2011-03-25 17:02 UTC (permalink / raw)
  To: Theodore Ts'o, Tejun Heo; +Cc: linux-ext4, linux-kernel

On Thu, Mar 24, 2011 at 7:32 PM, Theodore Ts'o <tytso@mit.edu> wrote:
>
> Please pull from:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus
>
> to get the ext4 updates for the 2.6.39 merge window.

Ok, guys, can you verify my merge? In one branch, we had Tejun change
it to use "alloc_workqueue()", and in another, ext4 switched from
create_workqueue() to create_singlethread_workqueue().

My resolution was to use WQ_UNBOUND in allow_workqueue() in the
resulting merge, which I think should be semantically the correct
resolve. But the commit message in the create_singlethread_workqueue()
change seems to imply that the single-threadedness isn't a
_correctness_ issue as much as it is just a "we don't need multiple
threads" issue, so maybe the WQ_UNBOUND isn't necessary. So WQ_UNBOUND
may or may not be a good idea.

Regardless, please give it a look, ok?

                    Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL] ext4 update for 2.6.39-rc1
  2011-03-25 17:02 ` Linus Torvalds
@ 2011-03-25 17:24   ` Tejun Heo
  0 siblings, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2011-03-25 17:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Theodore Ts'o, linux-ext4, linux-kernel, sfr

Hello, Linus.

On Fri, Mar 25, 2011 at 10:02:48AM -0700, Linus Torvalds wrote:
> Ok, guys, can you verify my merge? In one branch, we had Tejun change
> it to use "alloc_workqueue()", and in another, ext4 switched from
> create_workqueue() to create_singlethread_workqueue().
> 
> My resolution was to use WQ_UNBOUND in allow_workqueue() in the
> resulting merge, which I think should be semantically the correct
> resolve. But the commit message in the create_singlethread_workqueue()
> change seems to imply that the single-threadedness isn't a
> _correctness_ issue as much as it is just a "we don't need multiple
> threads" issue, so maybe the WQ_UNBOUND isn't necessary. So WQ_UNBOUND
> may or may not be a good idea.
> 
> Regardless, please give it a look, ok?

The merg should be safe but WQ_UNBOUND isn't necessary there, so I
think the version from commit fd89d5f2030a ("ext4: convert to
alloc_workqueue()") would be better.  BTW, Stephen already spotted
this earlier today - https://lkml.org/lkml/2011/3/24/652

Thanks.

-- 
tejun

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

end of thread, other threads:[~2011-03-25 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25  2:32 [GIT PULL] ext4 update for 2.6.39-rc1 Theodore Ts'o
2011-03-25 17:02 ` Linus Torvalds
2011-03-25 17:24   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).