linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-09 08:11:13 to 2012-03-19 15:51:18 UTC [more...]

[PATCH 0/9] ext4: Message logging corrections and neatening
 2012-03-19 15:51 UTC  (32+ messages)
` [PATCH 1/9] ext4: Add -DDEBUG to Makefile
` [PATCH 2/9] ext4: Use pr_fmt and pr_<level>
` [PATCH 3/9] ext4: Fix indentation
` [PATCH 4/9] ext4: Add no_printk argument validation, fix fallout
` [PATCH 5/9] ext4: Avoid output message interleaving in ext4_error_<foo>
` [PATCH 6/9] ext4: Remove redundant "EXT4-fs: " from uses of ext4_msg
` [PATCH 7/9] ext4: Format neatening for easier grep
` [PATCH 8/9] ext4: Neaten ext4_error uses
` [PATCH 9/9] ext4: Rename ext4_warning to ext4_warn and ext4_error to ext4_err

[PATCH] ext4: remove useless s_dirt assignment
 2012-03-19 12:50 UTC 

[PATCH] ext4: write superblock only once on unmount
 2012-03-19 12:50 UTC 

[PATCH 0/8 v3] Checkpointing fixes and cleanups
 2012-03-19  3:45 UTC  (5+ messages)
` [PATCH 3/8] jbd2: Issue cache flush after checkpointing even with internal journal

[PATCH 5 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)
 2012-03-19  2:54 UTC  (21+ messages)
` [PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()

[PATCH 0/5] e2fsck logging improvements
 2012-03-19  0:25 UTC  (8+ messages)
` [PATCH 1/5] e2fsck: add support for field widths in messages using %-expansion
` [PATCH 2/5] e2fsck: print the current and expected block group checksums
` [PATCH 3/5] e2fsck: print a notice when we've started suppressing a problem code
` [PATCH 4/5] e2fsck: add the max_count_problems setting in e2fsck.conf
` [PATCH 5/5] e2fsck: add logging capability

Status of META_BG?
 2012-03-18 23:20 UTC  (7+ messages)

getdents - ext4 vs btrfs performance
 2012-03-18 20:56 UTC  (29+ messages)

[Bug 42959] New: Oops in ext3_block_to_path.isra.40+0x26/0x11b
 2012-03-18 19:48 UTC  (2+ messages)
` [Bug 42959] "

what happened with dccaf33fa37 "ext4: flush any pending end_io requests before DIO" for 3.0?
 2012-03-17  9:31 UTC  (3+ messages)

[Bug 14972] [regression] msync() call on ext4 causes disk thrashing
 2012-03-17  9:07 UTC  (2+ messages)

[PATCH] libext2fs: add new test: tst_inode_size
 2012-03-17  3:07 UTC  (4+ messages)

Oops in ext3_block_to_path.isra.40+0x26/0x11b
 2012-03-16 21:09 UTC  (9+ messages)

Required help for understanding ext4 block allocation
 2012-03-16  9:18 UTC  (2+ messages)

[Bug 42872] New: fstat()/ext3_iget() sometime takes over 2 minutes
 2012-03-15 17:56 UTC  (2+ messages)
` [Bug 42872] "

sb_dirt question
 2012-03-15 15:00 UTC 

[PATCH] e2image: add -a switch to include all data
 2012-03-15 14:38 UTC  (2+ messages)

[PATCH] ext4: do not mark superblock as dirty unnecessarily
 2012-03-15 14:10 UTC 

[PATCH, RFC] Don't do page stablization if !CONFIG_BLKDEV_INTEGRITY
 2012-03-15  5:02 UTC  (25+ messages)

[RFC] enable ext4 allocate blocks across group boundary
 2012-03-15  4:15 UTC  (6+ messages)

EXT4-fs error
 2012-03-15  2:48 UTC  (3+ messages)

delayed extent tree test cases
 2012-03-14  6:34 UTC  (9+ messages)

[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-03-13 11:38 UTC  (3+ messages)
` [PATCH 2/3] ext4: modify the implementation of quota reservation in bigalloc-delay-allocation
` [PATCH 3/3] ext4: modify the process of invalidate_page for the new implemention of quota reservation

[PATCH v3 00/54] e2fsprogs: Add metadata checksumming
 2012-03-13  4:04 UTC  (29+ messages)
` [PATCH 01/54] libext2fs: Read and write full size inodes
` [PATCH 02/54] libext2fs: Change ext4 on-disk layout to support metadata checksumming
` [PATCH 08/54] e2fsck: Verify and correct inode checksums
` [PATCH 13/54] e2fsck: Verify inode bitmap checksum
          ` [PATCH v3.1 "
` [PATCH 16/54] e2fsck: Verify block "
  ` [PATCH v3.1 "
` [PATCH 24/54] e2fsck: Verify htree root/node checksums
  ` [PATCH v3.1 "
` [PATCH 29/54] e2fsck: Check extended attribute block checksums
` [PATCH 37/54] e2fsck: Ensure block group checksum uses metadata_csum algorithm
  ` [PATCH v3.1 "

[PATCH 0/5] Make filesystem shrinking faster and less CPU-intensive
 2012-03-12 23:09 UTC  (10+ messages)
` [PATCH 1/5] libext2fs: Move a modulo operation out of a hot loop
` [PATCH 2/5] resize2fs: Use EXT2_FLAG_64BITS
` [PATCH 3/5] libext2fs: Document EXT2_FLAG_64BITS in ext2fs_open2()
` [PATCH 4/5] libext2fs: Implement ext2fs_find_first_zero_generic_bmap()
` [PATCH 5/5] libext2fs: Implement fast find_first_zero() for bitarray bitmaps

ext3/4, btrfs, ocfs2: How to assure that cleancache_invalidate_fs is called on every superblock free
 2012-03-12 13:38 UTC  (2+ messages)

[PATCH 1/4] e2fsck: Discard only unused parts of inode table
 2012-03-12  7:44 UTC  (15+ messages)
` [PATCH 2/4] e2fsck: Do not forget to discard last block group
    ` [PATCH 1/3] e2fsck: remove last argument from e2fsck_discard_blocks()
      ` [PATCH 2/3] e2fsck: do not forget to discard last block group
      ` [PATCH 3/3] e2fsck: optimize CPU usage in check_{block,inode}_bitmaps()
` [PATCH 3/4] e2fsck: Do not discard when in read only mode
` [PATCH 4/4] e2fsck: Do not discard itable if discard doen't zero data

[PATCH] ext4: check for zero length extent
 2012-03-12  3:30 UTC  (3+ messages)

[PATCH] e2fsck: check for zero length extent
 2012-03-11 20:25 UTC 

[PATCH 00/19] Fix filesystem freezing deadlocks
 2012-03-11 20:22 UTC  (2+ messages)

[RFC] ext4: block reservation allocation
 2012-03-11 17:32 UTC  (3+ messages)

[linux-pm] [Patch] JBD and JBD2 missing set_freezable()
 2012-03-10 21:42 UTC  (3+ messages)

[PATCH 0/6] Rename delayed extents to status extents
 2012-03-10  4:41 UTC  (7+ messages)
` [PATCH 1/6] Rename de patch1 from de to se scheme
` [PATCH 2/6] Rename de patch2 "
` [PATCH 3/6] Rename de patch3 "
` [PATCH 4/6] Rename de patch4 "
` [PATCH 5/6] Rename de patch5 "
` [PATCH 6/6] Rename de patch6 "

mkfs.ext4 vs. e2fsck discard oddities
 2012-03-09 15:14 UTC  (9+ messages)

[Bug 42895] New: jbd2 makes all system unresponsive
 2012-03-09 10:49 UTC  (2+ messages)
` [Bug 42895] "


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