linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-09 10:16:33 to 2012-01-20 20:34:44 UTC [more...]

[PATCH 0/8] Fix filesystem freezing
 2012-01-20 20:34 UTC  (6+ messages)
` [PATCH 1/8] fs: Improve filesystem freezing handling
` [PATCH 2/8] vfs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 4/8] xfs: Move ilock before transaction start in xfs_setattr_size()
` [PATCH 5/8] xfs: Protect xfs_file_aio_write() & xfs_setattr_size() with sb_start_write - sb_end_write
` [PATCH 6/8] xfs: Use generic writers counter instead of m_active_trans counter

[PATCH] ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc
 2012-01-20 12:10 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

Ext4 bigalloc and sparc ext3 16k blocksize
 2012-01-20 11:20 UTC 

working on extent locks for i_mutex
 2012-01-20  2:26 UTC  (13+ messages)

[PATCH] quota: Remove unnecessary definitions
 2012-01-20  2:21 UTC  (2+ messages)

[PATCH] Make wordwrap.pl work with perl 5.12.1
 2012-01-19 20:19 UTC 

[PATCH] xfstests: mount other filesystems with selinux context as well
 2012-01-19 18:37 UTC  (3+ messages)

ext4 crashes on nfs server
 2012-01-19 17:18 UTC  (4+ messages)
  ` newsletter: "

[PATCH][RESEND]tracepoint: add drop_transaction/update_superblock_end to jbd2
 2012-01-19 16:05 UTC 

[PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code
 2012-01-18 23:01 UTC  (15+ messages)
` [PATCH 01/13] crc32: removed two instances of trailing whitespaces
` [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/13] crc32: Simplify unit test code
` [PATCH 04/13] crc32: Miscellaneous cleanups
` [PATCH 05/13] crc32: Fix mixing of endian-specific types
` [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 08/13] crc32: Optimize loop counter for x86
` [PATCH 09/13] crc32: Add note about this patchset to crc32.c
` [PATCH 10/13] crc32: Bolt on crc32c
` [PATCH 11/13] crypto: crc32c should use library implementation
` [PATCH 12/13] crc32: Add self-test code for crc32c
` [PATCH 13/13] crc32: Select an algorithm via kconfig

[PATCH] xfstests: make 275 pass on ext4
 2012-01-18  4:42 UTC  (9+ messages)
` [PATCH V2] xfstests: make 275 pass

[Bug 16019] New: Resume from hibernate corrupts ext4
 2012-01-18  2:10 UTC  (2+ messages)
` [Bug 16019] "

[Bug 40512] New: EXT4_IOC_MIGRATE is dangerous on directories
 2012-01-17 14:10 UTC  (2+ messages)
` [Bug 40512] "

[RFC PATCH 0/3] Stop clearing uptodate flag on write IO error
 2012-01-17 10:46 UTC  (8+ messages)

Fwd: [BUG] NULL deref in jbd2_journal_grab_journal_head
 2012-01-16 22:02 UTC 

Filesystem freeze vs blockdevice snapshot
 2012-01-16 19:16 UTC  (3+ messages)

Hello
 2012-01-16 17:46 UTC 

[RFC][PATCH 0/8] xfstests: rework large filesystem testing
 2012-01-16 17:04 UTC  (5+ messages)
` [PATCH 2/8] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 6/8] xfstest: enable xfs_repair for large filesystem testing

[PATCH 0/3] Clean up bitmap loading
 2012-01-16 15:52 UTC  (8+ messages)
` [PATCH 1/3] ext4: remove block bitmap initialization in ext4_new_inode()
` [PATCH 2/3] ext4: fold ext4_claim_inode into ext4_new_inode
` [PATCH 3/3] ext4: fix race when setting bitmap_uptdate flag

[PATCH RESEND] ext4: remove 'error' variable in ext4_xattr_check_block() function
 2012-01-16  9:16 UTC 

[PATCH RESEND] ext4: format flag in dx_probe()
 2012-01-16  9:01 UTC 

[PATCH RESEND] ext4: make sure O_(D)SYNC semantic in ext4_fallocate()
 2012-01-16  8:47 UTC 

[PATCH RESEND] ext4: replace ll_rw_block with other functions
 2012-01-16  7:49 UTC 

Please Help
 2012-01-15 23:25 UTC 

Please Help
 2012-01-15 21:40 UTC 

[PATCH 0/3] ext4: punch hole beyond i_size
 2012-01-14 19:35 UTC  (4+ messages)
` [PATCH 1/3] ext4: Allow "
` [PATCH 2/3] ext4: Remove uneeded i_size handling
` [PATCH 3/3] ext4: Correct ext4_punch_hole return codes

Email Quota Exceeded
 2012-01-14 15:00 UTC 

[Bug 41712] New: kernel BUG at fs/jbd/transaction.c:1155!
 2012-01-14  0:58 UTC  (2+ messages)
` [Bug 41712] "

[Bug 14972] [regression] msync() call on ext4 causes disk thrashing
 2012-01-11  0:08 UTC 

[BUG] NULL deref in jbd2_journal_grab_journal_head
 2012-01-13 11:16 UTC 

[PATCH 0/4] Fix filesystem freezing
 2012-01-13 11:07 UTC  (21+ messages)
` [PATCH 1/4] fs: Improve filesystem freezing handling
` [PATCH 2/4] vfs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 3/4] ext4: Protect ext4_page_mkwrite with "
` [PATCH 4/4] xfs: Protect xfs_file_aio_write() "

punch-hole should go beyond i_size
 2012-01-13  3:18 UTC  (5+ messages)

[PATCH][RESEND]tracepoint: add drop_transaction/update_superblock_end to jbd2
 2012-01-12 20:58 UTC 

[PATCH v2 0/7] fix s_umount thaw/write and journal deadlock
 2012-01-12 15:53 UTC  (19+ messages)
` [PATCH v2 1/7] Adding support to freeze and unfreeze a journal
` [PATCH v2 5/7] VFS: Avoid read-write deadlock in try_to_writeback_inodes_sb

[PATCH v5] ext4: make quota as first class supported feature
 2012-01-12 12:26 UTC  (4+ messages)

[PATCH 1/2] resize2fs: Add support for lazy itable initialization
 2012-01-12  7:47 UTC  (2+ messages)

[PATCH][RESEND]tracepoint: add drop_transaction/update_superblock_end to jbd2
 2012-01-12  1:06 UTC  (3+ messages)

[PATCH] ext4: Support "check=none" "nocheck" mount options
 2012-01-11 21:07 UTC  (8+ messages)

[PATCH v2] jbd: Issue cache flush after checkpointing
 2012-01-11 19:00 UTC 

[PATCH] libquota: Do not build libquota when disabled
 2012-01-11 18:58 UTC  (5+ messages)

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-01-11 15:31 UTC  (8+ messages)
` [PATCH 5 1/4] Add new FMODE flags: FMODE_32bithash and FMODE_64bithash
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type
` [PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()
` [PATCH 5 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)

[PATCH 0/6] jbd2: Checkpointing fix and cleanups
 2012-01-11 12:49 UTC  (8+ messages)
` [PATCH 1/6] jbd2: Issue cache flush after checkpointing even with internal journal
` [PATCH 2/6] jbd2: Fix BH_JWrite setting in checkpointing code
` [PATCH 3/6] jbd2: __jbd2_journal_temp_unlink_buffer() is static
` [PATCH 4/6] jbd2: Remove always true condition in __journal_try_to_free_buffer()
` [PATCH 5/6] jbd2: Remove bh_state lock from checkpointing code
` [PATCH 6/6] jbd2: Cleanup journal tail after transaction commit

[GIT PULL] ext4 updates for 3.3
 2012-01-10 23:54 UTC  (4+ messages)

[PATCH] jbd: clear b_modified before moving the jh to a different transaction
 2012-01-10 21:10 UTC  (4+ messages)

[PATCH RESEND] ext4: fix undefined behavior in ext4_fill_flex_info()
 2012-01-10 16:54 UTC  (2+ messages)

[PATCH] libext2fs: change getpagesize to sysconf
 2012-01-10  2:38 UTC  (2+ messages)

[PATCH] mke2fs: fix -T/-t usage output
 2012-01-10  2:18 UTC  (2+ messages)

ext4 discard does not apper in /proc/mounts
 2012-01-09 19:23 UTC  (3+ messages)

[PATCH] ext4: setattr: Forbid setting data journalling when delalloc enabled
 2012-01-09 16:22 UTC  (3+ messages)

[PATCH] fs/ext{3,4}: fix potential race when setversion ioctl updates inode
 2012-01-09 15:03 UTC  (8+ messages)

[PATCH] jbd: Issue cache flush after checkpointing
 2012-01-09 14:04 UTC 

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v4)
 2012-01-09 13:12 UTC  (6+ messages)
` [PATCH 4 1/4] Add new FMODE flags: FMODE_32bithash and FMODE_64bithash
` [PATCH 4 2/4] Return 32/64-bit dir name hash according to usage type
` [PATCH 4 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()
` [PATCH 4 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)


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