messages from 2017-06-26 18:10:50 to 2017-07-06 02:38:18 UTC [more...]
[PATCH 1/2] ext4: skip ext4_init_security() and encryption on ea_inodes
2017-07-06 2:38 UTC
[PATCH] fs: ext4: inode->i_generation not assigned 0
2017-07-06 1:08 UTC (17+ messages)
[PATCH] ext2: Fix memory leak when truncate races ext2_get_blocks
2017-07-05 23:08 UTC
[PATCH 0/4] e2image -b option to pass superblock number
2017-07-05 22:27 UTC (9+ messages)
` [PATCH 1/4] ext2fs: opening filesystem code refactoring
` [PATCH 2/4] e2image: add -b option to use supperblock backup
` [PATCH 3/4] tests: add test for e2image -b option
` [PATCH 4/4] man: add -b option to e2image
[proposal] making filesystem tools more machine friendly
2017-07-05 18:11 UTC (3+ messages)
ea_inode gce-xfstests results
2017-07-05 17:36 UTC (2+ messages)
[PATCH v4 27/28] ext4: xattr inode deduplication
2017-07-05 17:30 UTC (4+ messages)
` [PATCH v5 "
[PATCH] ext4: convert swap_inode_data() over to use swap() on most of the fields
2017-07-05 16:32 UTC
[PATCH v2 1/2] ext4, project: expand inode extra size if possible
2017-07-05 16:31 UTC (2+ messages)
[PATCH] e2fsprogs: add ext2fs_is_fast_symlink() function
2017-07-05 16:26 UTC (4+ messages)
` [PATCH v2] "
[Bug 196223] New: jdb2 journal - hung after suspend-resume test
2017-07-05 13:12 UTC (9+ messages)
` [Bug 196223] "
(unknown),
2017-07-05 8:06 UTC
[PATCH] libext2fs: fix compile errors/warnings
2017-07-05 4:50 UTC (2+ messages)
[PATCH] e2fsck: remove #ifdef EXT2_NO_64_TYPE blocks
2017-07-05 4:09 UTC (3+ messages)
[PATCH 01/12] e2fsck: add support for large xattrs in external inodes
2017-07-05 4:04 UTC (18+ messages)
` [PATCH 03/12] e2fsck: ea_inode hash validation
` [PATCH v2 "
` [PATCH 04/12] e2fsck: do not early terminate extra space check
` [PATCH 06/12] e2fsck: update i_blocks accounting for ea_inode feature
` [PATCH 07/12] e2fsck: track ea_inode references
[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
2017-07-05 2:21 UTC (4+ messages)
[PATCH v2] Add largedir feature
2017-07-04 17:56 UTC (8+ messages)
` [PATCH v3] "
Some jbd2 philosophy about credits estimation and other things
2017-07-04 17:54 UTC
[PATCH] ext4: have ext4_xattr_set_handle() allocate journal credits
2017-07-04 7:23 UTC (6+ messages)
` [PATCH v2] "
[PATCH] ext4: fix __ext4_xattr_set_credits()
2017-07-04 4:22 UTC (3+ messages)
[PATCH] ext4: fast symlink test should not rely on i_blocks
2017-07-04 4:11 UTC (3+ messages)
[PATCH] ext4: don't free an error pointer
2017-07-04 1:37 UTC (3+ messages)
lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3.2-hch
2017-07-03 22:58 UTC (18+ messages)
` [PATCH 1/5] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
` [PATCH 2/5] vfs: Add page_cache_seek_hole_data helper
` [PATCH 3/5] vfs: Add iomap_seek_hole and iomap_seek_data helpers
` [PATCH 4/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH 5/5] ext4: "
[PATCH 1/2] ext4, project: expand inode extra size if possible
2017-07-03 2:58 UTC (6+ messages)
Problems with item delivery, n.006094884
2017-07-03 2:11 UTC
[PATCH v3 0/5] DAX common 4k zero page
2017-06-30 19:05 UTC (7+ messages)
` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()
` [PATCH v3 2/5] dax: relocate some dax functions
` [PATCH v3 3/5] dax: use common 4k zero page for dax mmap reads
` [PATCH v3 4/5] dax: remove DAX code from page_cache_tree_insert()
` [PATCH v3 5/5] dax: move all DAX radix tree defs to fs/dax.c
mkfs.ext4 -D option fails to mount
2017-06-30 17:47 UTC (6+ messages)
[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
2017-06-30 16:49 UTC (36+ messages)
` [PATCH v8 01/18] fs: remove call_fsync helper function
` [PATCH v8 02/18] buffer: use mapping_set_error instead of setting the flag
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 04/18] buffer: set errors in mapping at the time that the error occurs
` [PATCH v8 05/18] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v8 06/18] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v8 07/18] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v8 08/18] mm: clean up error handling in write_one_page
` [PATCH v8 09/18] lib: add errseq_t type and infrastructure for handling it
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 11/18] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 13/18] dax: set errors in mapping when writeback fails
` [PATCH v8 14/18] block: convert to errseq_t based writeback error tracking
` [PATCH v8 15/18] fs: convert __generic_file_fsync to use errseq_t based reporting
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
[bug report] ext4: xattr-in-inode support
2017-06-30 7:53 UTC
[PATCH 2/2] ext4, project: fix typo comments for quota credits reservation
2017-06-30 3:52 UTC
(unknown),
2017-06-30 1:14 UTC
First stab at ea inode disk format doc updates
2017-06-29 23:50 UTC (2+ messages)
Question about ext4 project feature
2017-06-29 18:18 UTC (2+ messages)
[PATCH 1/2] filefrag: fix GCC7.x compiler warning
2017-06-28 17:28 UTC (2+ messages)
[PATCH 2/2] e4defrag: fix GCC7.x compiler warning
2017-06-28 17:29 UTC (2+ messages)
[v4.12-rc1 regression] nfs server crashed in fstests run
2017-06-28 3:04 UTC (7+ messages)
lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3-hch
2017-06-27 22:49 UTC (10+ messages)
` [PATCH 1/6] xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
` [PATCH 2/6] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
` [PATCH 3/6] vfs: Add page_cache_seek_hole_data helper
` [PATCH 4/6] vfs: Add iomap_seek_hole and iomap_seek_data helpers
` [PATCH 5/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH 6/6] ext4: "
[PATCH] ext4: Return EIO on read error in ext4_find_entry
2017-06-27 21:58 UTC (12+ messages)
[PATCH] ext4: remove timebomb in ext4_decode_extra_time()
2017-06-27 18:35 UTC (3+ messages)
[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
2017-06-27 15:20 UTC (12+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting
[PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"
2017-06-27 13:33 UTC
[PATCH v3 0/5] lseek SEEK_HOLE / SEEK_DATA fix and switch to iomap
2017-06-27 12:56 UTC (4+ messages)
` [PATCH v3 5/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
Possible regression in e2fsprogs-1.43.4
2017-06-27 11:58 UTC (9+ messages)
` Possible regression in e2fsprogs-1.43.4 [RESOLVED]
(unknown),
2017-06-27 7:12 UTC
Product Inquiry
2017-06-26 21:51 UTC
(unknown),
2017-06-26 22:58 UTC
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).