linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-29 17:48:44 to 2017-08-31 13:17:44 UTC [more...]

[PATCH] xfs: remove unused flags arg from xfs_file_iomap_begin_delay
 2017-08-31 13:17 UTC  (3+ messages)

[PATCH] xfs: don't set DAX flag for v2 inodes
 2017-08-31 13:17 UTC  (5+ messages)
` [PATCH v2] xfs: don't set v3 xflags "

XFS reflinks
 2017-08-31 13:09 UTC  (8+ messages)

[PATCH] xfs: remove experimental tag for reflinks
 2017-08-31 12:43 UTC  (3+ messages)

linux-next: build warning after merge of the xfs tree
 2017-08-31 10:30 UTC  (2+ messages)

[PATCH 1/4] xfs/{319,323}: don't checksum files after log recovery
 2017-08-31 10:28 UTC  (12+ messages)
` [PATCH 2/4] xfs/013: exit cleaner thread if fsstress dies
` [PATCH 3/4] xfs: test rmapbt updates are correct with insert/collapse range
` [PATCH 4/4] generic: try various unicode normalization games
  ` [PATCH v2 "
` [PATCH 5/4] generic/173: don't dump core when mwrite fails
` [PATCH 6/4] common/rc: fix xfs_io scrub command existence test
` [PATCH 7/4] xfs/122: fix the size of fsop_ag_resblks structure

corrupt xfs log
 2017-08-31 10:20 UTC  (9+ messages)

[PATCH v3 0/4] fs, dax: lookup dax_device at mount time
 2017-08-31  9:56 UTC  (12+ messages)
` [PATCH v3 1/4] dax: introduce a fs_dax_get_by_bdev() helper
` [PATCH v3 2/4] xfs: perform dax_device lookup at mount
` [PATCH v3 3/4] ext2: "
` [PATCH v3 4/4] ext4: "

[RFC 00/12] xfs: more and better verifiers
 2017-08-31  5:44 UTC  (11+ messages)

[xfs-linux:xfs-4.14-merge 18/35] fs//xfs/xfs_buf_item.c:581: warning: unused variable 'ordered'
 2017-08-31  5:21 UTC 

[PATCH] generic: test race between block map change and writeback
 2017-08-31  4:02 UTC 

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-08-31  3:38 UTC  (23+ messages)
` [PATCH v2 01/14] common/rc: convert some egrep to grep
` [PATCH v2 02/14] common/rc: fix _require_xfs_io_command params check
` [PATCH v2 03/14] fsx: fixes to random seed
` [PATCH v2 04/14] fsx: fix path of .fsx* files
` [PATCH v2 05/14] fsx: fix compile warnings
` [PATCH v2 06/14] fsx: add support for integrity check with dm-log-writes target
` [PATCH v2 07/14] fsx: add optional logid prefix to log messages
` [PATCH v2 08/14] fsx: add support for --record-ops
` [PATCH v2 09/14] fsx: add support for -g filldata
` [PATCH v2 10/14] log-writes: add replay-log program to replay dm-log-writes target
` [PATCH v2 11/14] replay-log: output log replay offset in verbose mode
` [PATCH v2 12/14] replay-log: add support for replaying ops in target device sector range
` [PATCH v2 13/14] fstests: add support for working with dm-log-writes target
` [PATCH v2 14/14] fstests: add crash consistency fsx test using dm-log-writes

[PATCH 00/42] mkfs: factor the crap out of the code
 2017-08-31  0:05 UTC  (52+ messages)
` [PATCH 01/42] mkfs: can't specify sector size of internal log
` [PATCH 02/42] mkfs: make subopt table const
` [PATCH 03/42] mkfs: introduce a structure to hold CLI options
` [PATCH 04/42] mkfs: add generic subopt parsing table
` [PATCH 05/42] mkfs: factor block subopts parser
` [PATCH 06/42] mkfs: factor data "
` [PATCH 07/42] mkfs: factor inode "
` [PATCH 08/42] mkfs: factor log "
` [PATCH 09/42] mkfs: factor meta "
` [PATCH 10/42] mkfs: factor naming "
` [PATCH 11/42] mkfs: factor rt "
` [PATCH 12/42] mkfs: factor sector "
` [PATCH 13/42] mkfs: Introduce mkfs configuration structure
` [PATCH 14/42] mkfs: factor printing of mkfs config
` [PATCH 15/42] mkfs: factor in memory superblock setup
` [PATCH 16/42] mkfs: factor out device preparation
` [PATCH 17/42] mkfs: factor writing AG headers
` [PATCH 18/42] mkfs: factor secondary superblock updates
` [PATCH 19/42] mkfs: introduce default configuration structure
` [PATCH 20/42] mkfs: rename top level CLI parameters
` [PATCH 21/42] mkfs: factor sectorsize validation
` [PATCH 22/42] mkfs: factor blocksize validation
` [PATCH 23/42] mkfs: factor log sector size validation
` [PATCH 24/42] mkfs: factor superblock feature validation
` [PATCH 25/42] mkfs: factor directory blocksize validation
` [PATCH 26/42] mkfs: factor inode size validation
` [PATCH 27/42] mkfs: factor out device size calculations
` [PATCH 28/42] mkfs: fix hidden parameter in DTOBT()
` [PATCH 29/42] mkfs: factor rtdev extent size validation
` [PATCH 30/42] mkfs: rework stripe calculations
` [PATCH 31/42] mkfs: factor device opening
` [PATCH 32/42] mkfs: factor data device validation
` [PATCH 33/42] mkfs: factor log "
` [PATCH 34/42] mkfs: factor rt "
` [PATCH 35/42] mkfs: factor AG geometry calculations
` [PATCH 36/42] mkfs: factor AG alignment
` [PATCH 37/42] mkfs: rework imaxpct calculation
` [PATCH 38/42] mkfs: factor initial mount setup
` [PATCH 39/42] mkfs: factor log size calculations
` [PATCH 40/42] mkfs: cleanup redundant temporary code
` [PATCH 41/42] mkfs: move error functions
` [PATCH 42/42] mkfs: tidy up definitions

a few extent lookup cleanups
 2017-08-30 23:10 UTC  (19+ messages)
` [PATCH 1/8] xfs: add a xfs_iext_update_extent helper
` [PATCH 2/8] xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
` [PATCH 3/8] xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
` [PATCH 4/8] xfs: move some code around inside xfs_bmap_shift_extents
` [PATCH 5/8] xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
` [PATCH 6/8] xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
` [PATCH 7/8] xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extent
` [PATCH 8/8] xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leaves
` [PATCH 9/8] xfs: simplify the rmap code in xfs_bmse_merge

null pointer reference after crash
 2017-08-30 19:03 UTC  (6+ messages)

iov_iter_pipe warning
 2017-08-30 17:17 UTC  (5+ messages)

[PATCH] xfs: fix incorrect log_flushed on fsync
 2017-08-30 17:01 UTC  (5+ messages)

[PATCH] xfs: disable per-inode DAX flag
 2017-08-30 16:56 UTC  (4+ messages)

cleanup the page fault path V2
 2017-08-30 16:09 UTC  (7+ messages)
` [PATCH 1/2] iomap: return VM_FAULT_* codes from iomap_page_mkwrite
` [PATCH 2/2] xfs: consolidate the various page fault handlers

[PATCH v2 0/9] xfs: refactor ordered buffer logging code
 2017-08-30 16:08 UTC  (4+ messages)
` [PATCH v2 3/9] xfs: ordered buffer log items are never formatted

[PATCH] ext4: introduce per-inode DAX flag
 2017-08-30 16:05 UTC  (14+ messages)

[PATCH 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-08-30 15:03 UTC  (10+ messages)
` [PATCH 1/4] iomap: Switch from blkno to disk offset
` [PATCH 2/4] iomap: Add IOMAP_F_DATA_INLINE flag
` [PATCH 3/4] ext4: Add iomap support for inline data
` [PATCH 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

[PATCH] xfs: skip free eofblocks if inode is under written back
 2017-08-30 14:26 UTC  (6+ messages)

[PATCH] mkfs.xfs: Don't stagger AG for a single disk
 2017-08-30 13:54 UTC  (2+ messages)

[PATCH v2 15/30] xfs: Define usercopy region in xfs_inode slab cache
 2017-08-30  8:33 UTC  (16+ messages)

[PATCH v2 0/2] fs, dax: lookup dax_device at mount time
 2017-08-29 21:36 UTC  (6+ messages)
` [PATCH v2 1/2] fs, xfs: perform dax_device lookup at mount

[PATCH] xfs: remove "no-allocation" reservations for file creations
 2017-08-29 18:04 UTC  (4+ messages)


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