linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-10 22:53:09 to 2017-01-17 19:18:08 UTC [more...]

[PATCH v2] xfs: fix COW writeback race
 2017-01-17 18:58 UTC  (6+ messages)

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-17 17:29 UTC  (11+ 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"

[LSF/MM TOPIC] online filesystem repair
 2017-01-17  6:24 UTC  (3+ 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  (13+ messages)
` [PATCH v2 1/5] xfs: refactor iomap delalloc existing extent search into helper
` [PATCH v2 2/5] xfs: logically separate iomap range from allocation range
` [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
` [PATCH v2 5/5] xfs: implement basic COW fork speculative preallocation

[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')

[PATCH 0/5] xfsprogs: misc fixes
 2017-01-15 14:10 UTC  (27+ 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

[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 v8 0/6] xfs: fixes for malformed on-disk i_mode
 2017-01-14  6:28 UTC  (13+ messages)
` [PATCH v8 1/6] xfs: make the ASSERT() condition likely
` [PATCH v8 2/6] xfs: sanity check directory inode di_size
` [PATCH v8 3/6] xfs: add missing include dependencies to xfs_dir2.h
` [PATCH v8 4/6] xfs: replace xfs_mode_to_ftype table with switch statement
` [PATCH v8 5/6] xfs: sanity check inode mode when creating new dentry
` [PATCH v8 6/6] xfs: sanity check inode di_mode

[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  (13+ 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  (3+ messages)

Reading about CoW architecture / Performance Limits
 2017-01-11 17:52 UTC  (6+ messages)

[PATCH v3] xfsprogs: replace xfs_mode_to_ftype table with switch statement
 2017-01-11 16:23 UTC  (2+ messages)

[PATCH v2 0/3] xfs/348: test handling of malformed inode mode
 2017-01-11  9:08 UTC  (4+ messages)

[PATCH] xfs: Timely free truncated dirty pages
 2017-01-11  8:59 UTC  (6+ messages)

[PATCH v7 0/6] xfs: fixes for malformed on-disk i_mode
 2017-01-11  7:50 UTC  (9+ messages)
` [PATCH v7 4/6] xfs: replace xfs_mode_to_ftype table with switch statement
` [PATCH v7 5/6] xfs: sanity check inode mode when creating new dentry
` [PATCH v7 6/6] xfs: sanity check inode di_mode

[PATCH v3 0/3] xfs: test malformed inode mode
 2017-01-11  6:41 UTC  (4+ messages)
` [PATCH v3 3/3] xfs: test readlink/readdir with "

Generic/389 xfs_io segfault on btrfs and ext4
 2017-01-11  3:01 UTC  (6+ messages)

[ANNOUNCE] xfs: for-next updated to 3fe4a6d
 2017-01-11  2:37 UTC  (2+ messages)
` [ANNOUNCE] xfsPROGS: "

[PATCH v4 0/9] xfstests: online scrub/repair support
 2017-01-10 23:32 UTC  (3+ messages)
` [PATCH 5/9] common/fuzzy: move fuzzing helper functions here

[PATCH] docs: clarify what the ATTRBIT and ATTR2BIT feature flags do
 2017-01-10 22:53 UTC 


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).