messages from 2017-01-07 00:37:53 to 2017-01-10 21:52:50 UTC [more...]
[PATCH v4 0/7] DAX tracepoints, mm argument simplification
2017-01-10 21:52 UTC (7+ messages)
` [PATCH v4 1/7] tracing: add __print_flags_u64()
` [PATCH v4 2/7] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v4 3/7] dax: update MAINTAINERS entries for FS DAX
` [PATCH v4 4/7] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v4 6/7] mm, dax: make pmd_fault() and friends to be the same as fault()
` [PATCH v4 7/7] mm, dax: move pmd_fault() to take only vmf parameter
[RFC PATCH] xfs_db: sanitize geometry on load
2017-01-10 21:34 UTC (4+ messages)
[PATCH v4 00/47] xfs: online scrub/repair support
2017-01-10 18:20 UTC (36+ messages)
` [PATCH 19/47] xfs: scrub inode block mappings
` [PATCH 20/47] xfs: scrub directory/attribute btrees
` [PATCH 21/47] xfs: scrub directory metadata
` [PATCH 22/47] xfs: scrub extended attributes
` [PATCH 23/47] xfs: scrub symbolic links
` [PATCH 24/47] xfs: scrub realtime bitmap/summary
` [PATCH 25/47] xfs: scrub should cross-reference with the bnobt
` [PATCH 26/47] xfs: cross-reference bnobt records with cntbt
` [PATCH 27/47] xfs: cross-reference extents with AG header
` [PATCH 28/47] xfs: cross-reference inode btrees during scrub
` [PATCH 29/47] xfs: cross-reference reverse-mapping btree
` [PATCH 30/47] xfs: cross-reference refcount btree during scrub
` [PATCH 31/47] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 32/47] xfs: cross-reference the block mappings when possible
` [PATCH 33/47] xfs: create tracepoints for online repair
` [PATCH 34/47] xfs: implement the metadata repair ioctl flag
` [PATCH 35/47] xfs: add helper routines for the repair code
` [PATCH 36/47] xfs: repair superblocks
` [PATCH 37/47] xfs: repair the AGF and AGFL
` [PATCH 38/47] xfs: rebuild the AGI
` [PATCH 39/47] xfs: repair free space btrees
` [PATCH 40/47] xfs: repair inode btrees
` [PATCH 41/47] xfs: rebuild the rmapbt
` [PATCH 42/47] xfs: repair refcount btrees
` [PATCH 43/47] xfs: online repair of inodes
` [PATCH 44/47] xfs: repair inode block maps
` [PATCH 45/47] xfs: repair damaged symlinks
` [PATCH 46/47] xfs: query the per-AG reservation counters
` [PATCH 47/47] xfs: avoid mount-time deadlock in CoW extent recovery
xfs: commit 6552321831dc "xfs: remove i_iolock and use i_rwsem in the VFS inode instead" change causes hang
2017-01-10 16:22 UTC (19+ messages)
[PATCH v7 0/6] xfs: fixes for malformed on-disk i_mode
2017-01-10 15:39 UTC (7+ messages)
` [PATCH v7 1/6] xfs: make the ASSERT() condition likely
` [PATCH v7 2/6] xfs: sanity check directory inode di_size
` [PATCH v7 3/6] xfs: add missing include dependencies to xfs_dir2.h
` [PATCH v7 4/6] xfs: replace xfs_mode_to_ftype table with switch statement
` [PATCH v7 5/6] xfs: sanity check inode mode when creating new dentry
` [PATCH v7 6/6] xfs: sanity check inode di_mode
[PATCH 4.9 180/206] xfs: new inode extent list lookup helpers
2017-01-10 13:38 UTC (7+ messages)
` [PATCH 4.9 183/206] xfs: remove prev argument to xfs_bmapi_reserve_delalloc
` [PATCH 4.9 185/206] xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
` [PATCH 4.9 187/206] xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
` [PATCH 4.9 201/206] xfs: fix double-cleanup when CUI recovery fails
` [PATCH 4.9 202/206] xfs: use the actual AG length when reserving blocks
` [PATCH 4.9 203/206] xfs: fix crash and data corruption due to removal of busy COW extents
[PATCH] xfs: Timely free truncated dirty pages
2017-01-10 12:43 UTC (3+ messages)
4.9-stable updates for XFS
2017-01-10 10:37 UTC (35+ messages)
` [PATCH 01/32] xfs: don't call xfs_sb_quota_from_disk twice
` [PATCH 02/32] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 03/32] xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
` [PATCH 04/32] xfs: don't BUG() on mixed direct and mapped I/O
` [PATCH 05/32] xfs: provide helper for counting extents from if_bytes
` [PATCH 06/32] xfs: check minimum block size for CRC filesystems
` [PATCH 07/32] xfs: fix unbalanced inode reclaim flush locking
` [PATCH 08/32] xfs: new inode extent list lookup helpers
` [PATCH 09/32] xfs: factor rmap btree size into the indlen calculations
` [PATCH 10/32] xfs: always succeed when deduping zero bytes
` [PATCH 11/32] xfs: remove prev argument to xfs_bmapi_reserve_delalloc
` [PATCH 12/32] xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
` [PATCH 13/32] xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
` [PATCH 14/32] xfs: clean up cow fork reservation and tag inodes correctly
` [PATCH 15/32] xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
` [PATCH 16/32] xfs: pass post-eof speculative prealloc blocks to bmapi
` [PATCH 17/32] xfs: Move AGI buffer type setting to xfs_read_agi
` [PATCH 18/32] xfs: pass state not whichfork to trace_xfs_extlist
` [PATCH 19/32] xfs: handle cow fork in xfs_bmap_trace_exlist
` [PATCH 20/32] xfs: forbid AG btrees with level == 0
` [PATCH 21/32] xfs: check for bogus values in btree block headers
` [PATCH 22/32] xfs: complain if we don't get nextents bmap records
` [PATCH 23/32] xfs: don't crash if reading a directory results in an unexpected hole
` [PATCH 24/32] xfs: error out if trying to add attrs and anextents > 0
` [PATCH 25/32] xfs: don't allow di_size with high bit set
` [PATCH 26/32] xfs: don't cap maximum dedupe request length
` [PATCH 27/32] xfs: ignore leaf attr ichdr.count in verifier during log replay
` [PATCH 28/32] xfs: use GPF_NOFS when allocating btree cursors
` [PATCH 29/32] xfs: fix double-cleanup when CUI recovery fails
` [PATCH 30/32] xfs: use the actual AG length when reserving blocks
` [PATCH 31/32] xfs: fix crash and data corruption due to removal of busy COW extents
` [PATCH 32/32] xfs: fix max_retries _show and _store functions
[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
2017-01-10 9:47 UTC (3+ messages)
[PATCH v6 0/3] xfs: fixes for malformed on-disk i_mode
2017-01-10 7:54 UTC (10+ messages)
` [PATCH v6 1/3] xfs: fix the size of xfs_mode_to_ftype table
` [PATCH v6 2/3] xfs: sanity check directory inode di_size
` [PATCH v6 3/3] xfs: make the ASSERT() condition likely
Reading about CoW architecture / Performance Limits
2017-01-10 7:45 UTC (2+ messages)
[PATCH 0/7] xfstests: misc reflink test fixes
2017-01-10 4:52 UTC (18+ messages)
` [PATCH 2/7] common: add leading underscore to get_block_size
` [PATCH 4/7] reflink: fix quota tests to work properly
` [PATCH v2 "
` [PATCH 6/7] dedupe: fix consistent error message prefixes for dedupe tests
` [PATCH v2 "
` [PATCH 7/7] xfs/ext4: check negative inode size
` [PATCH v2 "
minleft fixes V2
2017-01-10 4:23 UTC (23+ messages)
` [PATCH 1/5] xfs: bump up reserved blocks in xfs_alloc_set_aside
` [PATCH 2/5] xfs: fix the alignment fallback in xfs_bmap_btalloc
` [PATCH 3/5] xfs: fix bogus minleft manipulations
[ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-7 updated to 84a4620c
2017-01-10 0:08 UTC
[PATCH] iomap: constify struct iomap_ops
2017-01-09 21:34 UTC (4+ messages)
make log force warnings less annoying
2017-01-09 21:21 UTC (4+ messages)
` [PATCH] xfs: don't print warnings when xfs_log_force fails
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-09 20:59 UTC (17+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
minleft fixes V3
2017-01-09 20:00 UTC (7+ messages)
` [PATCH 1/4] xfs: bump up reserved blocks in xfs_alloc_set_aside
` [PATCH 2/4] xfs: fix bogus minleft manipulations
` [PATCH 3/4] xfs: adjust allocation length in xfs_alloc_space_available
` [PATCH 4/4] xfs: don't rely on ->total "
[PATCH v2] xfs: remove racy hasattr check from attr ops
2017-01-09 15:54 UTC (2+ messages)
[PATCH v3 0/3] xfs: test malformed inode mode
2017-01-09 13:39 UTC (6+ messages)
` [PATCH v3 1/3] xfs: test handling of invalid inode modes
` [PATCH v3 2/3] xfs: test fstat with malformed inode mode
` [PATCH v3 3/3] xfs: test readlink/readdir "
[PATCH] remove irix support
2017-01-08 23:08 UTC (2+ messages)
[PATCH] xfs: remove racy hasattr check from attr get
2017-01-08 16:12 UTC (3+ messages)
[PATCH v2] duperemove: test presence of dedupe ioctl
2017-01-08 9:52 UTC (2+ messages)
xfsprogs_4.9.0_amd64.changes ACCEPTED into unstable
2017-01-07 21:06 UTC
Processing of xfsprogs_4.9.0_amd64.changes
2017-01-07 20:36 UTC
[BUG v4.10-rc1] fzero returns EIO on DAX mount
2017-01-07 10:57 UTC (2+ 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