linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 07:50:09 to 2018-05-12 01:47:49 UTC [more...]

[PATCH v2] xfs: refactor and tablise growfs
 2018-05-12  1:47 UTC  (19+ messages)
` [PATCH 01/10] xfs: one-shot cached buffers
` [PATCH 02/10] xfs: factor out AG header initialisation from growfs core
` [PATCH 03/10] xfs: convert growfs AG header init to use buffer lists
` [PATCH 04/10] xfs: factor ag btree root block initialisation
` [PATCH 05/10] xfs: turn ag header initialisation into a table driven operation
` [PATCH 06/10] xfs: make imaxpct changes in growfs separate
` [PATCH 07/10] xfs: separate secondary sb update in growfs
` [PATCH 08/10] xfs: rework secondary superblock updates "
` [PATCH 09/10] xfs: move growfs core to libxfs
` [PATCH 10/10] xfs: factor the ag length extension code into libxfs

WARNING: bad unlock balance in xfs_iunlock
 2018-05-12  1:16 UTC  (23+ messages)

[PATCH 0/2] xfs: handle mount failures more cleanly
 2018-05-12  0:28 UTC  (5+ messages)
` [PATCH 1/2] xfs: add mount delay debug option
` [PATCH 2/2] xfs: clear sb->s_fs_info on mount failure

[PATCH 0/2] vfs: better dedupe permission check
 2018-05-12  0:06 UTC  (5+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH] xfs: test mount vs superblock shrinker races
 2018-05-11 23:54 UTC  (3+ messages)

[PATCH v5 0/8] xfs-4.18: scrub fixes
 2018-05-11 23:46 UTC  (21+ messages)
` [PATCH 1/8] xfs: refactor quota limits initialization
  ` [PATCH v2 "
` [PATCH 2/8] xfs: don't continue scrub if already corrupt
` [PATCH 3/8] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 4/8] xfs: scrub the data fork of the realtime inodes
` [PATCH 5/8] xfs: avoid ABBA deadlock when scrubbing parent pointers
` [PATCH 6/8] xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
` [PATCH 7/8] xfs: make xfs_bmapi_remapi work with attribute forks
` [PATCH 8/8] xfs: teach xfs_bmapi_remap to accept some bmapi flags
  ` [PATCH v2 "

[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
 2018-05-11 22:20 UTC  (9+ messages)

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-11 21:12 UTC  (8+ messages)
` [RFC v2 1/4] vfs: skip extra attributes check on removal for symlinks
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "

[PATCH 0/9 v2] xfs: log item and transaction cleanups
 2018-05-11 13:24 UTC  (27+ messages)
` [PATCH 1/9] xfs: log item flags are racy
` [PATCH 2/9] xfs: add tracing to high level transaction operations
` [PATCH 3/9] xfs: adder caller IP to xfs_defer* tracepoints
` [PATCH 4/9] xfs: don't assert fail with AIL lock held
` [PATCH 5/9] xfs: fix double ijoin in xfs_inactive_symlink_rmt()
` [PATCH 6/9] xfs: fix double ijoin in xfs_reflink_cancel_cow_range
` [PATCH 7/9] xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
` [PATCH 8/9] xfs: add some more debug checks to buffer log item reuse
` [PATCH 9/9] xfs: get rid of the log item descriptor

[PATCH v3 00/14] xfs-4.18: quota refactor
 2018-05-11  7:06 UTC  (17+ messages)
` [PATCH 01/14] xfs: release new dquot buffer on defer_finish error
` [PATCH 02/14] xfs: don't spray logs when dquot flush/purge fail
` [PATCH 03/14] xfs: refactor XFS_QMOPT_DQNEXT out of existence
` [PATCH 04/14] xfs: refactor dquot cache handling
` [PATCH 05/14] xfs: delegate dqget input checks to helper function
` [PATCH 06/14] xfs: remove unnecessary xfs_qm_dqattach parameter
` [PATCH 07/14] xfs: split out dqget for inodes from regular dqget
` [PATCH 08/14] xfs: fetch dquots directly during quotacheck
` [PATCH 09/14] xfs: refactor incore dquot initialization functions
` [PATCH 10/14] xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
` [PATCH 11/14] xfs: remove direct calls to _qm_dqread
` [PATCH 12/14] xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
` [PATCH 13/14] xfs: rename on-disk dquot counter zap functions
` [PATCH 14/14] xfs: refactor dquot iteration

stop using buffer heads in xfs and iomap
 2018-05-11  6:39 UTC  (38+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 23/33] xfs: remove the imap_valid flag
` [PATCH 24/33] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 25/33] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 26/33] xfs: allow writeback on pages without buffer heads
` [PATCH 27/33] xfs: remove xfs_start_page_writeback
` [PATCH 28/33] xfs: refactor the tail of xfs_writepage_map
` [PATCH 29/33] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 30/33] iomap: add initial support for writes without buffer heads
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 32/33] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 33/33] fs: remove __block_write_begin and iomap_to_bh

[PATCH] xfs: pass extra params to _scratch_mkfs_xfs_opts in _scratch_mkfs_xfs
 2018-05-11  3:05 UTC 

[PATCH v3] fs: don't scan the inode cache before SB_BORN is set
 2018-05-11  3:04 UTC  (7+ messages)
` [PATCH v4] "

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-11  2:42 UTC  (4+ messages)

Question about inode64
 2018-05-11  1:48 UTC  (3+ messages)

[PATCH] xfs_io: Make copy_range arguments understand *iB values
 2018-05-11  0:22 UTC 

[PATCH] xfs_db: add blockget -L option
 2018-05-10 21:36 UTC 

[PATCH V2] xfs_io: Document shutdown -f
 2018-05-10 17:13 UTC  (3+ messages)

[PATCH] xfs: factor out nodiscard helpers
 2018-05-10 16:38 UTC  (4+ messages)
` [PATCH v2] "

[ANNOUNCE] xfs-linux: for-next updated to 9d93388b0afe
 2018-05-10 16:29 UTC 

[PATCH v4 00/12] xfs-4.18: various fixes
 2018-05-10 16:07 UTC  (19+ messages)
` [PATCH 01/12] xfs: bmap debugging should never panic the system
` [PATCH 02/12] xfs: add missing rmap error return
` [PATCH 03/12] xfs: skip scrub xref if corruption already noted
` [PATCH 04/12] xfs: don't continue scrub if already corrupt
` [PATCH 06/12] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 07/12] xfs: scrub the data fork of the realtime inodes
` [PATCH 08/12] xfs: superblock scrub should use short-lived buffers

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-10 15:20 UTC  (6+ messages)
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
  ` [PATCH 09/13] xfs: remove direct calls to _qm_dqread

[PATCH v4] iomap: add a swapfile activation function
 2018-05-10 13:36 UTC  (2+ messages)

[PATCH v2 0/3] xfs: skip unnecessary discards
 2018-05-10  8:25 UTC  (12+ messages)
` [PATCH v2 1/3] xfs: add bmapi nodiscard flag

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-09 22:54 UTC  (14+ messages)
` [PATCH v9 1/9] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v9 3/9] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v9 5/9] mm: fix __gup_device_huge vs unmap
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v9 9/9] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v3 1/2] iomap: add a swapfile activation function
 2018-05-09 17:11 UTC  (3+ messages)

[PATCH v2 0/6] xfs: defer agfl block frees
 2018-05-09 16:31 UTC  (11+ messages)
` [PATCH v2 2/6] xfs: defer agfl block frees when dfops is available

xfs_db and ASSERT fails dur type mismatch
 2018-05-09 16:27 UTC  (2+ messages)

[PATCH] xfs: limit xfs_growfs size if test with --large-fs
 2018-05-09 16:22 UTC  (2+ messages)

[PATCH] test online label ioctl
 2018-05-09 16:18 UTC  (3+ messages)

[PATCH] io: Document shutdown -f
 2018-05-09 15:09 UTC  (2+ 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).