linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-19 08:44:14 to 2015-01-14 20:17:10 UTC [more...]

[PATCH v8 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-14 20:17 UTC  (14+ messages)
` [PATCH v8 1/11] fs: Add support "
` [PATCH v8 2/11] xfs: "
` [PATCH v8 3/11] ext4: "
` [PATCH v8 4/11] xfsprogs: xfs_io: add finsert command for insert range
` [PATCH v8 5/11] xfstests: generic/039: Standard insert range tests
` [PATCH v8 6/11] xfstests: generic/040: Delayed allocation insert range
` [PATCH v8 7/11] xfstests: generic/041: Multi insert range tests
` [PATCH v8 8/11] xfstests: generic/042: Delayed allocation multi insert
` [PATCH v8 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
` [PATCH v8 10/11] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v8 11/11] xfstests: fsx: "

ext4: add journalled write support for inline data
 2015-01-14  9:52 UTC 

[LSF/MM TOPIC] - SMR Modifications to EXT4 (and other generic file systems)
 2015-01-13 23:26 UTC  (2+ messages)

[LSF/MM TOPIC] [ATTEND] [RESEND] Generic defragmentation strategies
 2015-01-13 19:30 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH] ext4: move_extent explicitly invalidate page buffers
 2015-01-13 13:32 UTC  (6+ messages)

[LSF/MM ATTEND] Generic defragmentation strategies
 2015-01-13 12:24 UTC 

Re:Investment
 2015-01-12 17:31 UTC 

[v8 0/5] ext4: add project quota support
 2015-01-12 17:01 UTC  (14+ messages)
` [v8 2/5] ext4: adds project ID support
` [v8 3/5] ext4: adds project quota support
` [v8 5/5] ext4: cleanup inode flag definitions

Can one file system be R/W mounted multiple times in Linux?
 2015-01-12 16:47 UTC  (15+ messages)

[Bug 89511] New: USB-storage mount error
 2015-01-11  2:22 UTC  (42+ messages)
` [Bug 89511] "

ext4 wrote extents on ext2 fs?
 2015-01-09 23:38 UTC  (3+ messages)

[PATCH] ext4: fix warning in ext4_da_update_reserve_space()
 2015-01-08 20:48 UTC 

[PATCH] jbd2: complain about descriptor block checksum errors
 2015-01-08 20:03 UTC 

ext4_da_update_reserve_space warning fix not in stable
 2015-01-08 17:58 UTC  (7+ messages)

[PATCH 00/31] e2fsprogs December 2014 patchbomb
 2015-01-08  1:36 UTC  (41+ messages)
` [PATCH 01/31] misc: fix clang warnings and a resource leak
` [PATCH 02/31] debugfs: document new commands
` [PATCH 03/31] libext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 04/31] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 05/31] tune2fs: disable csum verification before resizing inode
` [PATCH 06/31] e2fsck: clear i_block[] when there are too many bad mappings on a special inode
` [PATCH 07/31] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 08/31] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 09/31] e2fsck: track directories to be rehashed with a bitmap
` [PATCH 10/31] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
` [PATCH 11/31] tests: verify proper rebuilding of sparse extent trees and block map file conversion
` [PATCH 12/31] undo-io: add new calls to and speed up the undo io manager
` [PATCH 13/31] undo-io: be more flexible about setting block size
` [PATCH 14/31] undo-io: use a bitmap to track what we've already written
` [PATCH 15/31] e2undo: fix memory leaks and tweak the error messages somewhat
` [PATCH 16/31] e2undo: ditch tdb file, write everything to a flat file
` [PATCH 17/31] e2fsck: optionally create an undo file
` [PATCH 18/31] resize2fs: optionally create "
` [PATCH 19/31] tune2fs: "
` [PATCH 20/31] mke2fs: "
` [PATCH 21/31] debugfs: "
` [PATCH 22/31] tests: test undo file creation in e2fsck/resize2fs/tune2fs/mke2fs
` [PATCH 23/31] tests: test various features of the new e2undo format
` [PATCH 24/31] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 25/31] libext2fs: find/alloc a range of empty blocks
` [PATCH 26/31] libext2fs: add new hooks to support large allocations
` [PATCH 27/31] libext2fs: implement fallocate
` [PATCH 28/31] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 29/31] debugfs: implement fallocate
` [PATCH 30/31] tests: test debugfs punch command
` [PATCH 32/31] libext2fs: initialize i_extra_isize when writing EAs
  ` [PATCH v2 "
` [PATCH 33/31] e2fsck: on read error, don't rewrite blocks past the end of the fs
` [PATCH 34/31] e2fsck: fix the journal recreation message
` [PATCH 35/31] libext2fs: avoid pointless EA block allocation
` [PATCH 36/31] libext2fs: strengthen i_extra_isize checks when reading/writing xattrs
` [PATCH 37/31] libext2fs: fix tdb.c mmap leak

[PATCH v7 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
 2015-01-07  5:50 UTC  (3+ messages)

[PATCH v7 11/11] xfstests: fsx: Add fallocate insert range operation
 2015-01-07  5:48 UTC  (3+ messages)

[PATCH v7 10/11] xfstests: fsstress: Add fallocate insert range operation
 2015-01-07  5:47 UTC  (3+ messages)

[PATCH v7 1/11] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-07  5:46 UTC  (3+ messages)

[PATCH v7 2/11] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-07  5:46 UTC  (3+ messages)

[PATCH 45/45] ext2: enable cgroup writeback support
 2015-01-06 21:26 UTC 

[PATCH v7 4/11] xfsprogs: xfs_io: add finsert command for insert range via fallocate
 2015-01-06 18:12 UTC  (2+ messages)

[PATCH] [RESEND]filefrag: fix wrong extent count calculation when using FIBMAP
 2015-01-06 10:10 UTC 

Payment
 2015-01-06  8:29 UTC 

[GIT PULL] ext4 bug fixes for 3.19-rc3
 2015-01-05 22:54 UTC 

[PATCH 1/1 linux-next] ext3: destroy sbi mutexes in put_super
 2015-01-05 10:13 UTC  (2+ messages)

[PATCH 1/4] ext4: fix potential use after free during resize V2
 2015-01-03 19:16 UTC  (11+ messages)
` [PATCH 4/4] ext4: fix suboptimal seek_{data,hole} extents traversial

[PATCH] ext4: remove spurious KERN_INFO from ext4_warning call
 2015-01-02 21:45 UTC  (2+ messages)

[PATCH v7 8/11] xfstests: generic/042: Delayed allocation multi insert
 2015-01-02  9:42 UTC 

[PATCH v7 7/11] xfstests: generic/041: Multi insert range tests
 2015-01-02  9:42 UTC 

[PATCH v7 6/11] xfstests: generic/040: Delayed allocation insert range
 2015-01-02  9:41 UTC 

[PATCH v7 5/11] xfstests: generic/039: Standard insert range tests
 2015-01-02  9:41 UTC 

[PATCH v7 3/11] ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-02  9:41 UTC 

[PATCH v7 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-02  9:40 UTC 

[PATCH] ext4: Forbid journal_async_commit in data=ordered mode
 2014-12-29 19:19 UTC  (3+ messages)

Online resizing of filesystem mounted with backup superblock causes corruption
 2014-12-27  4:59 UTC  (3+ messages)
  ` [PATCH] ext4: prevent online resize with backup superblock

Bug#773795: fsck.ext2: memory corruption
 2014-12-26  4:31 UTC 

max_dir_size_kb option list
 2014-12-24  0:34 UTC  (7+ messages)

Ext4 tail merging?
 2014-12-23 22:13 UTC  (2+ messages)

inlinedata crash on ppc64
 2014-12-22 19:27 UTC 

[PATCH] Update maximum journal size in tune2fs man page
 2014-12-21 20:02 UTC 

[PATCH] fs: make generic_block_fiemap sig-tolerant PING2
 2014-12-19 23:38 UTC  (5+ messages)

[PATCH 00/47] e2fsprogs November 2014 patchbomb
 2014-12-19 19:15 UTC  (5+ messages)
` [PATCH 29/47] resize2fs: don't mark unallocated bg metadata blocks when fixing bg flags

[Bug 89131] New: Hangs when checking torrent through libtorrent; kernel BUG at mm/iov_iter.c:219!
 2014-12-19 16:37 UTC  (5+ messages)
` [Bug 89131] "

ext4_da_update_reserve_space warning with kernel 3.10
 2014-12-19 12:59 UTC  (3+ 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).