linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-21 19:14:58 to 2017-06-29 13:20:11 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 13:19 UTC  (5+ 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 05/18] jbd2: don't clear and reset errors after waiting on writeback

[PATCH v2] generic: test a race between dio reads and mapped writes
 2017-06-29 12:18 UTC  (2+ messages)

[PATCH] xfs/141: use new errortag knob for crc error injection
 2017-06-29 11:54 UTC  (3+ messages)

[PATCH 0/8] miscellaneous tests
 2017-06-29  9:47 UTC  (17+ messages)
` [PATCH 1/8] ext4: fsmap tests
` [PATCH 2/8] xfs/274: flip shared bits to reflect xfsprogs usage
` [PATCH 3/8] xfs: don't allow realtime swap files
` [PATCH 4/8] xfs/040: use compare-libxfs in xfsprogs
` [PATCH 5/8] reflink: test unlinking a huge extent with a lot of refcount adjustments
` [PATCH 6/8] xfs: test that we can SEEK_HOLE/DATA data and holes that are in the CoW fork only
` [PATCH 7/8] xfs: test freeze/rmap repair race
` [PATCH 8/8] xfs: scrub while appending to a file
` [PATCH 9/8] common/populate: remember multi-device configurations

[PATCH 00/12] mkfs: save user input into opts table
 2017-06-29  7:56 UTC  (3+ messages)

[PATCH] fs: ext4: inode->i_generation not assigned 0
 2017-06-29  4:59 UTC 

[PATCH] xfs_db: properly set inode type
 2017-06-29  4:01 UTC  (6+ messages)

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-28 22:01 UTC  (6+ 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

non mountable xfs with 2 primary and 2 logical
 2017-06-28 21:52 UTC  (2+ messages)

[PATCH] xfs_db: improve argument naming in set_cur and set_iocur_type
 2017-06-28 19:25 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] xfs_io: add seek consistency checks
 2017-06-28 16:43 UTC  (2+ messages)

Locking problems with Linux 4.9 with NFSD and `fs/iomap.c`
 2017-06-28 16:41 UTC  (5+ messages)
          ` Locking problems with Linux 4.9 and 4.11 "

[ANNOUNCE] xfs-linux: for-next updated to 3b22408
 2017-06-28 16:39 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to f77f990
 2017-06-28 16:05 UTC 

[QUESTION] xfstest generic/042 run failed
 2017-06-28  6:04 UTC 

[PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
 2017-06-28  4:12 UTC 

[v4.12-rc1 regression] nfs server crashed in fstests run
 2017-06-28  3:04 UTC  (9+ 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 v2 0/4] xfs: more configurable error injection
 2017-06-27 16:51 UTC  (13+ messages)
` [PATCH 1/4] xfs: make errortag a per-mountpoint structure
` [PATCH 2/4] xfs: expose errortag knobs via sysfs
` [PATCH 3/4] xfs: remove unneeded parameter from XFS_TEST_ERROR
` [PATCH 4/4] xfs: convert drop_writes to use the errortag mechanism
` [PATCH] xfs: replace log_badcrc_factor knob with error injection tag

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (19+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [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 0/4] xfs: log recovery wrap and tail overwrite fixes
 2017-06-27 14:50 UTC  (6+ messages)
` [PATCH 1/4] xfs: fix recovery failure when log record header wraps log end
` [PATCH 2/4] xfs: always verify the log tail during recovery
` [PATCH 3/4] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 4/4] xfs: add log item pinning error injection tag
` [PATCH] tests/xfs: test for log recovery failure after tail overwrite

[PATCH v3 0/5] lseek SEEK_HOLE / SEEK_DATA fix and switch to iomap
 2017-06-27 12:56 UTC  (8+ messages)
` [PATCH v3 1/5] vfs: Add page_cache_seek_hole_data helper
` [PATCH v3 2/5] ext4: Switch to page_cache_seek_hole_data
` [PATCH v3 3/5] xfs: "
` [PATCH v3 4/5] vfs: Add iomap_seek_hole_data helper
` [PATCH v3 5/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-27 11:00 UTC  (3+ messages)
` [PATCH 15/13] xfs: grab dquots without taking the ilock

[PATCH] xfs: don't crash on unexpected holes in dir/attr btrees
 2017-06-26 16:04 UTC  (4+ messages)

[PATCH v2] xfs: free uncommitted transactions during log recovery
 2017-06-26 15:56 UTC  (2+ messages)

[PATCH] xfs: fix semicolon.cocci warnings
 2017-06-26 15:57 UTC  (3+ messages)

[PATCH 0/11 v1] Fix inheritance of SGID in presence of default ACLs
 2017-06-26 15:52 UTC  (3+ messages)
` [PATCH 11/11] xfs: Don't clear SGID when inheriting ACLs

[PATCH] xfs_db: update sector size when type is set
 2017-06-26 15:25 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap
 2017-06-26 14:21 UTC  (12+ messages)
` [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper
` [PATCH v2 2/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH v2 3/6] GFS2: Make height info part of metapath
` [PATCH v2 4/6] GFS2: Implement iomap for block_map
` [PATCH v2 5/6] GFS2: Switch fiemap implementation to use iomap
` [PATCH v2 6/6] gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap

[PATCH v2 43/51] xfs: convert to bio_for_each_segment_all_sp()
 2017-06-26 12:10 UTC 

[PATCH 1/3] vfs: Add page_cache_seek_hole_data helper
 2017-06-26 10:51 UTC  (5+ messages)
` [PATCH 2/3] ext4: Switch to page_cache_seek_hole_data
` [PATCH 3/3] xfs: "

[GIT PULL] xfs: updates for 4.12-rc7
 2017-06-23 18:21 UTC 

[RFC PATCH 0/4] xfs: more configurable error injection
 2017-06-23 16:13 UTC  (10+ messages)
` [PATCH 2/4] xfs: expose errortag knobs via sysfs

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-23 15:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()

Please consider a better error message for this error
 2017-06-22 16:45 UTC  (2+ messages)

[4.9.30] Unable to handle kernel NULL pointer dereference (`nfs4_put_state_owner`, `_raw_spin_lock_irqsave`, `xfs_buf_unlock`)
 2017-06-22 15:27 UTC 

[PATCH 0/2 V4] Resubmit items failed during writeback
 2017-06-22 12:40 UTC  (11+ messages)

[RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem
 2017-06-22  7:23 UTC  (5+ messages)

RFE: interrupted restore sessions
 2017-06-22  4:40 UTC 

RFE: man page changes
 2017-06-22  4:22 UTC 

[PATCH] xfsprogs: new libxfs-apply option for Signed-off-by: tag
 2017-06-21 22:23 UTC  (3+ messages)

[PATCH v9 00/12] xfsprogs 4.12: GETFSMAP support
 2017-06-21 21:58 UTC  (29+ messages)
` [PATCH 01/12] xfs_io: refactor numlen into a library function
` [PATCH 02/12] libxcmd: add cvt{int, long} to convert strings to int and long
  ` [PATCH v2 "
` [PATCH 03/12] libxfs: use crc32c slice-by-8 variant by default
` [PATCH 04/12] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/12] xfs_io: support the new getfsmap ioctl
` [PATCH 07/12] xfs_spaceman: space management tool
` [PATCH 08/12] xfs_spaceman: add FITRIM support
` [PATCH 09/12] xfs_spaceman: add new speculative prealloc control
` [PATCH 10/12] xfs_spaceman: Free space mapping command
` [PATCH 11/12] xfs_spaceman: add a man page
` [PATCH 12/12] xfs_spaceman: add group summary mode

[PATCH] fsr: fix uninitialized fs usage after timeout
 2017-06-21 21:49 UTC  (3+ messages)

[PATCH] xfs_metadump: tag metadump image with attribute flags
 2017-06-21 20:36 UTC  (5+ messages)
` [PATCH V2] xfs_metadump: tag metadump image with informational flags

[PATCH v9 0/3] xfsprogs 4.12: GETFSMAP support
 2017-06-21 19:14 UTC  (3+ messages)
` [PATCH 3/3] libxfs: use crc32c slice-by-8 variant by default


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