linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-22 15:20:21 to 2015-02-09 11:33:49 UTC [more...]

Possible file system corruption?
 2015-02-09 11:33 UTC 

[PATCH] mke2fs: fix numeric progress meter for huge filesystem
 2015-02-08 12:25 UTC 

[PATCH] ext4: fix indirect punch hole corruption
 2015-02-08 12:15 UTC  (8+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "

Please respond!!!
 2015-02-05 20:02 UTC 

[PATCH][request for stable 3.10 inclusion] ext4 CVE-2014-8086
 2015-02-07  8:54 UTC  (3+ messages)

[Bug 16380] ext2/ext4 filesystem "hangs" for a few seconds when trying to write a lot of data to a freshly RW mounted FS
 2015-02-07 10:25 UTC 

[PATCH v2] mke2fs: Fix German translation of mke2fs
 2015-02-06 10:58 UTC 

ext3_dx_add_entry complains about Directory index full
 2015-02-06  6:52 UTC  (7+ messages)

[PATCH v9 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-06  4:27 UTC  (5+ messages)
` [PATCH v9 4/11] xfsprogs: xfs_io: add finsert command for insert range

[PATCH] ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize
 2015-02-06  1:13 UTC 

[v8 0/5] ext4: add project quota support
 2015-02-05 21:05 UTC  (21+ messages)
` [v8 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support

Payment
 2015-02-05 14:30 UTC 

Directio flags in dd command causes file corruption on ext4 filesystem
 2015-02-05 19:16 UTC 

[Bug 92781] New: mounting via qemu-nbd and killing the process causes kernel BUG at fs/buffer.c:3006
 2015-02-05 11:03 UTC 

Bug in mount options handling in EXT4?
 2015-02-05  4:52 UTC  (4+ messages)

upward bound ad-ventures
 2015-02-04 17:32 UTC 

Writes blocked on wait_for_stable_page (Writes of less than page size sometimes take too long)
 2015-02-04 17:02 UTC  (11+ messages)

[PATCH] ext4: Fixed two coding style errors, spaces required around =
 2015-02-04 12:33 UTC 

[PATCH] ext4: fix comments in ext4_can_extents_be_merged()
 2015-02-04 11:11 UTC 

[PATCH] ext4: fix warning in ext4_da_update_reserve_space()
 2015-02-03 23:15 UTC  (7+ messages)

[Bug 92271] New: Provide a way to really delete files, please
 2015-02-03 18:20 UTC  (27+ messages)
` [Bug 92271] "

[PATCH] ext3: dump dentry in ext3_dx_add_entry
 2015-02-03 10:39 UTC  (2+ messages)

[Bug 92501] New: Root filesystem corruption
 2015-02-02 13:45 UTC 

ext4: protection against hardware failure - device size has changed for usb SD card and cannot fix filesystem afterwards
 2015-01-31 13:07 UTC 

[PATCH 00/54] e2fsprogs January 2015 patchbomb
 2015-01-28 23:35 UTC  (75+ messages)
` [PATCH 01/54] misc: fix minor testcase problems
` [PATCH 02/54] debugfs: document new commands
` [PATCH 03/54] debugfs: fix crash in ea_set argument handling
` [PATCH 04/54] libext2fs: initialize i_extra_isize when writing EAs
` [PATCH 05/54] libext2fs: avoid pointless EA block allocation
` [PATCH 06/54] libext2fs: strengthen i_extra_isize checks when reading/writing xattrs
` [PATCH 07/54] libext2fs: fix tdb.c mmap leak
` [PATCH 08/54] resize2fs: fix regression test to not depend on ext4.ko being loaded
` [PATCH 09/54] tune2fs: disable csum verification before resizing inode
` [PATCH 10/54] tune2fs: abort when trying to enable/disable metadata_csum on mounted fs
` [PATCH 11/54] tune2fs: call out to resize2fs for 64bit conversion
` [PATCH 12/54] e2fsck: clear i_block[] when there are too many bad mappings on a special inode
` [PATCH 13/54] e2fsck: on read error, don't rewrite blocks past the end of the fs
` [PATCH 14/54] e2fsck: fix the journal recreation message
` [PATCH 15/54] e2fsck: handle multiple *ind block collisions with critical metadata
` [PATCH 16/54] e2fsck: decrement bad count _after_ remapping a duplicate block
` [PATCH 17/54] e2fsck: inspect inline dir data as two directory blocks
` [PATCH 18/54] e2fsck: improve the inline directory detector
` [PATCH 19/54] e2fsck: salvage under-sized dirents by removing them
` [PATCH 20/54] e2fsck: add a 'yes to all' response in interactive mode
` [PATCH 21/54] libext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 22/54] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 23/54] libext2fs: Support readonly filesystem images
` [PATCH 24/54] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 25/54] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 26/54] e2fsck: track directories to be rehashed with a bitmap
` [PATCH 27/54] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
` [PATCH 28/54] tests: verify proper rebuilding of sparse extent trees and block map file conversion
` [PATCH 29/54] undo-io: add new calls to and speed up the undo io manager
` [PATCH 30/54] undo-io: be more flexible about setting block size
` [PATCH 31/54] undo-io: use a bitmap to track what we've already written
` [PATCH 32/54] e2undo: fix memory leaks and tweak the error messages somewhat
` [PATCH 33/54] e2undo: ditch tdb file, write everything to a flat file
` [PATCH 34/54] libext2fs: support atexit cleanups
` [PATCH 35/54] e2fsck: optionally create an undo file
` [PATCH 36/54] resize2fs: optionally create "
` [PATCH 37/54] tune2fs: "
` [PATCH 38/54] mke2fs: "
` [PATCH 39/54] debugfs: "
` [PATCH 40/54] tests: test undo file creation in e2fsck/resize2fs/tune2fs/mke2fs
` [PATCH 41/54] tests: test various features of the new e2undo format
` [PATCH 42/54] copy-in: create hardlinks with the correct directory filetype
` [PATCH 43/54] copy-in: for files, only iterate file blocks that are mapped
` [PATCH 44/54] copyin: fix error handling
` [PATCH 45/54] mke2fs: add simple tests and re-alphabetize mke2fs manpage options
` [PATCH 46/54] contrib: script to create minified ext4 image from a directory
` [PATCH 47/54] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 48/54] libext2fs: find/alloc a range of empty blocks
` [PATCH 49/54] libext2fs: add new hooks to support large allocations
` [PATCH 50/54] libext2fs: implement fallocate
` [PATCH 51/54] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 52/54] debugfs: implement fallocate
` [PATCH 53/54] tests: test debugfs punch command

[PATCH] mke2fs: Fix German translation of mke2fs
 2015-01-28 12:45 UTC  (4+ messages)

[PATCH] ext4: support read-only images
 2015-01-27  7:45 UTC 

[PATCH 1/1] Change of timer API
 2015-01-26 19:46 UTC  (2+ messages)
` [1/1] "

[PATCH 1/1] Fix of coding style
 2015-01-26 17:31 UTC  (4+ messages)

[PATCH] ext4: reserve codepoints used by the ext4 encryption feature
 2015-01-26 17:01 UTC  (5+ messages)

[PATCH-v7 0/3] add support for a lazytime mount option
 2015-01-25  3:03 UTC  (4+ messages)
` [PATCH-v7 1/3] vfs: "

Darlehen Angebot
 2015-01-24  2:11 UTC 

[ext4:crypto 17/19] fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static?
 2015-01-24  0:33 UTC  (2+ messages)
` [PATCH ext4] ext4 crypto: ext4_find_dest_de_crypt() can be static

[PATCH] Reserve the codepoints for the new INCOMPAT feature ENCRYPT
 2015-01-23 17:57 UTC 

Some thoughts about providing data block checksumming for ext4
 2015-01-23 16:46 UTC  (5+ messages)
      ` [dm-devel] "


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