messages from 2011-11-14 10:21:21 to 2011-11-21 16:56:31 UTC [more...]
Bug with "fix partial page writes"
2011-11-21 16:56 UTC (4+ messages)
[PATCH V2 00/19] ext4: Add inline data support
2011-11-21 16:39 UTC (16+ messages)
` [PATCH V2 01/19] ext4: Move extra inode read to a new function
` [PATCH V2 02/19] ext4: export inline xattr functions
` [PATCH V2 03/19] ext4: Add the basic function for inline data support
` [PATCH V2 04/19] ext4: Add read support for inline data
` [PATCH V2 05/19] ext4: Add normal write "
` [PATCH V2 06/19] ext4: Add journalled "
` [PATCH V2 07/19] ext4: Add delalloc "
` [PATCH V2 08/19] ext4: Create a new function ext4_init_new_dir
` [PATCH V2 09/19] ext4: Refactor __ext4_check_dir_entry to accepts start and size
` [PATCH V2 10/19] ext4: Create __ext4_insert_dentry for dir entry insertion
` [PATCH V2 13/19] ext4: Create a new function search_dir
` [PATCH V2 14/19] ext4: let ext4_find_entry handle inline data
` [PATCH V2 15/19] ext4: make ext4_delete_entry generic
` [PATCH V2 17/19] ext4: let empty_dir handle inline dir
` [PATCH V2 18/19] ext4: let ext4_rename "
Better organizing ext4 development community
2011-11-21 15:58 UTC
ceph and ext4
2011-11-21 15:08 UTC (5+ messages)
` Increase xattr space by allocating contiguous xattr blocks
e2fsprogs 1.42-WIP-1120 released
2011-11-21 13:47 UTC
[RFC][PATCH 0/8] xfstests: rework large filesystem testing
2011-11-21 12:10 UTC (10+ messages)
` [PATCH 1/8] xfstests: add --largefs check option
` [PATCH 2/8] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 3/8] xfstests: rename RETAIN_AG_BYTES
` [PATCH 4/8] xfstests: use preallocation for ag-wiper
` [PATCH 5/8] xfstests: use command line option for setting extra space
` [PATCH 6/8] xfstest: enable xfs_repair for large filesystem testing
` [PATCH 7/8] xfstests: always us test option when checking large scratch device
` [PATCH 8/8] xfstests: enable large fs testing on ext4
[PATCH] ext4: fix format flag in dx_probe()
2011-11-21 5:39 UTC
[PATCH v2] ext4: group info caches set to SLAB_MEM_SPREAD flags
2011-11-21 4:39 UTC (4+ messages)
[PATCH] e2fsck: return more status if fsck aborts
2011-11-20 20:56 UTC (2+ messages)
[PATCH] debugfs: Fix sprintf stack overflow
2011-11-20 20:47 UTC (2+ messages)
` "
[PATCH 1/2] dumpe2fs: dump blocks count used by super and GDT
2011-11-20 18:28 UTC (5+ messages)
` [PATCH 2/2] libext2fs: remove useless code in ext2fs_super_and_bgd_loc2
[PATCH v4 0/15] ext4: add new online resize interface
2011-11-20 17:15 UTC (19+ messages)
` [PATCH v4 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH v4 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH v4 03/15] ext4: add a function which sets up a new group desc
` [PATCH v4 04/15] ext4: add a function which updates super block
` [PATCH v4 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH v4 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH v4 07/15] ext4: add a function which adds several group descriptors
` [PATCH v4 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH v4 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH v4 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH v4 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH v4 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH v4 13/15] ext4: add new online resize interface
` [PATCH v4 14/15] ext4: let ext4_group_extend() use common code
` [PATCH v4 15/15] ext4: let ext4_group_add() "
e2fsprogs: Avoid infinite loop in ext2fs_find_block_device()
2011-11-20 8:17 UTC (6+ messages)
[PATCH] ext4: group info caches set to SLAB_MEM_SPREAD flags
2011-11-20 3:35 UTC (3+ messages)
[PATCH] ext4: slab caches set to SLAB_MEM_SPREAD flags
2011-11-19 22:22 UTC (14+ messages)
[PATCH] ext4: remove unneeded variable
2011-11-19 21:53 UTC (5+ messages)
[PATCH v2] jbd: clear revoked flag on buffers before a new transaction started
2011-11-19 9:34 UTC
[PATCH v2] jbd2: clear revoked flag on buffers before a new transaction started
2011-11-19 9:32 UTC
[PATCH] e2fsck: fix "can't find dup_blk" error
2011-11-19 8:32 UTC (3+ messages)
[PATCH 0/9 v2 bigalloc] ext4: change unit of extent's ee_block and ee_len from block to cluster for bigalloc
2011-11-19 4:22 UTC (11+ messages)
` [PATCH 1/9 v2 bigalloc] ext4: get blocks from ext4_ext_get_actual_blocks
` [PATCH 2/9 v2 bigalloc] ext4: change ext4_ext_map_blocks to allocate clusters instead of blocks
` [PATCH 3/9 v2 bigalloc] ext4: change unit of extent's ee_block to cluster
` [PATCH 4/9 v2 bigalloc] ext4: remove unused functions and tags
` [PATCH 5/9 v2 bigalloc] ext4: zero out extra pages when users write one page
` [PATCH 6/9 v2 bigalloc] ext4: zero out extra page when users truncate a file
` [PATCH 7/9 v2 bigalloc] ext4: allocate a cluster for a directory when it need spaces
` [PATCH 8/9 v2 bigalloc] ext4: align fallocate size to a whole cluster
` [PATCH 9/9 v2 bigalloc] ext4: make cluster works for mmap
[PATCH 0/5 bigalloc] e2fsprogs: change unit of extent's ee_block and ee_len from block to cluster for bigalloc
2011-11-19 3:31 UTC (7+ messages)
` [PATCH 1/5 bigalloc] e2fsprogs: add tool e2wreck to corrupt fs for e2fsck testing
` [PATCH 2/5 bigalloc] debugfs: support cluster unit of ee_block and ee_len
` [PATCH 3/5 bigalloc] e2fsprogs: make ext2fs_mkdir to support cluster unit of directory
` [PATCH 4/5 bigalloc] e2fsck: support cluster unit of ee_block and ee_len
` [PATCH 5/5 bigalloc] e2fsprogs: make ext2fs_extent_set_bmap() to "
[PATCH] e2undo: cast dptr to blk64_t to retrieve block number
2011-11-18 22:45 UTC (2+ messages)
fallocate vs O_(D)SYNC
2011-11-18 12:09 UTC (15+ messages)
` [Cluster-devel] "
[PATCH v3 04/11] e4defrag: Use e2p_get_fragscore() for decision of whether to defrag
2011-11-18 8:40 UTC (2+ messages)
[PATCH 1/6] ext4: remove unnecessary var in ext4_ext_insert_extent
2011-11-18 3:19 UTC (8+ messages)
` [PATCH 2/6] ext4: remove useless BUG_ON "
` [PATCH 3/6] ext4: correct comment on extent merging "
` [PATCH 4/6] ext4: remove code related to punching hole from ext4_ext_insert_extent
` [PATCH 5/6] ext4: remove useless code in ext4_ext_split
` [PATCH 6/6] ext4: move code checking if leaf is full to the beginning of ext4_ext_split
[PATCH v2 0/8] Filesystem io types statistic
2011-11-18 2:48 UTC (9+ messages)
[PATCH 1/2] debugfs: add filefrag command
2011-11-17 21:27 UTC (4+ messages)
` [PATCH 2/2] debugfs: fix gcc -Wall complaints
[PATCH 1/2] debugfs: build read-only variant of debugfs
2011-11-17 21:11 UTC (5+ messages)
` [PATCH] libquota: log an error message if ext2fs_file_open() fails
` [PATCH 2/2] debugfs: add the freefrag command
[PATCH 2/2] Fs: ext4: extents: fixed a brace coding style issue
2011-11-17 14:28 UTC
[PATCH 1/2] [PATCH] ext4: fix ext4_debug format
2011-11-17 10:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 2/2] [PATCH] ext4: avoid calculating free inodes twice in find_group_orlov()
2011-11-17 7:20 UTC
[PATCH] PM / Freezer: Freeze filesystems while freezing processes (v2)
2011-11-16 21:50 UTC (5+ messages)
Difference in statvfs(2) block count with ext2 and very recent Linux 3.2.0 kernels
2011-11-16 17:40 UTC (4+ messages)
ext4 offers less blocks than other fs
2011-11-16 3:20 UTC (3+ messages)
[patch 1/1] ext4: use proper little-endian bitops
2011-11-15 22:56 UTC
[OOPS]: Kernel 3.1 (ext3?)
2011-11-15 16:05 UTC (4+ messages)
Fwd: Kernel 3.0.0 + ext4 + ceph ==
2011-11-15 15:46 UTC (2+ messages)
[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
2011-11-15 15:38 UTC (7+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
[RESEND PATCH 2/2] ext3: flush journal only when journal mode is changed from journaled
2011-11-15 13:57 UTC (3+ messages)
[PATCH 1/2] jbd: clear revoked flag on buffers before a new transaction started
2011-11-15 13:27 UTC (3+ messages)
` [PATCH 2/2] ext3: flush journal onmy when journal mode is changed from journaled
[PATCH 1/5] ext4: allocate delalloc blocks before changing journal mode
2011-11-15 8:07 UTC (5+ 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] libquota: log an error message if ext2fs_file_open() fails
2011-11-14 18:34 UTC
[PATCH] libquota: fix get_dq()
2011-11-14 16:56 UTC (2+ messages)
[PATCH 3/3] libquota: fix quota usage compute
2011-11-14 15:59 UTC (2+ messages)
[PATCH 2/3] tune2fs: preserve old limits when turn on quota feature
2011-11-14 15:59 UTC (2+ messages)
[PATCH 1/3] libquota: quota file read support
2011-11-14 15:58 UTC (2+ messages)
[PATCH 1/3] libquota: cleanup libquota code
2011-11-14 15:57 UTC (6+ messages)
` [PATCH 2/3] tune2fs: Compute quota usage when turning on the 'quota' feature
` [PATCH 3/3] mke2fs: Add extended option to select quota type
[PATCH] Make quota support disabled by support
2011-11-14 15:47 UTC
[PATCH 1/2] jbd: allocate transacion from special cache
2011-11-14 15:35 UTC (4+ messages)
[BUG] aborted ext4 leads to inifinity loop in balance_dirty_pages
2011-11-14 11:11 UTC (6+ messages)
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).