messages from 2017-01-11 18:47:59 to 2017-01-21 00:09:37 UTC [more...]
[PATCH 0/5] xfsprogs: miscellaneous cleanups
2017-01-21 0:09 UTC (13+ messages)
` [PATCH 1/5] xfs_db: sanitize geometry on load
` [PATCH 2/5] xfs_db: fix the 'source' command when passed as a -c option
` [PATCH 3/5] xfs_repair: strengthen geometry checks
` [PATCH 4/5] xfs_repair: zero shared_vn
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 5/5] xfs_repair: trash dirattr btrees that cycle to the root
[PATCH] xfs: do not call xfs_buf_hash_destroy on a NULL pag
2017-01-20 23:04 UTC (5+ messages)
[PATCH v3] xfsprogs: replace xfs_mode_to_ftype table with switch statement
2017-01-20 20:33 UTC (4+ messages)
[PATCH 0/5] xfsprogs: misc fixes
2017-01-20 20:06 UTC (28+ messages)
` [PATCH 1/5] xfs_io: fix the minimum arguments to the reflink command
` [PATCH 2/5] xfs_io: fix some documentation problems
` [PATCH 3/5] xfs_io: prefix dedupe command error messages consistently
` [PATCH 4/5] xfs_db: sanitize geometry on load
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 5/5] xfs_repair: strengthen geometry checks
` [PATCH 6/5] xfs_db: fix the 'source' command when passed as a -c option
` [PATCH 7/5] xfs_repair.8: document dirty log conditions
[PATCH v3] xfs: fix COW writeback race
2017-01-20 16:25 UTC (3+ messages)
[PATCH v3] xfs_logprint: handle log operation split of inode item correctly
2017-01-20 12:09 UTC (2+ messages)
XFS warning at fs/iomap.c:768 iomap_dio_actor
2017-01-20 11:55 UTC
[PATCH] xfs_io: fix missing syncfs command
2017-01-20 10:53 UTC (3+ messages)
[PATCH v2 0/3] xfs: eofblocks serialization fixes
2017-01-20 10:03 UTC (7+ messages)
` [PATCH v2 1/3] xfs: pull up iolock from xfs_free_eofblocks()
` [PATCH v2 2/3] xfs: sync eofblocks scans under iolock are livelock prone
` [PATCH v2 3/3] xfs: fix eofblocks race with file extending async dio writes
[PATCH v3 0/3] xfs: test malformed inode mode
2017-01-20 5:25 UTC (2+ messages)
[GIT PULL] xfs: updates for 4.10-rc5
2017-01-19 23:41 UTC
[PATCH] xfs_io: add DAX and CoW extent-size flags to chattr manpage
2017-01-19 15:14 UTC (3+ messages)
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-19 9:44 UTC (16+ messages)
` [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"
[PATCH v8 0/6] xfs: fixes for malformed on-disk i_mode
2017-01-18 20:57 UTC (6+ messages)
` [PATCH v8 1/6] xfs: make the ASSERT() condition likely
` [PATCH v8 2/6] xfs: sanity check directory inode di_size
[PATCH] xfs: fix xfs_mode_to_ftype() prototype
2017-01-18 20:55 UTC (3+ messages)
[BUG] generic/232 hangs on XFS DAX mount
2017-01-18 13:48 UTC (2+ messages)
[PATCH (TRIVIAL)] xfs: remove unused struct declarations
2017-01-18 9:03 UTC (2+ messages)
[PATCH v2] xfs: fix COW writeback race
2017-01-18 8:49 UTC (9+ messages)
[LSF/MM TOPIC] online filesystem repair
2017-01-18 0:37 UTC (5+ messages)
[PATCH 0/3] xfs_repair: pthread creation failure recovery fixes
2017-01-17 4:39 UTC (4+ messages)
` [PATCH 1/3] xfs_repair: clear pthread_t when pthread_create fails
` [PATCH 2/3] xfs_repair: add prefetch trace calls to debug thread creation failures
` [PATCH 3/3] xfs_repair: fix thread creation failure recovery
[PATCH] xfs: fix COW writeback race
2017-01-17 2:06 UTC (2+ messages)
[PATCH 0/3] xfs: reduce boilerplate around xfs_btree_init_block
2017-01-17 1:14 UTC (3+ messages)
[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
2017-01-16 20:14 UTC (51+ messages)
` [PATCH 01/22] mkfs: remove intermediate getstr followed by getnum
` [PATCH 02/22] mkfs: merge tables for opts parsing into one table
` [PATCH 03/22] mkfs: extend opt_params with a value field
` [PATCH 04/22] mkfs: change conflicts array into a table capable of cross-option addressing
` [PATCH 05/22] mkfs: add a check for conflicting values
` [PATCH 06/22] mkfs: add cross-section conflict checks
` [PATCH 07/22] mkfs: Move opts related #define to one place
` [PATCH 08/22] mkfs: move conflicts into the table
` [PATCH 09/22] mkfs: change conflict checks to utilize the new conflict structure
` [PATCH 10/22] mkfs: change when to mark an option as seen
` [PATCH 11/22] mkfs: add test_default_value into conflict struct
` [PATCH 12/22] mkfs: expand conflicts declarations to named declaration
` [PATCH 13/22] mkfs: remove zeroed items from conflicts declaration
` [PATCH 14/22] mkfs: rename defaultval to flagval in opts
` [PATCH 15/22] mkfs: replace SUBOPT_NEEDS_VAL for a flag
` [PATCH 16/22] mkfs: Change all value fields in opt structures into unions
` [PATCH 17/22] mkfs: use old variables as pointers to the new opts struct values
` [PATCH 18/22] mkfs: prevent sector/blocksize to be specified as a number of blocks
` [PATCH 19/22] mkfs: subopt flags should be saved as bool
` [PATCH 20/22] mkfs: move uuid empty string test to getstr()
` [PATCH 21/22] mkfs: remove duplicit checks
` [PATCH 22/22] mkfs: prevent multiple specifications of a single option
[PATCH v2 0/5] xfs: basic cow fork speculative preallocation
2017-01-16 19:04 UTC (10+ messages)
` [PATCH v2 3/5] xfs: reuse iomap delalloc code for COW fork reservation
` [PATCH v2 4/5] xfs: free cowblocks and retry on buffered write ENOSPC
[RFC] libxfs: cross-compile fixes
2017-01-16 14:50 UTC (5+ messages)
Memory allocation stuck in xfs_reclaim_inodes_ag
2017-01-15 19:26 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 29043c6
2017-01-15 18:53 UTC
Bug#822369: xfsprogs: FTBFS: error: redefinition of 'struct fsxattr'
2017-01-15 18:15 UTC (2+ messages)
` Bug#822369: marked as done (xfsprogs: FTBFS: error: redefinition of 'struct fsxattr')
[LSF/MM ATTEND] XFS, VFS, pmem, and ext4 topics
2017-01-14 7:06 UTC
[LSF/MM ATTEND] XFS, VFS, pmem, and ext4 topics
2017-01-14 7:58 UTC
[PATCH, RFC] xfs: use per-AG reservations for the finobt
2017-01-14 6:22 UTC (4+ messages)
[PATCH] xfs: don't wrap ID in xfs_dq_get_next_id
2017-01-13 22:48 UTC (2+ messages)
[PATCH] xfs/004: account for XFS reservations changes in 4.10-rc
2017-01-13 17:05 UTC
[PATCH v2] xfs_logprint: handle log operation split of inode item correctly
2017-01-13 15:49 UTC (2+ messages)
[PATCH] xfs_logprint: handle the log split of inode item correctly
2017-01-13 15:49 UTC (7+ messages)
[PATCH] xfs: fix eofblocks race with file extending async dio writes
2017-01-13 14:25 UTC (5+ messages)
[BUG v4.10-rc1] fzero returns EIO on DAX mount
2017-01-13 13:21 UTC (2+ messages)
[RFC PATCH] xfs_db: sanitize geometry on load
2017-01-13 7:07 UTC (9+ messages)
[PATCH v4 00/47] xfs: online scrub/repair support
2017-01-12 20:10 UTC (6+ messages)
[PATCH 0/3] xfsprogs: small fixes
2017-01-12 19:08 UTC (9+ messages)
` [PATCH 1/3] Update licenses in COPYING file
` [PATCH 1/3 V2] Clean up license text "
` [PATCH 2/3] build: add .tar.xz target
` [PATCH 3/3] libxfs-apply: minor improvements
[PATCH] [WIP] Propagate error state from buffers to the objects attached
2017-01-12 15:38 UTC (2+ messages)
[PATCH 0/6] xfs_io: fix up command iteration
2017-01-12 12:52 UTC (3+ messages)
[GIT PULL] xfs: updates for 4.10-rc4
2017-01-12 5:34 UTC
[GIT PULL] xfs: updates for 4.10-rc4
2017-01-12 5:30 UTC
[PATCH] xfs_repair: update the manual content about xfs_repair exit status
2017-01-12 5:00 UTC (5+ messages)
[PATCH v2] xfs: Timely free truncated dirty pages
2017-01-11 18:47 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).