messages from 2016-12-21 17:04:10 to 2017-01-07 00:39:24 UTC [more...]
[PATCH v4 00/47] xfs: online scrub/repair support
2017-01-07 0:39 UTC (34+ messages)
` [PATCH 01/47] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/47] xfs: provide a query_range function for "
` [PATCH 03/47] xfs: create a function to query all records in a btree
` [PATCH 04/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/47] xfs: report shared extents in getfsmapx
` [PATCH 06/47] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 07/47] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 08/47] xfs: add scrub tracepoints
` [PATCH 09/47] xfs: create an ioctl to scrub AG metadata
` [PATCH 10/47] xfs: generic functions to scrub metadata and btrees
` [PATCH 11/47] xfs: scrub the backup superblocks
` [PATCH 12/47] xfs: scrub AGF and AGFL
` [PATCH 13/47] xfs: scrub the AGI
` [PATCH 14/47] xfs: support scrubbing free space btrees
` [PATCH 15/47] xfs: support scrubbing inode btrees
` [PATCH 16/47] xfs: support scrubbing rmap btree
` [PATCH 17/47] xfs: support scrubbing refcount btree
` [PATCH 18/47] xfs: scrub inodes
` [PATCH 19/47] xfs: scrub inode block mappings
` [PATCH 20/47] xfs: scrub directory/attribute btrees
` [PATCH 21/47] xfs: scrub directory metadata
` [PATCH 22/47] xfs: scrub extended attributes
` [PATCH 23/47] xfs: scrub symbolic links
` [PATCH 24/47] xfs: scrub realtime bitmap/summary
` [PATCH 25/47] xfs: scrub should cross-reference with the bnobt
` [PATCH 26/47] xfs: cross-reference bnobt records with cntbt
` [PATCH 27/47] xfs: cross-reference extents with AG header
` [PATCH 28/47] xfs: cross-reference inode btrees during scrub
` [PATCH 29/47] xfs: cross-reference reverse-mapping btree
` [PATCH 30/47] xfs: cross-reference refcount btree during scrub
` [PATCH 31/47] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 32/47] xfs: cross-reference the block mappings when possible
` [PATCH 33/47] xfs: create tracepoints for online repair
[PATCH] generic: test racing getxattr requests against xattr add/remove
2017-01-06 19:39 UTC
[PATCH] xfs: remove racy hasattr check from attr get
2017-01-06 19:37 UTC
[PATCH] [RFC] Propagate error state from buffers to the objects attached
2017-01-06 14:45 UTC (4+ messages)
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-06 14:18 UTC (12+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 5/8] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 6/8] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about
[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
2017-01-06 11:42 UTC (2+ messages)
[BUG v4.10-rc1] fzero returns EIO on DAX mount
2017-01-06 10:32 UTC
[PATCH v2] duperemove: test presence of dedupe ioctl
2017-01-06 7:07 UTC
Bug#839129: (no subject)
2017-01-06 0:03 UTC
Bug#807879: (no subject)
2017-01-06 0:03 UTC
Bug#839129: (no subject)
2017-01-05 23:57 UTC
[ANNOUNCE] xfsprogs: v4.9.0 released
2017-01-05 22:55 UTC
Linux Foundation's open source file & storage conference CFP
2017-01-05 22:30 UTC
[BUG] xfs.mkfs recognizes wrong disk size
2017-01-05 20:41 UTC (10+ messages)
[PATCH] xfsdump: handle bind mount targets
2017-01-05 15:11 UTC (2+ messages)
xfs/181 trigger xfs corruption on ppc64le
2017-01-05 14:02 UTC (3+ messages)
[GIT PULL] xfs: updates for 4.10-rc3
2017-01-05 2:37 UTC (2+ messages)
minleft fixes V2
2017-01-05 2:01 UTC (13+ messages)
` [PATCH 1/5] xfs: bump up reserved blocks in xfs_alloc_set_aside
` [PATCH 2/5] xfs: fix the alignment fallback in xfs_bmap_btalloc
` [PATCH 3/5] xfs: fix bogus minleft manipulations
` [PATCH 4/5] xfs: adjust allocation length in xfs_alloc_space_available
` [PATCH 5/5] xfs: don't rely on ->total "
[PATCH v4 0/9] xfstests: online scrub/repair support
2017-01-05 1:17 UTC (10+ messages)
` [PATCH 1/9] populate: create all types of XFS metadata
` [PATCH 2/9] populate: add _require_populate_commands to check for tools
` [PATCH 3/9] populate: optionally fill the filesystem when populating fs
` [PATCH 4/9] populate: fix some silly errors when modifying a fs while fuzzing
` [PATCH 5/9] common/fuzzy: move fuzzing helper functions here
` [PATCH 6/9] populate: cache scratch metadata images
` [PATCH 7/9] populate: discover XFS structure fields and fuzz verbs, and use them to fuzz fields
` [PATCH 8/9] common/populate: create attrs in different namespaces
` [PATCH 9/9] xfs: fuzz every field of every structure
[PATCH 0/7] xfstests: misc reflink test fixes
2017-01-05 1:05 UTC (8+ messages)
` [PATCH 1/7] ocfs2: test reflinking to inline data files
` [PATCH 2/7] common: add leading underscore to get_block_size
` [PATCH 3/7] ocfs2/reflink: fix file block size reporting
` [PATCH 4/7] reflink: fix quota tests to work properly
` [PATCH 5/7] reflink: make error reporting consistent when simulating EIO
` [PATCH 6/7] dedupe: fix consistent error message prefixes for dedupe tests
` [PATCH 7/7] xfs/ext4: check negative inode size
[PATCH, RFC] xfs: use per-AG reservations for the finobt
2017-01-04 21:23 UTC (5+ messages)
[PATCH v2 0/3] xfs/348: test handling of malformed inode mode
2017-01-04 20:33 UTC (8+ messages)
` [PATCH v2 1/3] xfs/348: test handling of invalid inode modes
` [PATCH v2 2/3] xfs/348: test fstat with malformed inode mode
` [PATCH v2 3/3] xfs/348: test readlink/readdir "
[PATCH] Fix max_retries _show and _store functions
2017-01-04 15:46 UTC (5+ messages)
minleft fixes
2017-01-04 8:50 UTC (6+ messages)
` [PATCH 1/4] xfs: fix bogus minleft manipulations
[ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23
2017-01-04 6:38 UTC (4+ messages)
[PATCH] xfs: fix crash and data corruption due to removal of busy COW extents
2017-01-04 5:53 UTC (2+ messages)
[PATCH] generic/158,304: filter dedupe error message
2017-01-04 3:27 UTC (3+ messages)
[PATCH 0/3] xfs: reduce boilerplate around xfs_btree_init_block
2017-01-03 18:34 UTC (11+ messages)
` [PATCH 1/3] xfs: glean crc status from mp not flags in xfs_btree_init_block_int
` [PATCH 2/3] xfs: make xfs_btree_magic more generic
` [PATCH 2/3 V2] "
` [PATCH 3/3] xfs: remove boilerplate around xfs_btree_init_block
` [PATCH 3/3 V2] "
[PATCH v5] xfs: fix the size of xfs_mode_to_ftype table
2017-01-03 18:44 UTC (2+ messages)
[PATCH] xfsprogs: fix a couple 32-bit build warnings
2017-01-03 18:24 UTC (2+ messages)
[PATCH v3 1/1] xfs_io: implement 'utimes' command
2017-01-03 2:34 UTC
make log force warnings less annoying
2017-01-02 9:28 UTC (6+ messages)
` [PATCH] xfs: don't print warnings when xfs_log_force fails
[PATCH v2] xfs_io: implement 'utimes' command
2016-12-29 23:54 UTC (3+ messages)
[PATCH v1 42/54] xfs: convert to bio_for_each_segment_all_sp()
2016-12-27 16:04 UTC
Fwd: XFS Assertion on malformed inode mode value
2016-12-26 11:10 UTC
[PATCH v2] libxfs: fix the size of xfs_mode_to_ftype table
2016-12-25 11:13 UTC
[PATCH] xfs/348: test handling of invalid inode modes
2016-12-25 11:00 UTC
[PATCH] xfs_repair: junk leaf attribute if count == 0
2016-12-24 17:50 UTC (5+ messages)
[PATCH v4] xfs: fix the size of xfs_mode_to_ftype table
2016-12-24 14:11 UTC (4+ messages)
Switching from group to project quota's
2016-12-23 22:02 UTC (6+ messages)
RFC: 4.9-stable backports for xfs
2016-12-23 15:55 UTC
[ANNOUNCE] xfsprogs: v4.9.0-rc1 released
2016-12-22 23:04 UTC
[PATCH] libxfs: fix the size of xfs_mode_to_ftype table
2016-12-22 21:42 UTC
XFS_IOC_FSEMAP requirements
2016-12-22 20:24 UTC (6+ messages)
[PATCH v3] Fix building xfsprogs on 32-bit platforms
2016-12-22 15:09 UTC (5+ messages)
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2016-12-22 14:42 UTC (14+ messages)
` [RFC PATCH v1 18/30] ext4: convert to new i_version API
` [RFC PATCH v1 23/30] xfs: "
` [RFC PATCH v1 24/30] IMA: switch IMA over "
` [RFC PATCH v1 25/30] fs: add a "force" parameter to inode_inc_iversion
` [RFC PATCH v1 26/30] fs: only set S_VERSION when updating times if it has been queried
` [RFC PATCH v1 27/30] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [RFC PATCH v1 28/30] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t
[PATCH 0/9 v2] scope GFP_NOFS api
2016-12-22 9:38 UTC (2+ messages)
[PATCH v2] xfs: use the actual AG length when reserving blocks
2016-12-22 9:28 UTC (2+ messages)
[PATCH] xfs_quota: Fix test for wrapped id from GETNEXTQUOTA
2016-12-22 9:22 UTC (2+ messages)
[PATCH v4 6/6] generic: test for weaknesses in filesystem encryption
2016-12-21 21:36 UTC
xfs_file_splice_read: possible circular locking dependency detected
2016-12-21 19:12 UTC (14+ messages)
` [RFC][CFT] splice_read reworked
` [PATCH 04/11] splice: lift pipe_lock out of splice_to_pipe()
` [PATCH 04/12] "
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).