linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-18 14:24:27 to 2012-01-04 07:44:11 UTC [more...]

e4defrag modifies folder's mtime
 2012-01-04  7:43 UTC  (5+ messages)

[PATCH] mke2fs: correct help text for option -G of mke2fs
 2012-01-04  7:22 UTC  (2+ messages)

[PATCH V7 00/12] Add new online resize (Ted's modified version)
 2012-01-04  5:07 UTC  (13+ messages)
` [PATCH V7 01/12] ext4: add a function which extends a group without checking parameters
` [PATCH V7 02/12] ext4: add a function which adds a new group descriptors to a fs
` [PATCH V7 03/12] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH V7 04/12] ext4: add a function which sets up group blocks of a flex bg
` [PATCH V7 05/12] ext4: add a function which sets up a block group descriptors "
` [PATCH V7 06/12] ext4: add a function which updates the super block during online resizing
` [PATCH V7 07/12] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH V7 08/12] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH V7 09/12] ext4: add a new function which adds a flex group to a fs
` [PATCH V7 10/12] ext4: add new online resize interface
` [PATCH V7 11/12] ext4: let ext4_group_extend() use common code
` [PATCH V7 12/12] ext4: let ext4_group_add() "

[PATCH V6 RESEND] ext4: add new online resize
 2012-01-04  5:03 UTC  (26+ messages)
` [PATCH V6 RESEND 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH V6 RESEND 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH V6 RESEND 03/15] ext4: add a function which sets up a new group desc
` [PATCH V6 RESEND 04/15] ext4: add a function which updates super block
` [PATCH V6 RESEND 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH V6 RESEND 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH V6 RESEND 07/15] ext4: add a function which adds several group descriptors
` [PATCH V6 RESEND 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH V6 RESEND 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH V6 RESEND 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH V6 RESEND 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH V6 RESEND 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH V6 RESEND 13/15] ext4: add new online resize interface
` [PATCH V6 RESEND 14/15] ext4: let ext4_group_extend() use common code
` [PATCH V6 RESEND 15/15] ext4: let ext4_group_add() "

A stackable filesystem to trace low level filesystem operations
 2012-01-04  1:37 UTC  (6+ messages)

[PATCH] fs/ext{3,4}: fix potential race when setversion ioctl updates inode
 2012-01-03 23:14 UTC  (3+ messages)

GOOD NEWS
 2012-01-03 20:31 UTC 

[PATCH] ext4: Report max_batch_time option correctly
 2012-01-03 15:46 UTC  (2+ messages)

[PATCH] fs/ext4: add missing ext4_resize_end
 2012-01-03 10:47 UTC  (3+ messages)

[PATCH] jbd: Remove j_barrier mutex
 2012-01-02 19:49 UTC  (4+ messages)

Mailing list
 2012-01-02  0:54 UTC  (2+ messages)

[PATCH][RFC] jbd2: jbd2_journal_stop needs an exclusive control to synchronize around t_updates operations
 2011-12-31  6:35 UTC  (10+ messages)
    ` [PATCH 0/2 take2][RFC] hangup in jbd2_journal_lock_updates
      ` [PATCH 1/2] jbd2: jbd2_journal_stop needs an exclusive control to synchronize around t_update operations
      ` [PATCH 2/2] jbd2: remove all t_handle_lock statements
            ` [PATCH 2/2 take2] jbd2: delete spin_lock(t_handle_lock) inside wirte_lock(j_state_lock)

[PATCH] ext4: teach ext4_free_blocks to handle multi journalled data blocks
 2011-12-31  1:35 UTC 

fallocate() not "atomic" if insufficient disk space?
 2011-12-30 23:13 UTC  (2+ messages)

[PATCH 1/5] ext4: allocate delalloc blocks before changing journal mode
 2011-12-30 15:05 UTC  (15+ messages)
` [PATCH 2/5] ext4: let ext4 journal deletion of data blocks
` [PATCH 3/5] ext4: let ext4_free_blocks handle multiblock correctly
` [PATCH 4/5] ext4: flush journal when switching from journal data mode
` [PATCH 5/5] jbd2: clear revoked flag on buffers before a new transaction started

[PATCH v5 00/15] ext4: add new online resize
 2011-12-30 14:37 UTC  (18+ messages)
` [PATCH v5 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH v5 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH v5 03/15] ext4: add a function which sets up a new group desc
` [PATCH v5 04/15] ext4: add a function which updates super block
` [PATCH v5 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH v5 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH v5 07/15] ext4: add a function which adds several group descriptors
` [PATCH v5 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH v5 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH v5 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH v5 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH v5 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH v5 13/15] ext4: add new online resize interface
` [PATCH v5 14/15] ext4: let ext4_group_extend() use common code
` [PATCH v5 15/15] ext4: let ext4_group_add() "

[PATCH 00/15] ext4: add new online resize
 2011-12-30 10:53 UTC  (16+ messages)
` [PATCH V6 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH V6 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH V6 03/15] ext4: add a function which sets up a new group desc
` [PATCH V6 04/15] ext4: add a function which updates super block
` [PATCH V6 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH V6 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH V6 07/15] ext4: add a function which adds several group descriptors
` [PATCH V6 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH V6 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH V6 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH V6 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH V6 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH V6 13/15] ext4: add new online resize interface
` [PATCH V6 14/15] ext4: let ext4_group_extend() use common code
` [PATCH V6 15/15] ext4: let ext4_group_add() "

[patch 1/1] ext4: use proper little-endian bitops
 2011-12-29  1:34 UTC  (2+ messages)

[PATCH] ext4: remove useless functions in inode.c
 2011-12-29  1:30 UTC  (2+ messages)

[PATCH 2/2] [PATCH] ext4: avoid calculating free inodes twice in find_group_orlov()
 2011-12-29  0:10 UTC  (2+ messages)

[PATCH 1/2] [PATCH] ext4: fix ext4_debug format
 2011-12-29  0:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] jbd2: clear revoked flag on buffers before a new transaction started
 2011-12-28 23:31 UTC  (2+ messages)

[PATCH] ext4: avoid oversized shift in ext4_fill_flex_info()
 2011-12-27  2:26 UTC  (3+ messages)

linux-ext4@vger.kernel.org
 2011-12-24 17:03 UTC  (3+ messages)
` linux-ext4@vger.kernel.org --- ext4 going read-only/journal abort when raid controller resets itself

Western Union End Of Year Customers Promotion
 2011-12-23 10:04 UTC 

[PATCH v2] ext4: Deprecate data=journal mount option
 2011-12-22 18:23 UTC  (5+ messages)
` [PATCH] ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes

[PATCH] ext3: Don't warn from writepage when readonly inode is spotted after error
 2011-12-22 16:18 UTC  (3+ messages)

[PATCH 2/2] e2fsprogs: add the description to mke2fs manual
 2011-12-22  8:30 UTC 

[PATCH 1/2] e2fsprogs: fix data lost with mke2fs -S
 2011-12-22  8:30 UTC 

[CFP] Linux Storage, Filesystem & Memory Management Summit 2012 (April 1-2)
 2011-12-21 23:27 UTC 

Hello Friend
 2011-12-16 21:04 UTC 

[CFP] Linux Storage, Filesystem & Memory Management Summit 2012 (April 1-2)
 2011-12-21 14:32 UTC 

[GIT PULL] ext4 bugfixes for 3.2-rc5
 2011-12-21  5:41 UTC  (6+ messages)

[PATCH] mm: add missing mutex lock arround notify_change
 2011-12-20 22:45 UTC  (3+ messages)

bussiness proposal
 2011-12-17  0:10 UTC 

[PATCH] ext4: Mark possibly unused variable in ext4_mb_normalize_request()
 2011-12-19 23:10 UTC 

[PATCH v2.2 00/51] e2fsprogs: Add metadata checksumming
 2011-12-19 20:13 UTC  (23+ messages)
` [PATCH 01/51] libext2fs: Read and write full size inodes
` [PATCH 02/51] libext2fs: Change ext4 on-disk layout to support metadata checksumming
` [PATCH 04/51] libext2fs: Add inode checksum support
` [PATCH 07/51] e2fsck: Verify and correct inode checksums
` [PATCH 08/51] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 09/51] libext2fs: Create the inode bitmap checksum
` [PATCH 11/51] dumpe2fs: Display "
` [PATCH 14/51] dumpe2fs: Display block "
` [PATCH 20/51] e2fsck: Verify extent tree blocks and clear the bad ones
` [PATCH 23/51] e2fsck: Verify htree root/node checksums

[PATCH] ext4: check flags's EXT4_GET_BLOCKS_DELALLOC_RESERVE before call ext4_find_delalloc_cluster()
 2011-12-19 15:39 UTC  (3+ messages)
` [PATCH v2] ext4: directly leave out of ext4_find_delalloc_range() if filesystem mount with "nodelalloc"

[PATCH V3 00/21] ext4: Add inline data support
 2011-12-19 14:27 UTC  (18+ messages)
` [PATCH V3 01/21] ext4: Move extra inode read to a new function
  ` [PATCH V3 02/21] ext4: export inline xattr functions
  ` [PATCH V3 06/21] ext4: Add journalled write support for inline data
  ` [PATCH V3 10/21] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V3 11/21] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V3 12/21] ext4: Let ext4_readdir handle inline data
  ` [PATCH V3 13/21] ext4: Create a new function search_dir
  ` [PATCH V3 14/21] ext4: let ext4_find_entry handle inline data
  ` [PATCH V3 15/21] ext4: make ext4_delete_entry generic
  ` [PATCH V3 16/21] ext4: let ext4_delete_entry handle inline data
  ` [PATCH V3 17/21] ext4: let empty_dir handle inline dir
  ` [PATCH V3 18/21] ext4: let ext4_rename "
  ` [PATCH V3 19/21] ext4: Let fiemap work with inline data
  ` [PATCH V3 20/21] ext4: Evict inline data out if we needs to strore xattr in inode
  ` [PATCH V3 21/21] ext4: Enable ext4 inline support

[PATCH 00/10] extent-based bitmaps for e2fsprogs
 2011-12-19 14:17 UTC  (11+ messages)
` [PATCH 02/10] libext2fs: add tests for the bitmap functions
` [PATCH 05/10] libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR
` [PATCH 07/10] libext2fs: use the rbtree bitmap by default when initializing a file system
` [PATCH 10/10] libext2fs: add bitmap statistics

(unknown),
 2011-12-19 10:17 UTC 

[PATCH] ext4: Remove unused local variable
 2011-12-18 22:40 UTC  (2+ messages)

[PATCH] ext4: Fix error handling on inode bitmap corruption
 2011-12-18 21:28 UTC  (2+ messages)

[PATCH] ext4: fix a ext4_msg format in ext4_fill_super()
 2011-12-18 21:15 UTC  (2+ messages)

[PATCH] ext4: do not reference pa_inode from group_pa
 2011-12-18 21:09 UTC  (2+ messages)

[PATCH 0/5] e2fsprogs: add inline data
 2011-12-18 14:44 UTC  (6+ messages)
` [PATCH 1/5] mke2fs: add inline data support
` [PATCH 2/5] mke2fs: add inline data descripton in man page
` [PATCH 3/5] debugfs: make debugfs to support inline data
` [PATCH 4/5] e2fsck: make it to support inline data in pass1
` [PATCH 5/5] e2fsck: make e2fsck to support inline data in pass2

[PATCH V3 00/21] ext4: Add inline data support
 2011-12-18 14:18 UTC 


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).