public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-06 14:11:26 to 2017-01-10 12:43:21 UTC [more...]

[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 v4 00/47] xfs: online scrub/repair support
 2017-01-10  8:44 UTC  (53+ messages)
` [PATCH 01/47] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/47] xfs: provide a query_range function for "
` [PATCH 03/47] xfs: create a function to query all records in a btree
` [PATCH 04/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/47] xfs: report shared extents in getfsmapx
` [PATCH 06/47] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 07/47] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 08/47] xfs: add scrub tracepoints
` [PATCH 09/47] xfs: create an ioctl to scrub AG metadata
` [PATCH 10/47] xfs: generic functions to scrub metadata and btrees
` [PATCH 11/47] xfs: scrub the backup superblocks
` [PATCH 12/47] xfs: scrub AGF and AGFL
` [PATCH 13/47] xfs: scrub the AGI
` [PATCH 14/47] xfs: support scrubbing free space btrees
` [PATCH 15/47] xfs: support scrubbing inode btrees
` [PATCH 16/47] xfs: support scrubbing rmap btree
` [PATCH 17/47] xfs: support scrubbing refcount btree
` [PATCH 18/47] xfs: scrub inodes
` [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

[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

xfs: commit 6552321831dc "xfs: remove i_iolock and use i_rwsem in the VFS inode instead" change causes hang
 2017-01-10  2:54 UTC  (18+ messages)

[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  (22+ 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*
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

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)

[PATCH] generic: test racing getxattr requests against xattr add/remove
 2017-01-06 19:39 UTC 

[PATCH] [RFC] Propagate error state from buffers to the objects attached
 2017-01-06 14:45 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