messages from 2013-12-10 00:13:58 to 2013-12-13 01:22:51 UTC [more...]
[PATCH 0/4 v3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
2013-12-13 1:22 UTC (6+ messages)
` [PATCH 2/4 v3] fiemap: add "
[PATCH v3 00/74] e2fsprogs patchbomb 12/2013
2013-12-12 23:14 UTC (114+ messages)
` [PATCH 01/74] libext2fs: don't overflow when punching indirect blocks with large blocks
` [PATCH 02/74] libext2fs: fix tests that set LARGE_FILE
` [PATCH 03/74] mke2fs: load configfile blocksize setting before 64bit checks
` [PATCH] mke2fs: clean up kernel version tests
` [PATCH 04/74] libext2fs: use ext2fs_punch() to truncate quota file
` [PATCH 05/74] debugfs: fix init_filesys help text
` [PATCH 06/74] tune2fs: forbid changing uuid on an uninit_bg filesystem
` [PATCH 07/74] libext2fs: tweak inline data error wording
` [PATCH 08/74] libext2fs: don't allow ridiculously large logical block numbers
` [PATCH 09/74] libext2fs: fix another minor grammatical error in the error catalog
` [PATCH 10/74] debugfs: fix various minor bogosity
` [PATCH 11/74] misc: use the checksum predicate function, not raw flag tests
` [PATCH 12/74] libext2fs: make symlinks safe for 64bit blocks and extents
` [PATCH 13/74] debugfs: handle 64bit block numbers
` [PATCH 14/74] libext2fs: fileio should use 64bit io routines
` [PATCH 15/74] resize2fs: rewrite extent/dir/ea block checksums when migrating
` [PATCH 16/74] debugfs: don't leak fd when calling dump_file
` [PATCH 17/74] debugfs: don't leak mmp_s memory
` [PATCH 18/74] e2fsck: fix memory leaks
` [PATCH 19/74] misc: don't leak file descriptors
` [PATCH 20/74] mke2fs: don't leak memory
` [PATCH 21/74] e4defrag: don't crash if umounts the filesystem races with us
` [PATCH 22/74] e4defrag: defensively check results of sysconf(_SC_PAGESIZE)
` [PATCH 23/74] e2image: check return value from check_if_mounted
` [PATCH 24/74] dumpe2fs: check return values
` [PATCH 25/74] libss: fix fd error handling
` [PATCH 26/74] libss: fix memory handling errors
` [PATCH 27/74] libquota: fix memory leak
` [PATCH 28/74] libext2fs: check return values
` [PATCH 29/74] libext2fs: fix memory leaks
` [PATCH 30/74] libext2fs: fix a broken close() test
` [PATCH 31/74] libext2fs: fail fileio write if we can't allocate a block
` [PATCH 32/74] libext2fs: fix punching extents when there are no left extents
` [PATCH 33/74] libext2fs: don't error out when punching a totally sparse file
` [PATCH 34/74] e2fsck: in rehash, mark newly allocated extent blocks as found
` [PATCH 35/74] libext2fs: zero block contents past EOF when setting size
` [PATCH 36/74] libext2fs: detect
` [PATCH 37/74] libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fs
` [PATCH 38/74] libext2fs: mark group data blocks when loading block bitmap
` [PATCH 39/74] e2fsck: remove uninit block bitmap calculation
` [PATCH 40/74] libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgd
` [PATCH 41/74] tests: adjust test output to reflect block_uninit calculated block bitmaps
` [PATCH 42/74] libext2fs: only punch complete clusters
` [PATCH 43/74] libext2fs: don't update the summary counts when doing implied cluster allocation
` [PATCH 44/74] e2fsck: only release clusters when shortening a directory during a rehash
` [PATCH 45/74] e2fsck: print cluster ranges when encountering bitmap errors
` [PATCH 46/74] e2fsck: try implied cluster allocation when expanding a dir
` [PATCH 47/74] resize2fs: during shrink, don't free in-use bg data clusters
` [PATCH 48/74] resize2fs: don't free in-use clusters when moving blocks
` [PATCH 49/74] mke2fs: set block_validity as a default mount option
` [PATCH 50/74] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 51/74] libext2fs: file IO routines should handle uninit blocks
` [PATCH 52/74] resize2fs: convert fs to and from 64bit mode
` [PATCH 53/74] resize2fs: when toggling 64bit, don't free in-use bg data clusters
` [PATCH 54/74] resize2fs: adjust reserved_gdt_blocks when changing group descriptor size
` [PATCH 55/74] libext2fs: support modifying arbitrary extended attributes
` [PATCH 56/74] libext2fs: various tweaks to the xattr editor APIs
` [PATCH 57/74] libext2fs: extend xattr api to query number of attrs
` [PATCH 58/74] libext2fs: free key/value pairs before reading
` [PATCH 59/74] debugfs: dump all extended attributes
` [PATCH 60/74] libext2fs: ensure that inline data is always written to ibody
` [PATCH 61/74] libext2fs: fix ext2fs_open2() truncation of the superblock parameter
` [PATCH 62/74] misc: add fuse2fs, a FUSE server for e2fsprogs
` [PATCH 63/74] fuse2fs: translate ACL structures
` [PATCH 64/74] Subject: [PATCH] fuse2fs: support allocating uninit blocks in fallocate
` [PATCH 65/74] fuse2fs: handle 64-bit dates correctly
` [PATCH 67/74] tests: check correct handling of reading and writing uninit extents
` [PATCH 68/74] tests: Add block_validity speed test
` [PATCH 69/74] Subject: [PATCH] tests: test what happens if we run out of space
` [PATCH 70/74] tests: add stale data after truncate test
` [PATCH 71/74] tests: check mapping of really high logical block offsets
` [PATCH 72/74] Subject: [PATCH] tests: enable using fuse2fs with metadata checksum test
` [PATCH 73/74] tests: add large symlink test
` [PATCH 74/74] tests: test date handling
[PATCH] libext2fs: clamp block-map punch range end to 2^32 blocks
2013-12-12 21:13 UTC
[PATCH 00/18] Consolidate Posix ACL implementation V2
2013-12-12 21:05 UTC (27+ messages)
` [PATCH 01/18] reiserfs: prefix ACL symbols with reiserfs_
` [PATCH 02/18] fs: add get_acl helper
` [PATCH 03/18] fs: add a set_acl inode operation
` [PATCH 04/18] fs: add generic xattr_acl handlers
` [PATCH 05/18] fs: make posix_acl_chmod more useful
` [PATCH 06/18] fs: make posix_acl_create "
` [PATCH 07/18] btrfs: use generic posix ACL infrastructure
` [PATCH 08/18] ext2/3/4: "
` [PATCH 09/18] f2fs: "
` [PATCH 10/18] hfsplus: "
` [PATCH 11/18] jffs2: "
` [PATCH 12/18] ocfs2: "
` [PATCH 13/18] reiserfs: "
` [PATCH 14/18] xfs: "
` [PATCH 15/18] jfs: "
` [PATCH 16/18] gfs2: "
` [Cluster-devel] "
` [PATCH 17/18] nfs: use generic posix ACL infrastructure for v3 Posix ACLs
` [PATCH 18/18] fs: remove generic_acl
[PATCH 0/3] Fix ext4 deadlock when running xfstests/269
2013-12-12 10:30 UTC (9+ messages)
` [PATCH 1/3] ext4: Retry allocation when inline->extent conversion failed
` [PATCH 2/3] ext4: Standardize error handling in ext4_da_write_inline_data_begin()
` [PATCH 3/3] ext4: Fix deadlock when writing in ENOSPC conditions
[PATCH] libblkid: Identify extN file system properly
2013-12-12 10:15 UTC (2+ messages)
[Bug 66881] New: [3.12.1][ext4]kernel BUG at fs/ext4/extents_status.c:709!
2013-12-12 6:55 UTC (2+ messages)
` [Bug 66881] "
Ext4 projects for 2014
2013-12-12 6:08 UTC (5+ messages)
FAST paper on ffsck
2013-12-12 5:30 UTC (2+ messages)
[PATCH] e2fsck: fix problem comments to match actual message
2013-12-12 1:11 UTC (2+ messages)
Filesystem writes on RAID5 too slow
2013-12-11 19:09 UTC (11+ messages)
[PATCH 6/9] Use %pd in Ext4
2013-12-11 12:10 UTC (3+ messages)
You Have Been Awarded
2013-12-10 20:40 UTC
3.11.4: kernel BUG at fs/buffer.c:1268
2013-12-11 0:57 UTC (4+ messages)
[Bug 66161] many application blocked
2013-12-10 23:24 UTC
[PATCH v2 0/4] ext4: Add XIP functionality
2013-12-10 23:09 UTC (7+ messages)
` [PATCH v2 2/4] "
[Bug 20992] New: Data corruption triggers ext4 oops
2013-12-10 22:22 UTC (2+ messages)
` [Bug 20992] "
[Bug 20902] New: High
2013-12-10 22:21 UTC (2+ messages)
` [Bug 20902] High IO wait when writing to ext4
Segmentation fault in mke2fs
2013-12-10 22:21 UTC
[Bug 19432] New: ext4 crashes in journal code/barrier
2013-12-10 22:11 UTC (2+ messages)
` [Bug 19432] "
[Bug 19212] New: kernel BUG at /build/buildd/linux-2.6.32/fs/ext4/extents.c:1716
2013-12-10 22:10 UTC (2+ messages)
` [Bug 19212] "
[Bug 66821] New: "BUG: soft lockup" in proc_fd_link, causing freeze
2013-12-10 21:20 UTC (4+ messages)
` [Bug 66821] "
[PATCH v3 00/30] e2fsprogs: inline data refinement patch set
2013-12-10 21:06 UTC (3+ messages)
` [PATCH v3 22/30] tune2fs: add inline_data feature in tune2fs
e2fsck can't handle bad extents w/ bad bitmaps
2013-12-10 20:39 UTC
Reproducible block structure
2013-12-10 18:08 UTC (4+ messages)
[Bug 14602] JBD2 journal abort / checkpoint creation racy?
2013-12-10 17:04 UTC
[PATCH] ext4: Fix deadlock when writing in ENOSPC conditions
2013-12-10 10:56 UTC (2+ messages)
[PATCH] debugfs: add support to properly set and display extended timestamps
2013-12-10 2:41 UTC (2+ messages)
Still about ext2/ext3 mount options while using ext4.ko driver
2013-12-10 0:13 UTC (2+ messages)
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).