linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-28 18:17:35 to 2017-08-30 16:09:14 UTC [more...]

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  (12+ messages)
` [PATCH v2 1/9] xfs: open-code xfs_buf_item_dirty()
` [PATCH v2 2/9] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH v2 3/9] xfs: ordered buffer log items are never formatted
` [PATCH v2 4/9] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH v2 5/9] xfs: don't log dirty ranges for ordered buffers
` [PATCH v2 6/9] xfs: skip bmbt block ino validation during owner change
` [PATCH v2 7/9] xfs: move bmbt owner change to last step of extent swap
` [PATCH v2 8/9] xfs: disallow marking previously dirty buffers as ordered
` [PATCH v2 9/9] xfs: relog dirty buffers during swapext bmbt owner change

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

null pointer reference after crash
 2017-08-30 15:58 UTC  (5+ messages)

[PATCH] xfs: don't set DAX flag for v2 inodes
 2017-08-30 15:55 UTC 

[PATCH] xfs: remove unused flags arg from xfs_file_iomap_begin_delay
 2017-08-30 15:53 UTC 

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-08-30 15:45 UTC  (18+ 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 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-08-30 15:03 UTC  (11+ 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

corrupt xfs log
 2017-08-30 14:58 UTC  (7+ messages)

[PATCH] xfs: remove experimental tag for reflinks
 2017-08-30 14:54 UTC 

[PATCH] xfs: disable per-inode DAX flag
 2017-08-30 14:51 UTC 

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

[PATCH] xfs: fix incorrect log_flushed on fsync
 2017-08-30 14:21 UTC  (4+ 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 1/4] xfs/{319,323}: don't checksum files after log recovery
 2017-08-30  7:53 UTC  (6+ 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 00/42] mkfs: factor the crap out of the code
 2017-08-30  7:44 UTC  (48+ 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

XFS reflinks
 2017-08-30  7:03 UTC  (8+ messages)

a few extent lookup cleanups
 2017-08-30  0:05 UTC  (17+ 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

[RFC 00/12] xfs: more and better verifiers
 2017-08-29 22:22 UTC  (7+ 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)

[PATCH] mkfs: rename defaultval to flagval in opts
 2017-08-29 17:38 UTC  (9+ messages)

cleanup the page faul path
 2017-08-29 16:14 UTC  (5+ messages)
` [PATCH 2/2] xfs: consolidate the various page fault handlers

Out for 2 weeks
 2017-08-29 15:47 UTC  (3+ messages)

[PATCH] xfs: rewrite getbmap using the xfs_iext_* helpers
 2017-08-29 14:41 UTC  (7+ messages)

lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3.2-hch
 2017-08-29 13:46 UTC  (4+ messages)
` [PATCH 5/5] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

iov_iter_pipe warning
 2017-08-29  4:25 UTC  (2+ messages)

My thesis about mkfs
 2017-08-29  0:25 UTC  (2+ messages)

synchronous page faults for XFS
 2017-08-28 20:09 UTC  (7+ messages)
` [PATCH 2/3] xfs: consolidate the various page fault handlers

[PATCH 00/12] xfs: more and better verifiers
 2017-08-28 18:17 UTC  (4+ messages)
` [PATCH 10/12] xfs: provide a centralized method for verifying inline fork data
` [PATCH 11/12] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 12/12] xfs: create a new buf_ops pointer to verify structure metadata


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