linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-04 01:49:47 to 2019-11-06 22:24:12 UTC [more...]

[PATCH 00/18] xfs_scrub: remove moveon space aliens
 2019-11-06 22:24 UTC  (11+ messages)
` [PATCH 01/18] xfs_scrub: remove moveon from filemap iteration
  ` [PATCH v2 "
` [PATCH 05/18] xfs_scrub: remove moveon from spacemap
  ` [PATCH v2 "
` [PATCH 11/18] xfs_scrub: remove moveon from phase 6 functions
  ` [PATCH v2 "
` [PATCH 18/18] xfs_scrub: remove moveon from main program
  ` [PATCH v2 "

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-06 22:18 UTC  (43+ messages)
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 06/28] xfs: factor common AIL item deletion code
` [PATCH 07/28] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 13/28] shrinker: clean up variable types and tracepoints
` [PATCH 14/28] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers
` [PATCH 17/28] xfs: synchronous AIL pushing
` [PATCH 19/28] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/28] xfs: kill background reclaim work
` [PATCH 21/28] xfs: use AIL pushing for inode reclaim IO
` [PATCH 24/28] xfs: reclaim inodes from the LRU
` [PATCH 25/28] xfs: remove unusued old inode reclaim code
` [PATCH 26/28] xfs: use xfs_ail_push_all in xfs_reclaim_inodes
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06 21:37 UTC  (6+ messages)

[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0
 2019-11-06 21:20 UTC  (8+ messages)

[PATCH 0/3] xfs_scrub: media scan entire disks
 2019-11-06 20:22 UTC  (4+ messages)
` [PATCH 2/3] xfs_scrub: perform media scans of entire devices

[PATCH 0/3] xfs_scrub: deferred labelling to save time
 2019-11-06 20:00 UTC  (7+ messages)
` [PATCH 2/3] xfs_scrub: implement deferred description string rendering
` [PATCH 3/3] xfs_scrub: adapt phase5 to deferred descriptions

[PATCH] iomap: Fix overflow in iomap_page_mkwrite
 2019-11-06 19:34 UTC  (3+ messages)

[PATCH] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag
 2019-11-06 19:07 UTC  (7+ messages)

[PATCH][next] xfs: remove redundant assignment to variable error
 2019-11-06 16:53 UTC  (6+ messages)

[PATCH 0/2] xfs: fix scrub timeout warnings
 2019-11-06 16:13 UTC  (6+ messages)
` [PATCH 1/2] xfs: add missing early termination checks to record scrubbing functions
` [PATCH 2/2] xfs: periodically yield scrub threads to the scheduler

[PATCH v2] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-06 15:46 UTC  (4+ messages)

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06  6:39 UTC  (5+ messages)

[PATCH 0/6] xfs: refactor corruption checking and reporting
 2019-11-06  4:58 UTC  (18+ messages)
` [PATCH 1/6] xfs: decrease indenting problems in xfs_dabuf_map
` [PATCH 2/6] xfs: add missing assert in xfs_fsmap_owner_from_rmap
` [PATCH 3/6] xfs: make the assertion message functions take a mount parameter
  ` [PATCH v2 "
` [PATCH 4/6] xfs: add a XFS_CORRUPT_ON macro
  ` [PATCH v2 4/6] xfs: add a XFS_IS_CORRUPT macro
` [PATCH 5/6] xfs: kill the XFS_WANT_CORRUPT_* macros
  ` [PATCH v2 "
` [PATCH 6/6] xfs: convert open coded corruption check to use XFS_CORRUPT_ON
  ` [PATCH v2 6/6] xfs: convert open coded corruption check to use XFS_IS_CORRUPT

[PATCH v9 00/17] xfs: mount API patch series
 2019-11-06  2:27 UTC  (25+ messages)
` [PATCH v9 01/17] xfs: remove unused struct xfs_mount field m_fsname_len
` [PATCH v9 02/17] xfs: use super s_id instead of struct xfs_mount m_fsname
` [PATCH v9 03/17] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
` [PATCH v9 04/17] xfs: use kmem functions for struct xfs_mount
` [PATCH v9 05/17] xfs: merge freeing of mp names and mp
` [PATCH v9 06/17] xfs: add xfs_remount_rw() helper
` [PATCH v9 07/17] xfs: add xfs_remount_ro() helper
` [PATCH v9 08/17] xfs: refactor suffix_kstrtoint()
` [PATCH v9 09/17] xfs: avoid redundant checks when options is empty
` [PATCH v9 10/17] xfs: refactor xfs_parseags()
` [PATCH v9 11/17] xfs: move xfs_parseargs() validation to a helper
` [PATCH v9 12/17] xfs: dont set sb in xfs_mount_alloc()
` [PATCH v9 13/17] xfs: switch to use the new mount-api
` [PATCH v9 14/17] xfs: move xfs_fc_reconfigure() above xfs_fc_free()
` [PATCH v9 15/17] xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
` [PATCH v9 16/17] xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
` [PATCH v9 17/17] xfs: fold xfs_mount-alloc() into xfs_init_fs_context()

XFS: possible memory allocation deadlock in kmem_alloc
 2019-11-05 21:23 UTC  (10+ messages)

[PATCH 1/1] errno.h: Provide EFSBADCRC for everybody
 2019-11-05 20:58 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 9842b56cd406
 2019-11-05 17:09 UTC 

remove m_dirops
 2019-11-05 16:44 UTC  (79+ messages)
` [PATCH 01/34] xfs: move incore structures out of xfs_da_format.h
` [PATCH 02/34] xfs: refactor btree node scrubbing
` [PATCH 03/34] xfs: devirtualize ->node_hdr_from_disk
` [PATCH 04/34] xfs: devirtualize ->node_hdr_to_disk
` [PATCH 05/34] xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
` [PATCH 06/34] xfs: move the node header size to struct xfs_da_geometry
` [PATCH 07/34] xfs: devirtualize ->leaf_hdr_from_disk
` [PATCH 08/34] xfs: devirtualize ->leaf_hdr_to_disk
` [PATCH 09/34] xfs: add a entries pointer to struct xfs_dir3_icleaf_hdr
` [PATCH 10/34] xfs: move the dir2 leaf header size to struct xfs_da_geometry
` [PATCH 11/34] xfs: move the max dir2 leaf entries count "
` [PATCH 12/34] xfs: devirtualize ->free_hdr_from_disk
` [PATCH 13/34] xfs: devirtualize ->free_hdr_to_disk
` [PATCH 14/34] xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
` [PATCH 15/34] xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
` [PATCH 16/34] xfs: move the dir2 free header size to struct xfs_da_geometry
` [PATCH 17/34] xfs: move the max dir2 free bests count "
` [PATCH 18/34] xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
` [PATCH 19/34] xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
` [PATCH 20/34] xfs: devirtualize ->sf_entsize and ->sf_nextentry
` [PATCH 21/34] xfs: devirtualize ->sf_get_ino and ->sf_put_ino
` [PATCH 22/34] xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
` [PATCH 23/34] xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
` [PATCH 24/34] xfs: remove the unused ->data_first_entry_p method
` [PATCH 25/34] xfs: remove the ->data_entry_entry_p method
` [PATCH 26/34] xfs: devirtualize ->data_entsize
` [PATCH 27/34] xfs: devirtualize ->data_entry_tag_p
` [PATCH 28/34] xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
` [PATCH 29/34] xfs: cleanup xfs_dir2_data_entsize
` [PATCH 30/34] xfs: devirtualize ->data_bestfree_p
` [PATCH 31/34] xfs: devirtualize ->data_get_ftype and ->data_put_ftype
` [PATCH 32/34] xfs: remove the now unused dir ops infrastructure
` [PATCH 33/34] xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
` [PATCH 34/34] xfs: always pass a valid hdr to xfs_dir3_leaf_check_int

Tasks blocking forever with XFS stack traces
 2019-11-05 16:09 UTC  (7+ messages)

[PATCH v8 00/16] xfs: mount API patch series
 2019-11-05  2:47 UTC  (6+ messages)
` [PATCH v8 12/16] xfs: dont set sb in xfs_mount_alloc()

[PATCH] fsstress: show the real file id and parid in rmdir() and unlink()
 2019-11-05  2:41 UTC 

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-11-04 23:08 UTC  (9+ messages)
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability

[ANNOUNCE] xfsprogs for-next updated to 7e8275f8
 2019-11-04 20:53 UTC 

[ANNOUNCE] xfs-linux: for-next updated to c34d570d1586
 2019-11-04 20:10 UTC 

[PATCH 0/3] xfs: tidy up corruption reporting
 2019-11-04 19:26 UTC  (12+ messages)
` [PATCH 1/3] xfs: relax shortform directory size checks
` [PATCH 2/3] xfs: constify the buffer pointer arguments to error functions
` [PATCH 3/3] xfs: always log corruption errors

xfs_repair keeps reporting errors
 2019-11-04 17:21 UTC  (4+ messages)

[PATCH] fstests: verify that xfs_growfs can operate on mounted device node
 2019-11-04 15:29 UTC  (4+ messages)

[STABLE-PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic
 2019-11-04 11:02 UTC  (2+ messages)

[PATCH RFC] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-04  8:56 UTC  (5+ messages)

xfsprogs_5.2.1-1_amd64.changes ACCEPTED into unstable
 2019-11-04  6:22 UTC 

Processing of xfsprogs_5.2.1-1_amd64.changes
 2019-11-04  6:15 UTC 


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