messages from 2011-06-28 10:22:14 to 2011-07-08 23:20:12 UTC [more...]
[PATCH 00/23] New spin of the bigalloc patches
2011-07-08 23:20 UTC (33+ messages)
` [PATCH 01/23] ext4: read-only support for bigalloc file systems
` [PATCH 02/23] ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
` [PATCH 03/23] ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP
` [PATCH 04/23] ext4: factor out block group accounting into functions
` [PATCH 05/23] ext4: split out ext4_free_blocks_after_init()
` [PATCH 06/23] ext4: bigalloc changes to block bitmap initialization functions
` [PATCH 07/23] ext4: convert block group-relative offsets to use clusters
` [PATCH 08/23] ext4: teach mballoc preallocation code about bigalloc clusters
` [PATCH 09/23] ext4: teach ext4_free_blocks() about bigalloc and clusters
` [PATCH 10/23] ext4: teach ext4_ext_map_blocks() about the bigalloc feature
` [PATCH 11/23] ext4: teach ext4_ext_truncate() "
` [PATCH 12/23] ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
` [PATCH 13/23] ext4: convert the free_blocks field in s_flex_groups to be free_clusters
` [PATCH 14/23] ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
` [PATCH 15/23] ext4: tune mballoc's default group prealloc size for bigalloc file systems
` [PATCH 16/23] ext4: Fix bigalloc quota accounting and i_blocks value
` [PATCH 17/23] ext4: enable mounting bigalloc as read/write
` [PATCH 18/23] ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
` [PATCH 19/23] ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
` [PATCH 20/23] ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()
` [PATCH 21/23] ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
` [PATCH 22/23] ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
` [PATCH 23/23] ext4: add some tracepoints in ext4/extents.c
` bigalloc performance stats (was Re: [PATCH 00/23] New spin of the bigalloc patches)
[PATCH 0/2 v3] EXT4: Secure Delete
2011-07-08 20:43 UTC (28+ messages)
` [PATCH 1/2 v3] EXT4: Secure Delete: Zero out file data
` [PATCH 2/2 v3] EXT4: Secure Delete: Zero out files directory entry
High CPU Utilization When Copying to Ext4
2011-07-08 18:24 UTC (13+ messages)
[BUG] ext4 timestamps corruption
2011-07-08 17:06 UTC (9+ messages)
[PATCH] fs/vfs/security: pass last path component to LSM on inode creation
2011-07-08 16:17 UTC (2+ messages)
[PATCH 1/3] jbd2,rcu: correctly use RCU
2011-07-08 16:02 UTC (4+ messages)
` [PATCH 2/3] jbd2,tracing,rcu: jbd2_dev_to_name() is not protect by RCU
Loan Offer Apply Now(Reply to brownloanfinancehome@publichot.net
2011-07-07 19:49 UTC
[Bug 32182] New: EXT4-fs error: bad header/extent
2011-07-07 14:45 UTC (3+ messages)
` [Bug 32182] "
[PATCH 01/11 RESEND] libe2p: Add new function get_fragment_score()
2011-07-07 10:40 UTC (12+ messages)
Mount option "grpid" scheduled for removal?
2011-07-07 9:14 UTC
[GIT PULL] ext4 update for 3.0
2011-07-07 8:51 UTC (2+ messages)
ext4: why init the unused block group at batched discard?
2011-07-07 1:47 UTC (2+ messages)
[PATCH] ext4: Fix missing iput for root inode in case of all failed mount paths
2011-07-06 22:54 UTC (4+ messages)
[PATCH] ext4: Change the handling of RAID stripe width
2011-07-06 22:40 UTC (5+ messages)
[Bug 38852] New: Oops in page_waitqueue during large copy to ext4 filesystem
2011-07-06 14:57 UTC (3+ messages)
` [Bug 38852] "
Business proposal contact me:mag.minji@yahoo.com.hk
2011-07-05 6:05 UTC
e2fsprogs 1.42-WIP-0702 released
2011-07-04 17:52 UTC (4+ messages)
BBC EMAILS DRAW 2011
2011-07-04 6:24 UTC
ATTN
2011-07-03 15:12 UTC
[RFC] Journal credits debugging (Was: Re: Bug#615998: ...)
2011-07-02 11:12 UTC (3+ messages)
[PATCH] ext4: Remove some deprecated mount options
2011-07-02 6:03 UTC (8+ messages)
-E stride and stripe-width necessary for best performace of SSDs?
2011-07-01 17:40 UTC (3+ messages)
[PATCH 0/5 RESEND V2] ext4: trim bug fixes and improvements
2011-07-01 15:27 UTC (6+ messages)
` [PATCH 1/5] ext4: fix trim length underflow with small trim length
` [PATCH 2/5] ext4: speed up group trim with the right free block count
` [PATCH 3/5] ext4: Add new ext4 trim tracepoints
` [PATCH 4/5] ext4: Speed up FITRIM by recording flags in ext4_group_info
` [PATCH 5/5] ext4: Change the wrong param comment for ext4_trim_all_free
[PATCH v2] mke2fs: check that auto-detected blocksize <= sys_page_size
2011-07-01 15:27 UTC
[Bug 38642] New: ext4 timestamp format unable to uniquely represent times
2011-07-01 15:05 UTC
[PATCH] mke2fs: check that auto-detected blocksize <= sys_page_size
2011-07-01 14:45 UTC (5+ messages)
[PATCH 0/2v v7] XFS TESTS: ENOSPC Punch Hole Test
2011-07-01 14:30 UTC (4+ messages)
` [PATCH 1/2 v7] XFS TESTS: ENOSPC Punch Hole: Move su routines in 123 to common.rc
` [PATCH 2/2 v7] XFS TESTS: Add ENOSPC Hole Punch Test
[PATCH 0/4 RESEND] ext4 trim bug fixes and improvement
2011-07-01 11:03 UTC (14+ messages)
` [PATCH 1/4] ext4: fix trim length underflow with small trim length
` [PATCH 2/4] ext4: speed up group trim with the right free block count
` [PATCH 3/4] ext4: Add new ext4 trim tracepoints
` [PATCH 4/4] ext4: Speed up FITRIM by recording flags in ext4_group_info
[PATCH 0/8] remove i_alloc_sem
2011-07-01 2:58 UTC (5+ messages)
` [PATCH 4/8] fs: kill i_alloc_sem
fsync serialization on ext4 with blkio throttling (Was: Re: [PATCH 0/8][V2] blk-throttle: Throttle buffered WRITEs in balance_dirty_pages())
2011-07-01 0:16 UTC (3+ messages)
Equity Business Investment
2011-06-30 15:44 UTC
[PATCH 1/2] ext4: remove redundant goto tag "repeat"
2011-06-30 11:56 UTC (4+ messages)
` [PATCH 2/2] ext4: avoid finding next leaf if newext->ee_block smaller than fex->ee_block
[PATCH 0/4 v3] XFS TESTS: Fix 252 failure
2011-06-30 5:24 UTC (5+ messages)
` [PATCH 1/4 v3] XFS TESTS: Fix 252 Failure: Make 252 xfs only with MD5 checksum
` [PATCH 2/4 v3] XFS TESTS: Fix 252 Failure: Update 252 Golden Output
` [PATCH 3/4 v3] XFS TESTS: Fix 252 Failure: Update 242 "
` [PATCH 4/4 v3] XFS TESTS: Fix 252 Failure: Add Generic FS Punch Hole Test 255
[PATCH] ext4: remove loop around bio_alloc()
2011-06-30 2:20 UTC (4+ messages)
[RFC PATCH 0/3] block: Fix fsync slowness with CFQ cgroups
2011-06-30 0:29 UTC (15+ messages)
[PATCH] mke2fs: Document stripe_width, not stripe-width
2011-06-29 16:47 UTC
[PATCH v2] ext4: Deprecate data=journal mount option
2011-06-29 11:49 UTC (3+ messages)
Commit 94968e74 breaks f_lotsbad
2011-06-29 7:09 UTC (5+ messages)
Bug#615998: linux-image-2.6.32-5-xen-amd64: Repeatable "kernel BUG at fs/jbd2/commit.c:534" from Postfix on ext4
2011-06-29 4:22 UTC (17+ messages)
[PATCH v3] ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
2011-06-29 1:30 UTC (2+ messages)
[PATCH 3/4] Ext4: handle SEEK_HOLE/SEEK_DATA generically
2011-06-28 17:34 UTC (2+ messages)
[PATCH] ext4: Documenatation: remove acl and user_xattr mount options
2011-06-28 15:21 UTC
[PATCH 0/3 v2] XFS TESTS: Fix 252 failure
2011-06-28 15:03 UTC (6+ messages)
` [PATCH 2/3 v2] XFS TESTS: Fix 252 Failure: Update 252 Golden Output
[PATCH] ext4: ext4_orphan_add() remove unnecessary comments
2011-06-28 14:50 UTC
[PATCH V2] ext4: refactor duplicated block placement code
2011-06-28 14:45 UTC (5+ messages)
` [PATCH -v3] "
[PATCH 0/2 v6] XFS TESTS: Add ENOSPC Punch Hole Test
2011-06-28 14:02 UTC (3+ messages)
` [PATCH 2/2 v6] XFS TESTS: ENOSPC Punch Hole: Add new test 255
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).