linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-16 00:21:43 to 2012-04-25 15:05:49 UTC [more...]

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-04-25 15:05 UTC  (16+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

[PATCH 0/6] Extended file stat system call
 2012-04-25 14:44 UTC  (19+ messages)
  ` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
  ` [PATCH 2/6] xstat: Ext4: Return extended attributes
  ` [PATCH 6/6] xstat: eCryptFS: "
` [PATCH 3/6] xstat: AFS: "
` [PATCH 4/6] xstat: NFS: "
` [PATCH 5/6] xstat: CIFS: "

[PATCH] implement uid and gid mount options for ext2, ext3 and ext4
 2012-04-25 11:54 UTC  (2+ messages)

[RFC] jbd2: reduce the number of writes when commiting a transacation
 2012-04-25  1:27 UTC  (9+ messages)

[PATCH] quota: fix a potential dead lock at add_dquot_ref() when performing quotaon against ext4 with files was writing
 2012-04-24 16:41 UTC  (3+ messages)

[PATCH] e2fsck: quiet harmless inode/blocks errors
 2012-04-24 20:23 UTC  (2+ messages)

[PATCH, RFC 0/3] Introduce new O_HOT and O_COLD flags
 2012-04-24 19:33 UTC  (32+ messages)
` [PATCH, RFC 1/3] fs: add new open flags O_HOT and O_COLD
` [PATCH, RFC 2/3] fs: propagate the open_flags structure down to the low-level fs's create()
` [PATCH, RFC 3/3] ext4: use the O_HOT and O_COLD open flags to influence inode allocation

[PATCH] e2fsck: Fix check for hidden quota files
 2012-04-24 18:52 UTC  (4+ messages)
` [PATCH] e2fsck,libquota: Update quota only if its inconsistent

[PATCH] debugfs: cleanup in do_show_debugfs_params
 2012-04-24 18:33 UTC  (4+ messages)

[PATCH] tune2fs: fix man page indentation
 2012-04-24 18:26 UTC  (2+ messages)

Ext4 Workshop Draft Minutes
 2012-04-24 12:22 UTC  (2+ messages)

[GIT PULL] ext4 bug fixes for 3.4
 2012-04-24  2:12 UTC 

[RFC]jbd2: use GFP_NOFS for blkdev_issue_flush
 2012-04-24  1:53 UTC  (3+ messages)

[PATCH] [EXT4] super.c: unused variable warning without CONFIG_QUOTA
 2012-04-24  1:39 UTC  (2+ messages)

[RFC][PATCH 0/3] add FALLOC_FL_NO_HIDE_STALE flag in fallocate
 2012-04-23  1:55 UTC 

Extent tree status asking
 2012-04-21  0:12 UTC  (4+ messages)

[RFC][PATCH 0/3] add FALLOC_FL_NO_HIDE_STALE flag in fallocate
 2012-04-20  9:59 UTC  (28+ messages)
` [RFC][PATCH 1/3] vfs: "
` [RFC][PATCH 2/3] vfs: add security check for _NO_HIDE_STALE flag
` [RFC][PATCH 3/3] ext4: add FALLOC_FL_NO_HIDE_STALE support

Bug: Large writes can fail on ext4 if the write buffer is not empty
 2012-04-20  2:12 UTC  (10+ messages)

The minor heck of using mmcblk and ext4
 2012-04-19 16:37 UTC 

[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-04-19 15:04 UTC  (6+ messages)
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests

[PATCH 0/6] ext4: status extents
 2012-04-19  1:56 UTC  (8+ messages)
` [PATCH 1/6] ext4: add two structures supporting status extent tree
` [PATCH 2/6] ext4: add operations on "
` [PATCH 3/6] ext4: initialize "
` [PATCH 4/6] ext4: let ext4 maintian status extent trees
` [PATCH 5/6] ext4: reimplement fiemap on status extent tree
` [PATCH 6/6] ext4: reimplement ext4_find_delay_alloc_range "

[PATCH 00/19 v5] Fix filesystem freezing deadlocks
 2012-04-18  0:46 UTC  (9+ messages)
` [PATCH 17/27] ext4: Convert to new freezing mechanism

[GIT PULL] ext4 regression fixes for 3.4
 2012-04-17 18:54 UTC 

[PATCH V4 00/22] ext4: Add inline data support
 2012-04-17  3:55 UTC  (5+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
  ` [PATCH V4 17/22] ext4: let empty_dir handle inline dir

[PATCH 0/4] ext4: Fix regression in mount option parsing and a small cleanup
 2012-04-16 22:15 UTC  (7+ messages)
` [PATCH 1/4] ext4: Move several mount options to standard handling loop
` [PATCH 2/4] ext4: Make mount option parsing loop more logical
` [PATCH 3/4] ext4: Fix handling of journalled quota options
` [PATCH 4/4] ext4: Print error when argument of inode_readahead_blk is invalid

[PATCH 00/32] e2fsprogs: make e2fsprogs support inline data
 2012-04-16 15:10 UTC  (35+ messages)
` [PATCH 01/32] libext2fs: add EXT4_FEATURE_INCOMPAT_INLINE_DATA flag
` [PATCH 02/32] mke2fs: make it support inline data feature
` [PATCH 03/32] libext2fs: add inline_data feature
` [PATCH 04/32] mke2fs: add inline_data feature in mke2fs's manpage
` [PATCH 05/32] libext2fs: add ext2fs_find_entry_ext_attr function
` [PATCH 06/32] libext2fs: add EXT4_INLINE_DATA_FL flag for inode
` [PATCH 07/32] libext2fs: add data structures for inline data feature
` [PATCH 08/32] libext2fs: add inline_data file
` [PATCH 09/32] debugfs: make ncheck cmd support inline data
` [PATCH 10/32] debugfs: make chroot and cd "
` [PATCH 11/32] debugfs: make ls "
` [PATCH 12/32] debugfs: make stat "
` [PATCH 13/32] debufs: make blocks "
` [PATCH 14/32] debugfs: make filefrag "
` [PATCH 15/32] debugfs: make link "
` [PATCH 16/32] debugfs: make unlink "
` [PATCH 17/32] debugfs: make mkdir "
` [PATCH 18/32] debugfs: make rmdir "
` [PATCH 19/32] debugfs: make rm and kill_file "
` [PATCH 20/32] debugfs: make pwd "
` [PATCH 21/32] debugfs: make expand_dir "
` [PATCH 22/32] debugfs: make lsdel "
` [PATCH 23/32] debugfs: make undel "
` [PATCH 24/32] debugfs: make dump and cat "
` [PATCH 25/32] debugfs: make rdump "
` [PATCH 26/32] debugfs: make dirsearch "
` [PATCH 27/32] debugfs: make bma "
` [PATCH 28/32] e2fsck: add three problem descriptions in pass1
` [PATCH 29/32] e2fsck: check incorrect inline data flag
` [PATCH 30/32] e2fsck: make pass1 support inline data
` [PATCH 31/32] libext2fs: add read/write inline data functions
` [PATCH 32/32] e2fsck: check inline data in pass2

[PATCH 1/3] ext4: s_freeclusters_counter should not tranform to unit of block before assigning to "free_clusters" in ext4_has_free_cluste
 2012-04-16  3:35 UTC  (3+ messages)

[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
 2012-04-16  0:21 UTC  (2+ messages)
` [Bug 42723] "


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