linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-04 20:24:17 to 2019-11-07 03:04:22 UTC [more...]

[PATCH 00/10] xfs: report corruption to the health trackers
 2019-11-07  3:04 UTC  (9+ messages)
` [PATCH 01/10] xfs: separate the marking of sick and checked metadata
` [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 05/10] xfs: report dir/attr "
` [PATCH 06/10] xfs: report symlink "
` [PATCH 07/10] xfs: report inode "
` [PATCH 08/10] xfs: report quota block "
` [PATCH 09/10] xfs: report realtime metadata "

[PATCH 0/6] xfs: various coverity fixes
 2019-11-07  3:03 UTC  (7+ messages)
` [PATCH 1/6] xfs: annotate functions that trip static checker locking checks
` [PATCH 2/6] xfs: fix missing header includes
` [PATCH 3/6] xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
` [PATCH 4/6] xfs: null out bma->prev if no previous extent
` [PATCH 5/6] xfs: "optimize" buffer item log segment bitmap setting
` [PATCH 6/6] xfs: range check ri_cnt when recovering log items

[PATCH 0/4] xfs: refactor corruption checking and reporting
 2019-11-07  3:02 UTC  (5+ messages)
` [PATCH 1/4] xfs: add a XFS_IS_CORRUPT macro
` [PATCH 2/4] xfs: kill the XFS_WANT_CORRUPT_* macros
` [PATCH 3/4] xfs: convert open coded corruption check to use XFS_IS_CORRUPT
` [PATCH 4/4] xfs: convert EIO to EFSCORRUPTED when log contents are invalid

[PATCH 0/1] xfs: fix scrub timeout warnings
 2019-11-07  3:01 UTC  (2+ messages)
` [PATCH 1/1] xfs: periodically yield scrub threads to the scheduler

[PATCH] iomap: iomap_bmap should check iomap_apply return value
 2019-11-07  2:59 UTC 

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-07  1:28 UTC  (18+ messages)
` [PATCH v4 01/17] xfs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v4 02/17] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v4 03/17] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v4 04/17] xfs: Add xfs_dabuf defines
` [PATCH v4 05/17] xfs: Add xfs_has_attr and subroutines
` [PATCH v4 06/17] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v4 07/17] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v4 08/17] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v4 09/17] xfs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v4 10/17] xfs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v4 11/17] xfs: Add xfs_attr3_leaf helper functions
` [PATCH v4 12/17] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v4 13/17] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v4 14/17] xfs: Add delay context to xfs_da_args
` [PATCH v4 15/17] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v4 16/17] xfs: Add delay ready attr remove routines
` [PATCH v4 17/17] xfs: Add delay ready attr set routines

[PATCH v4 00/17] xfsprogs: Delayed Ready Attributes
 2019-11-07  1:29 UTC  (18+ messages)
` [PATCH v4 01/17] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v4 02/17] xfsprogs: Replace attribute parameters with struct xfs_name
` [PATCH v4 03/17] xfsprogs: Embed struct xfs_name in xfs_da_args
` [PATCH v4 04/17] xfsprogs: Add xfs_dabuf defines
` [PATCH v4 05/17] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v4 06/17] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v4 07/17] xfsprogs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v4 08/17] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v4 09/17] xfsprogs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v4 10/17] xfsprogs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v4 11/17] xfsprogs: Add xfs_attr3_leaf helper functions
` [PATCH v4 12/17] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v4 13/17] xfsprogs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v4 14/17] xfsprogs: Add delay context to xfs_da_args
` [PATCH v4 15/17] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v4 16/17] xfsprogs: Add delay ready attr remove routines
` [PATCH v4 17/17] xfsprogs: Add delay ready attr set routines

remove m_dirops
 2019-11-07  1:05 UTC  (58+ messages)
` [PATCH 02/34] xfs: refactor btree node scrubbing
` [PATCH 05/34] xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
` [PATCH 11/34] xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
` [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 17/34] xfs: move the max dir2 free bests count to struct xfs_da_geometry
` [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-07  0:12 UTC  (8+ messages)

[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  (29+ 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 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  (5+ 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  (8+ messages)
` [PATCH v9 13/17] xfs: switch to use the new mount-api
` [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 

[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 


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