linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-11 16:42:44 to 2013-01-19 02:48:10 UTC [more...]

how to quotacheck with the new quota implementation (hidden inode)?
 2013-01-19  2:40 UTC 

[PATCH v2.5 0/3] mm/fs: Remove unnecessary waiting for stable pages
 2013-01-19  1:13 UTC  (7+ messages)
` [PATCH 1/6] bdi: Allow block devices to say that they require stable page writes
` [PATCH 2/6] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 3/6] 9pfs: Fix filesystem to wait for stable page writeback
` [PATCH 4/6] block: Optionally snapshot page contents to provide stable pages during write
` [PATCH 5/6] ocfs2: Wait for page writeback to provide stable pages
` [PATCH 6/6] ubifs: "

[PATCH 1/4] ext4: release buffer when checksum failed
 2013-01-18 21:28 UTC  (5+ messages)
` [PATCH 2/4] ext4: remove unused variable in add_dirent_to_buf()
` [PATCH 3/4] ext4: remove useless assignment in dx_probe()
` [PATCH 4/4] ext4: remove unnecessary NULL pointer check

Resize2fs corrupts ext4 fs with bigalloc [Was: Re: Release candidate for e2fsprogs 1.42.7]
 2013-01-18 19:47 UTC 

Ext4 developers get-together at the Collab Summit
 2013-01-18 17:27 UTC  (12+ messages)

[PATCH 0/12 v2] ext4: Several simplifications and fixes
 2013-01-18 12:00 UTC  (13+ messages)
` [PATCH 01/12] ext4: Always use ext4_bio_write_page() for writeout
` [PATCH 02/12] ext4: Use redirty_page_for_writepage() in ext4_bio_write_page()
` [PATCH 03/12] ext4: Remove bogus wait for unwritten extents in ext4_ind_direct_IO
` [PATCH 04/12] ext4: Disable merging of uninitialized extents
` [PATCH 05/12] ext4: Remove unnecessary wait for extent conversion in ext4_fallocate()
` [PATCH 06/12] ext4: Move work from io_end to inode
` [PATCH 07/12] ext4: Simplify list handling in ext4_do_flush_completed_IO()
` [PATCH 08/12] ext4: Remove __ext4_journalled_writepage() from mpage_da_submit_io()
` [PATCH 09/12] ext4: Dirty page has always buffers attached
` [PATCH 10/12] ext4: Simplify mpage_add_bh_to_extent()
` [PATCH 11/12] ext4: Make ext4_bio_writepage() handle unprepared buffers
` [PATCH 12/12] ext4: Fix ext4_writepage() to achieve data=ordered guarantees

[Lsf-pc] [CFP] Linux Storage, Filesystem and Memory Management Summit 2013
 2013-01-18 11:56 UTC 

[PATCH 1/2 v2] libext2fs: introduce lseek SEEK_DATA/HOLE
 2013-01-18 10:07 UTC  (8+ messages)
` [PATCH 2/2 v2] debugfs: dump a sparse file

[PATCH 0/7 v2] ext4: extent status tree (step2)
 2013-01-18  9:52 UTC  (10+ messages)
` [PATCH 3/7 v2] ext4: add physical block and status member into extent status tree
` [PATCH 6/7 v2] ext4: lookup block mapping in "
` [PATCH 7/7 v2] ext4: reclaim extents from "

[RESEND][PATCH 1/2 v2] ext4: add indirect punching hole support
 2013-01-18  7:16 UTC  (2+ messages)
` [RESEND][PATCH 2/2 v2] ext4: let us fully support punching hole feature in fallocate

[PATCH 0/3] ext4: punching hole improvement
 2013-01-18  2:28 UTC  (4+ messages)
` [PATCH 3/3] ext4: add tracepoint in punching hole

[PATCH 0/5] ext4: Several simplifications
 2013-01-18  2:15 UTC  (12+ messages)
` [PATCH 1/5] ext4: Always use ext4_bio_write_page() for writeout
` [PATCH 2/5] ext4: Use redirty_page_for_writepage() in ext4_bio_write_page()
` [PATCH 3/5] ext4: Remove bogus wait for unwritten extents in ext4_ind_direct_IO

[PATCH v2.4 0/3] mm/fs: Remove unnecessary waiting for stable pages
 2013-01-18  1:26 UTC  (21+ messages)
` [PATCH 1/6] bdi: Allow block devices to say that they require stable page writes
` [PATCH 2/6] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 3/6] 9pfs: Fix filesystem to wait for stable page writeback
` [PATCH 4/6] block: Optionally snapshot page contents to provide stable pages during write
` [PATCH 5/6] ocfs2: Wait for page writeback to provide stable pages
` [PATCH 6/6] ubifs: "

Release candidate for e2fsprogs 1.42.7
 2013-01-17 19:52 UTC  (2+ messages)

[RFC] Optimizing readdir()
 2013-01-17 15:53 UTC  (6+ messages)

debuge2fs not displaying /dev folder
 2013-01-16 15:46 UTC  (6+ messages)

Fwd: bid to buy 2013 Audi A5 Coupe at 95% off only at [Papayya.com]
 2013-01-16 11:51 UTC 

[PATCH] e2image: add -a switch to include all data
 2013-01-16  4:02 UTC  (2+ messages)

[PATCH 1/3] mke2fs: indicate bigalloc feature explicity when cluster-size is enabled
 2013-01-16  1:49 UTC  (32+ messages)
` [PATCH 2/3] mke2fs: reduce the range of cluster-size
        ` [PATCH 1/5] mke2fs: enforce that the cluster size must be less that the block size
          ` [PATCH 2/5] mke2fs: the -g option will now specify the clusters per block group
          ` [PATCH 3/5] libe2p: teach parse_num_blocks2() to return bytes if log_block_size < 0
          ` [PATCH 4/5] mke2fs: teach mke2fs to understand -b 4k and -C 256M
          ` [PATCH 5/5] libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size
` [PATCH 3/3] mke2fs: document bigalloc and cluster-size

[PATCH 0/3 V2] ext2fsprogs: Symlink support
 2013-01-15 19:53 UTC  (6+ messages)
` [PATCH 1/3] lib/ext2fs: Add ext2fs_symlink
    ` [PATCH 1/2] debugfs: fix mknod command so that it updates the block group statistics
      ` [PATCH 2/2] tests: create test for debugfs creating special files

[PATCH V2 2/2] Ext3: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-16  5:20 UTC  (2+ messages)

[PATCH V2 1/2] Ext2: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-16  5:19 UTC  (2+ messages)

[PATCH V2 2/2] Ext3: return ENOMEM rather than EIO if sb_getblk fails
 2011-01-16  5:12 UTC 

[PATCH V2 1/2] Ext2: return ENOMEM rather than EIO if sb_getblk fails
 2011-01-16  5:10 UTC 

[PATCH] lib/ext2fs/bitops.h: Use the optmized/documented byteswapping routines
 2013-01-15  2:05 UTC  (7+ messages)

new block group bitmaps not being initialized after resize!?
 2013-01-14 14:45 UTC  (12+ messages)
            ` [PATCH] ext4: trigger the lazy inode table initialization after resize

[PATCH V1 2/2] Ext3: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-14 14:29 UTC  (2+ messages)

[PATCH V1 1/2] Ext2: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-14 14:25 UTC  (2+ messages)

[PATCH 2/2] Ext3: use unlikely to improve the efficiency of the kernel
 2013-01-14 14:22 UTC  (2+ messages)

[PATCH 1/2] Ext2: use unlikely to improve the efficiency of the kernel
 2013-01-14 14:21 UTC  (2+ messages)

[PATCH] resize2fs: add debug switch to use old online interface
 2013-01-14 13:09 UTC  (7+ messages)

[PATCH 2/2] Ext3: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-14 11:33 UTC  (3+ messages)

[PATCH 2/2] Ext3: return ENOMEM rather than EIO if sb_getblk fails
 2013-01-14  3:59 UTC  (5+ messages)

[Suggestion] fs/ext3: memory leak by calling set_qf_name or clear_qf_name, many times
 2013-01-14  2:29 UTC  (6+ messages)

[PATCH 1/2] Ext2: return ENOMEM rather than EIO if sb_getblk fails
 2011-01-13 10:53 UTC 

[PATCH 1/2] Ext2: return ENOMEM rather than EIO if sb_getblk fails
 2011-01-13 10:46 UTC 

[PATCH] debugfs: document zap_block & dump_block
 2013-01-12 22:22 UTC  (2+ messages)
`  "

[PATCH] ext4: check bh in ext4_read_block_bitmap()
 2013-01-12 21:34 UTC  (2+ messages)

[PATCH] Ext4: use unlikely to improve the efficiency of the kernel
 2013-01-12 21:30 UTC  (2+ messages)

[PATCH] ext4: return ENOMEM if sb_getblk() fails
 2013-01-12 21:12 UTC 

Quick Loans
 2013-01-12  4:32 UTC 

[PATCH] Ext4: use 'unlikely' to improve the efficiency of the kernel
 2011-01-12 10:39 UTC 

[PATCH RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
 2013-01-12  2:54 UTC  (5+ messages)
  ` [PATCH V2] "

[PATCH RFC] jbd: don't wake kjournald unnecessarily
 2013-01-11 19:06 UTC  (13+ messages)


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