messages from 2017-08-25 15:06:00 to 2017-08-29 22:57:21 UTC [more...]
[PATCH] ext4: introduce per-inode DAX flag
2017-08-29 22:57 UTC (9+ messages)
[PATCH v2 15/30] xfs: Define usercopy region in xfs_inode slab cache
2017-08-29 22:25 UTC (13+ messages)
[RFC 00/12] xfs: more and better verifiers
2017-08-29 22:22 UTC (7+ messages)
XFS reflinks
2017-08-29 22:03 UTC (7+ messages)
[PATCH v2 0/2] fs, dax: lookup dax_device at mount time
2017-08-29 21:36 UTC (10+ messages)
` [PATCH v2 1/2] fs, xfs: perform dax_device lookup at mount
` [PATCH v2 2/2] ext2, ext4: use the super_block dax_device
a few extent lookup cleanups
2017-08-29 19:35 UTC (16+ 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 v2 0/9] xfs: refactor ordered buffer logging code
2017-08-29 18:49 UTC (11+ 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
cleanup the page fault path V2
2017-08-29 18:48 UTC (4+ messages)
` [PATCH 1/2] iomap: return VM_FAULT_* codes from iomap_page_mkwrite
` [PATCH 2/2] xfs: consolidate the various page fault handlers
[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 (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 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
2017-08-29 16:11 UTC (6+ 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
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 (3+ messages)
synchronous page faults for XFS
2017-08-28 20:09 UTC (7+ messages)
` [PATCH 2/3] xfs: consolidate the various page fault handlers
null pointer reference after crash
2017-08-28 19:00 UTC (3+ messages)
[PATCH 00/12] xfs: more and better verifiers
2017-08-28 18:17 UTC (13+ messages)
` [PATCH 01/12] xfs: refactor long-format btree header verification routines
` [PATCH 02/12] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 03/12] xfs: have buffer verifier functions report failing address
` [PATCH 04/12] xfs: refactor verifier callers to print address of failing check
` [PATCH 05/12] xfs: verify dinode header first
` [PATCH 06/12] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 07/12] xfs: create structure verifier function for shortform xattrs
` [PATCH 08/12] xfs: create structure verifier function for short form symlinks
` [PATCH 09/12] xfs: refactor short form directory structure verifier function
` [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
XFS bug discovered by crash tests?
2017-08-28 18:09 UTC (4+ messages)
explicitly join inodes to deferred operations V2 (this time for real)
2017-08-28 17:33 UTC (5+ messages)
` [PATCH 1/3] xfs: refactor xfs_trans_roll
` [PATCH 2/3] xfs: rename xfs_defer_join to xfs_defer_ijoin
` [PATCH 3/3] xfs: remove the ip argument to xfs_defer_finish
corrupt xfs log
2017-08-28 10:59 UTC (8+ messages)
[PATCH 0/9] xfs: xfs: refactor ordered buffer logging code
2017-08-28 10:51 UTC (29+ messages)
` [PATCH 1/9] xfs: open-code xfs_buf_item_dirty()
` [PATCH 2/9] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 3/9] xfs: ordered buffer log items are never formatted
` [PATCH 4/9] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 5/9] xfs: don't log dirty ranges for ordered buffers
` [PATCH 6/9] xfs: skip bmbt block ino validation during owner change
` [PATCH 7/9] xfs: move bmbt owner change to last step of extent swap
` [PATCH 8/9] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 9/9] xfs: relog dirty buffers during swapext bmbt owner change
[RFC PATCH] xfs: Properly retry failed dquot items in case of error during buffer writeback
2017-08-28 9:20 UTC (4+ messages)
explicitly join inodes to deferred operations V2
2017-08-28 7:44 UTC (5+ messages)
` [PATCH 1/3] xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
` [PATCH 2/3] Revert "xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents"
` [PATCH 3/3] xfs: rewrite getbmap using the xfs_iext_* helpers
[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
2017-08-26 23:56 UTC (20+ messages)
` [PATCH v6 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags
xfs errors
2017-08-26 23:27 UTC (2+ messages)
[PATCH v9 00/19] xfs: online fs repair support
2017-08-25 22:18 UTC (20+ messages)
` [PATCH 01/19] xfs: add helpers to calculate btree size
` [PATCH 02/19] xfs: expose various functions to repair code
` [PATCH 03/19] xfs: add repair helpers for the reverse mapping btree
` [PATCH 04/19] xfs: add repair helpers for the reference count btree
` [PATCH 05/19] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmpabt
` [PATCH 06/19] xfs: halt auto-reclamation activities while rebuilding rmap
` [PATCH 07/19] xfs: create tracepoints for online repair
` [PATCH 08/19] xfs: implement the metadata repair ioctl flag
` [PATCH 09/19] xfs: add helper routines for the repair code
` [PATCH 10/19] xfs: repair superblocks
` [PATCH 11/19] xfs: repair the AGF and AGFL
` [PATCH 12/19] xfs: rebuild the AGI
` [PATCH 13/19] xfs: repair free space btrees
` [PATCH 14/19] xfs: repair inode btrees
` [PATCH 15/19] xfs: rebuild the rmapbt
` [PATCH 16/19] xfs: repair refcount btrees
` [PATCH 17/19] xfs: online repair of inodes
` [PATCH 18/19] xfs: repair inode block maps
` [PATCH 19/19] xfs: repair damaged symlinks
[PATCH] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
2017-08-25 17:33 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox