messages from 2014-10-18 00:03:30 to 2014-11-04 11:19:46 UTC [more...]
[PATCH 0/12 v4] Moving i_dquot out of struct inode
2014-11-04 11:19 UTC (6+ messages)
` [PATCH 01/12] quota: Remove const from function declarations
` [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 03/12] gfs2: Set allowed quota types
` [PATCH 04/12] xfs: "
` [PATCH 05/12] quota: Use function to provide i_dquot pointers
request for info on the list of parameters to tweak for PCIe SSDs
2014-11-04 6:36 UTC (3+ messages)
Some thoughts about providing data block checksumming for ext4
2014-11-03 23:33 UTC
[PATCH v3 0/6] ext4: extents status tree shrinker improvement
2014-11-03 16:10 UTC (5+ messages)
(unknown)
2014-11-02 19:54 UTC
[GIT PULL] ext4 bug fixes for 3.18
2014-11-01 18:29 UTC (5+ messages)
request for info on the list of parameters to tweak for PCIe SSDs
2014-10-31 16:22 UTC (2+ messages)
request for info on the list of ext 4 parameters to tweak for PCIe SSDs
2014-10-31 15:23 UTC
Hang writing to nfs-mounted filesystem from client, all nfsd tasks on server blocked in D
2014-10-31 0:16 UTC (21+ messages)
` RT/ext4/jbd2 circular dependency (was: Re: Hang writing to nfs-mounted filesystem from client)
` RT/ext4/jbd2 circular dependency
` Hang writing to nfs-mounted filesystem from client -- expected code path?
[v5 0/5] quota: add project quota support for ext4
2014-10-30 16:51 UTC (15+ messages)
` [v5 1/5] Adds general codes to enforces project quota limits
` [v5 2/5] Adds project ID support for ext4
` [v5 3/5] Adds project quota "
` [v5 4/5] Adds ioctl interface support for ext4 project
` [v5 5/5] Adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support for ext4
[PATCH] ext4: Make ext4_ext_convert_to_initialized() return proper number of blocks
2014-10-30 14:45 UTC (2+ messages)
[PATCH] ext4: Bail early when clearing inode journal flag fails
2014-10-30 14:36 UTC (2+ messages)
[PATCH] ext4: Bail out from make_indexed_dir() on first error
2014-10-30 14:24 UTC (2+ messages)
[PATCH] jbd2: use a better hash function for the revoke table
2014-10-30 14:00 UTC
RCU related deadlock in AIO? (in 3.18-rc2)
2014-10-29 16:21 UTC (3+ messages)
NULL derefs after failed suspend (i915, pm, ext4, slub)
2014-10-29 7:41 UTC (3+ messages)
[PATCH 0/3] ext4: misc 3.18-rc2 bugfixes
2014-10-29 2:20 UTC (7+ messages)
` [PATCH 1/3] ext4: enable journal checksum when metadata checksum feature enabled
` [PATCH 2/3] Subject: [PATCH] ext4: disallow changing journal_csum option during remount
` [PATCH 3/3] ext4: remove extent status procfs files if journal load fails
[PATCH] ext4: Fix oops when loading block bitmap failed
2014-10-29 0:33 UTC (2+ messages)
[PATCH] ext4: Fix overflow when updating superblock backups after resize
2014-10-28 20:40 UTC (3+ messages)
Updated versoin of kvm-xfstests available
2014-10-28 15:20 UTC (3+ messages)
` Updated version "
[PATCH 00/39] e2fsprogs October 2014 patchbomb, part 6.1
2014-10-27 23:32 UTC (44+ messages)
` [PATCH 01/39] misc: fix compiler warnings
` [PATCH 02/39] e2fuzz: exercise fuzzed blocks more aggressively
` [PATCH 03/39] libext2fs: directory iteration mustn't walk off the buffer end
` [PATCH 04/39] libext2fs: zero the EA block buffer before filling it
` [PATCH 05/39] libext2fs: don't memcpy identical pointers when writing a cache block
` [PATCH 06/39] misc: fix broken libmagic interaction with plausibility check
` [PATCH 07/39] tune2fs: speed up rewriting extent tree when enabling metadata_csum
` [PATCH 08/39] tune2fs: don't change metadata_csum on a mounted fs
` [PATCH 09/39] resize2fs: don't exit if shrinking sparse_super2 fs to one bg
` [PATCH 10/39] resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csum
` [PATCH 11/39] resize2fs: use old_fs to detect per-bg metadata blocks to free
` [PATCH 12/39] resize2fs: don't interpret bitmap shift while crossing flexbg as raid stride
` [PATCH 13/39] resize2fs: set block_uninit in former last bg when expanding fs
` [PATCH v2 13/39] resize2fs: set bg flags and unused inode count when resizing
` [PATCH 14/39] mke2fs: don't zero inode table blocks that are already zeroed
` [PATCH 15/39] dumpe2fs: 80 column outputs, please
` [PATCH 16/39] dumpe2fs: output cleanup
` [PATCH 17/39] e2fsck: fix dangling pointer when dir_info array is resized
` [PATCH 18/39] e2fsck: opportunistically recalculate unused inode count and inode_uninit after pass 5
` [PATCH 19/39] e2fsck: opportunistically set block_uninit "
` [PATCH 19/39] libext2fs: set BLOCK_UNINIT for non-last blockgroups if all blocks are free
` [PATCH 20/39] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 21/39] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 22/39] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 23/39] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 24/39] libext2fs/e2fsck: refactor everyone who writes zero blocks to disk
` [PATCH 25/39] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 26/39] libext2fs: file IO routines should handle uninit blocks
` [PATCH 27/39] resize2fs: convert fs to and from 64bit mode
` [PATCH 28/39] tests: test resize2fs 32->64 and 64->32bit conversion code
` [PATCH 29/39] libext2fs: find inode goal when allocating blocks
` [PATCH 30/39] libext2fs: find/alloc a range of empty blocks
` [PATCH 31/39] libext2fs: add new hooks to support large allocations
` [PATCH 32/39] libext2fs: implement fallocate
` [PATCH 33/39] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 34/39] debugfs: implement fallocate
` [PATCH 35/39] tests: test debugfs punch command
` [PATCH 37/39] fuse2fs: translate ACL structures
` [PATCH 38/39] fuse2fs: handle 64-bit dates correctly
` [PATCH 39/39] fuse2fs: implement fallocate
` [PATCH 40/39] e2fsck: fix reporting of unknown htree block inode number
` [PATCH 41/39] mke2fs: warn if enabling metadata_csum on a pre-3.18 kernel
Valgrind-detected issues in e2fsck on corrupted filesystems
2014-10-27 22:10 UTC (5+ messages)
[Bug 86471] New: drastic reduction of write performance after the termination of mysqld
2014-10-24 15:34 UTC (7+ messages)
` [Bug 86471] "
Payment
2014-10-24 11:59 UTC
Please Resend Your Message
2014-10-24 2:29 UTC
[PATCH 0/6] RFC: (partially) endian-annotate e2fsprogs
2014-10-23 23:56 UTC (9+ messages)
` [PATCH 1/6] e2fsprogs: define bitwise types and annotate conversion routines
` [PATCH 2/6] e2fsprogs: fix endian handling of ext3_extent_header
` [PATCH 3/6] e2fsprogs: Endian-annotate most on-disk structures
` [PATCH 4/6] debugfs: don't swap htree nodes in-place
` [PATCH 5/6] libext2: minor sparse endian checker fixup
` [PATCH 6/6] quotaio: annotate & fix up for sparse endian checker
[PATCH 1/2] xfstests-bld: Split system images in two parts
2014-10-23 14:06 UTC (6+ messages)
` [PATCH 2/2] xfstests-bld: test-apliance add castomization options
[Bug 86541] (rare) two entries are possible to create in a folder
2014-10-23 13:52 UTC
[PATCH] ext4: move_extent explicitly invalidate page buffers
2014-10-23 13:03 UTC (2+ messages)
[PATCH 0/12 v3] Moving i_dquot out of struct inode
2014-10-23 12:05 UTC (18+ messages)
` [PATCH 01/12] quota: Remove const from function declarations
` [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 03/12] gfs2: Set allowed quota types
` [PATCH 04/12] xfs: "
` [PATCH 05/12] quota: Use function to provide i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode
[PATCH 1/2] xfstests: update 'new' script v3
2014-10-23 11:08 UTC (2+ messages)
` [PATCH 2/2] add aio/dio regression test race between write and fcntl V5
[Bug 86681] INFO: task nfsd:16901 blocked for more than 120 seconds. ; NFSD: Failed to remove expired client state directory
2014-10-22 18:21 UTC
[PATCH 1/2] xfstests-bld: Split system images in two parts
2014-10-22 15:37 UTC (2+ messages)
` [PATCH 2/2] xfstests-bld: test-apliance add costomization options
[PATCH] ext4: Remove never taken branch from ext4_ext_shift_path_extents()
2014-10-22 9:15 UTC
[PATCH] fs, jbd: use a more generic hash function
2014-10-22 8:02 UTC (2+ messages)
(unknown),
2014-10-21 18:47 UTC
[PATCH] e2fsprogs: fix endian handling of ext3_extent_header
2014-10-21 2:36 UTC
[PATCH 1/2] ext4: enable journal checksum if metadata checksum feature enabled
2014-10-21 1:05 UTC (2+ messages)
` [PATCH 2/2] ext4: create nojournal_checksum mount option
Intentionally corrupted ext4s causing two different kernel panics at umount
2014-10-21 0:28 UTC (6+ messages)
` One more corrupted fs crash in ext4_put_super
` A very similar crash on ext2
[PATCH 00/34] e2fsprogs Summer 2014 patchbomb, part 6
2014-10-20 23:37 UTC (8+ messages)
` [PATCH 06/34] debugfs: add LIBINTL to debugfs link command
` [PATCH 15/34] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
fs: ext4: mballoc: negative shift exponent
2014-10-20 11:23 UTC (2+ messages)
` jbd2: revoke: negative shift exponent in hash()
[PATCH] Ext4: update comments that use ext4_delete_inode()
2014-10-20 13:28 UTC
[PATCH 0/12 v2] Moving i_dquot out of struct inode
2014-10-19 14:16 UTC (6+ messages)
[PATCH] ext4: move_extent improve bh vanishing success factor
2014-10-18 8:29 UTC
BLKZEROOUT + pread should return zeroes, right?
2014-10-18 0:03 UTC (3+ messages)
` [RFC PATCH] block: make BLKZEROOUT invalidate page cache contents
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).