linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-01 05:33:09 to 2013-08-13 21:53:14 UTC [more...]

Issues with a rather unusual configured NFS server
 2013-08-13 21:53 UTC  (3+ messages)

xfstests-301 fails on HEAD version
 2013-08-13 20:28 UTC 

[PATCH] e2fsprogs: Don't report uninit extents past EOF invalid
 2013-08-13 16:31 UTC  (5+ messages)

[PATCH 0/5 v2] add extent status tree caching
 2013-08-13 13:04 UTC  (14+ messages)

crash in __jbd2_journal_file_buffer
 2013-08-13 10:34 UTC  (7+ messages)

[PATCH] resize2fs: Use blk64_t and location getters for free_gdp_blocks()
 2013-08-13  1:32 UTC 

[PATCH 1/2] direct-io: Implement generic deferred AIO completions
 2013-08-13  0:11 UTC  (6+ messages)

[RFC 0/3] Add madvise(..., MADV_WILLWRITE)
 2013-08-12 22:44 UTC  (20+ messages)
` [RFC 1/3] mm: Add MADV_WILLWRITE to indicate that a range will be written to
` [RFC 2/3] fs: Add block_willwrite
` [RFC 3/3] ext4: Implement willwrite for the delalloc case

Which features should I implement in my ext4 reader?
 2013-08-12 15:38 UTC 

[PATCH] ext4: Fix use after free after error in jbd2_journal_dirty_metadata()
 2013-08-12 13:56 UTC  (2+ messages)

[GIT PULL] more ext4 bug fixes (for v3.11-rc6)
 2013-08-12 13:45 UTC 

WARNING: CPU: 26 PID: 93793 at fs/ext4/inode.c:230 ext4_evict_inode+0x4c9/0x500 [ext4]() still in 3.11-rc3
 2013-08-12  9:57 UTC  (11+ messages)

ext4: the list debug reports about corruptions
 2013-08-11  6:03 UTC  (2+ messages)

[Bug 60721] New: Rsync crashes due to ext4_ext_find_extent bug
 2013-08-10 12:29 UTC  (4+ messages)
` [Bug 60721] "

[PATCH v1 0/5] ext4: Shut down block groups when damage is detected
 2013-08-10  6:02 UTC  (4+ messages)

[PATCH] mmp: fix 64-bit handling of s_mmp_block
 2013-08-09 22:02 UTC 

[PATCH]ext4: Log inline_data feature in Documentation
 2013-08-09 21:28 UTC 

[PATCH 1/2] quota: Provide interface for readding allocated space into reserved space
 2013-08-09 13:07 UTC  (2+ messages)
` [PATCH 2/2] ext4: Fix warning in ext4_da_update_reserve_space()

[PATCH] resize2fs: fix interior extent node corruption
 2013-08-09  5:09 UTC 

[PATCH] ext4: allow the mount options nodelalloc and data=journal
 2013-08-09  3:04 UTC 

[PATCH 1/2] ext4: fix handling of nodelalloc parameter
 2013-08-09  3:03 UTC  (4+ messages)
` [PATCH 2/2] ext4: improve mount/remount error handling

i_file_acl bug with 64-bit
 2013-08-08 23:20 UTC 

Your Attention Is Needed
 2013-08-08 16:51 UTC 

PROTECT YOUR MAIL
 2013-08-08 14:19 UTC 

linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]
 2013-08-08  9:17 UTC  (9+ messages)

[PATCH] ext4: avoid reusing recently deleted inodes in no journal mode
 2013-08-08  0:03 UTC  (3+ messages)
` [PATCH -v2] "

Message From Administrator
 2013-08-07 21:00 UTC 

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-08-07 15:52 UTC  (13+ messages)

[PATCH] ext4: Fix oops in jbd2_journal_file_inode()
 2013-08-07 14:41 UTC 

[PATCH] ext4: allow specifying external journal by pathname mount option
 2013-08-07 14:21 UTC  (4+ messages)
` [PATCH V2] "

BUG:OOPS
 2013-08-07 10:56 UTC  (5+ messages)
  ` BUG:OOPS

Make check fails (Ubuntu 12.04)
 2013-08-07 10:22 UTC 

unsigned/signed type mismatch in init_bg overrun variable
 2013-08-07 10:12 UTC 

Why deleting large files took so long?
 2013-08-07  7:45 UTC 

[PATCH 0/2 V3] e2fsprogs/debugfs: do sparse copy when src is a sparse file
 2013-08-06  1:46 UTC  (2+ messages)

[ext4] found a minor typo in ext4/ialloc.c
 2013-08-06  1:23 UTC 

[PATCH v1 00/22] e2fsprogs: inline data refinement patch set
 2013-08-05 23:14 UTC  (25+ messages)
` [PATCH v1 01/22] libext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT
` [PATCH v1 02/22] libext2fs: add function to check inline_data flag for an inode
` [PATCH v1 03/22] libext2fs: add functions to operate on extended attribute
` [PATCH v1 04/22] libext2fs: handle inline data in dir iterator function
` [PATCH v1 05/22] libext2fs: handle inline_data in block "
` [PATCH v1 06/22] debugfs: make stat command support inline data
` [PATCH v1 07/22] debugfs: make mkdir and expanddir "
` [PATCH v1 08/22] debugfs: make lsdel "
` [PATCH v1 09/22] libext2fs: handle inline data in read/write function
` [PATCH v1 10/22] debugfs: handle inline_data feature in dirsearch command
` [PATCH v1 11/22] debugfs: handle inline_data feature in bmap command
` [PATCH v1 12/22] debugfs: handle inline_data in punch command
` [PATCH v1 13/22] libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP
` [PATCH v1 14/22] mke2fs: add inline_data support in mke2fs
` [PATCH v1 15/22] tune2fs: add inline_data feature in tune2fs
` [PATCH v1 16/22] e2fsck: add problem descriptions and check inline data feature
` [PATCH v1 17/22] e2fsck: check inline_data in pass1
` [PATCH v1 18/22] e2fsck: check inline_data in pass2
` [PATCH v1 19/22] e2fsck: check inline_data in pass3
` [PATCH v1 20/22] tests: change result in f_bad_disconnected_inode
` [PATCH v1 21/22] mke2fs: enable inline_data feature on ext4dev filesystem
` [PATCH v1 22/22] libext2fs: add a unit test for inline data

[RFC] e2fsprogs/mke2fs: add an option "-d root-directory"
 2013-08-05 15:17 UTC  (2+ messages)

[PATCH 0/4 v2] ext4: Fix races between writeback and truncate
 2013-08-05 13:52 UTC  (5+ messages)
` [PATCH 1/4] ext4: Move test whether extent to map can be extended to one place
` [PATCH 2/4] ext4: Fix ext4_writepages() in presence of truncate
` [PATCH 3/4] ext4: Simplify truncation code in ext4_setattr()
` [PATCH 4/4] ext4: Fix lost truncate due to race with writeback

ways to debug Filesystem code
 2013-08-05 13:46 UTC  (2+ messages)

[PATCH v5 0/2] e2fsprogs: dump a sparse file in debugfs
 2013-08-05  5:43 UTC  (3+ messages)
` [PATCH v5 1/2] libext2fs: introduce lseek SEEK_DATA/HOLE
` [PATCH v5 2/2] debugfs: dump a sparse file

[PATCH] libext2fs: fix a coding style for EXT2_NO_MTAB_FILE
 2013-08-05  5:02 UTC 

Filesystem corrupted by offline resize
 2013-08-04 12:17 UTC  (2+ messages)

[PATCH 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-04  8:29 UTC  (9+ messages)

[PATCH 1/1] EXT4: LazyInit Mount Bug Fix
 2013-08-04  0:49 UTC 

found a scenario for BUG at fs/ext4/super.c:804!
 2013-08-03 15:36 UTC  (4+ messages)

[GIT PULL] more ext4 bug fixes (for v3.11-rc4)
 2013-08-03 15:18 UTC 

[PATCH] ext4: Make ext4_writepages() resilient to i_size changes
 2013-08-02 19:15 UTC  (4+ messages)

[PATCH] e2fsprogs: fix configure help text for quota
 2013-08-02 15:48 UTC  (4+ messages)
` [PATCH] tune2fs: respect quota config option
  ` [PATCH] mke2fs: remove quota docs if not configured in

[Bug 60676] New: Stat system call gives permission denied to root for links under a sticky bit
 2013-08-02 14:34 UTC  (8+ messages)
` [Bug 60676] "

[PATCH 1/3] fs: Introduce new flag FALLOC_FL_COLLAPSE_RANGE
 2013-08-02  2:37 UTC  (4+ messages)

[PATCH 0/4] Backports of jbd2 commits to jbd
 2013-08-01 23:18 UTC  (13+ messages)
` [PATCH 1/4] jbd: use module parameters instead of debugfs for jbd_debug
` [PATCH 2/4] jbd: relocate assert after state lock in journal_commit_transaction()
` [PATCH 3/4] jbd: drop checkpoint mutex when waiting in __log_wait_for_space()
` [PATCH 4/4] jbd: use a single printk for jbd_debug()

resize2fs ext4 shrink corruption?
 2013-08-01 21:59 UTC  (2+ messages)

xfstests failure generic/239
 2013-08-01 21:03 UTC  (12+ messages)

File permissions in ext4
 2013-08-01 17:27 UTC  (9+ messages)

[PATCH] ext3: allow specifying external journal by pathname mount option
 2013-08-01 17:23 UTC  (4+ messages)

[PATCH] ext4: don't re-try to remove the entry from es tree when we encounter a ENOMEM in ext4_ext_truncate
 2013-08-01  8:45 UTC  (3+ messages)

[PATCH 3/3] ext4: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  6:23 UTC  (3+ messages)

[GIT PULL] more ext4 bug fixes
 2013-08-01  5:35 UTC 


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