linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 23:17:32 to 2019-11-03 22:25:22 UTC [more...]

[PATCH 00/10] xfs: report corruption to the health trackers
 2019-11-03 22:25 UTC  (6+ 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 03/10] xfs: report block map "
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 05/10] xfs: report dir/attr "

[PATCH 0/6] xfs: refactor corruption checking and reporting
 2019-11-03 22:24 UTC  (7+ 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 4/6] xfs: add a XFS_CORRUPT_ON macro
` [PATCH 5/6] xfs: kill the XFS_WANT_CORRUPT_* macros
` [PATCH 6/6] xfs: convert open coded corruption check to use XFS_CORRUPT_ON

[PATCH 0/3] xfs: tidy up corruption reporting
 2019-11-03 22:24 UTC  (4+ 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

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-11-03 21:26 UTC  (12+ messages)
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 23/26] xfs: reclaim inodes from the LRU

xfs_buf_rele(): xfs: fix use-after-free race in xfs_buf_rele
 2019-11-03 21:11 UTC  (2+ messages)

[PATCH] fstests: verify that xfs_growfs can operate on mounted device node
 2019-11-03 15:24 UTC  (2+ messages)

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

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-02 10:55 UTC  (34+ messages)
` [PATCH 01/28] xfs: Lower CIL flush limit for large logs
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/28] xfs: don't allow log IO to be throttled
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/28] xfs: correctly acount for reclaimable slabs
` [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 10/28] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [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 18/28] xfs: don't block kswapd in inode reclaim
` [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 22/28] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 23/28] xfs: track reclaimable inodes using a LRU list
` [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 27/28] rwsem: introduce down/up_write_non_owner
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-02  4:25 UTC  (13+ messages)

[PATCH 0/7] xfs_scrub: clean up error classifications
 2019-11-01 22:15 UTC  (19+ messages)
` [PATCH 1/7] xfs_scrub: fix misclassified error reporting
` [PATCH 2/7] xfs_scrub: simplify post-run reporting logic
` [PATCH 3/7] xfs_scrub: clean up error level table
` [PATCH 4/7] xfs_scrub: explicitly track corruptions, not just errors
` [PATCH 5/7] xfs_scrub: promote some of the str_info to str_error calls
` [PATCH 6/7] xfs_scrub: refactor xfs_scrub_excessive_errors
` [PATCH 7/7] xfs_scrub: create a new category for unfixable errors

remove m_dirops
 2019-11-01 22:07 UTC  (35+ 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

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-01 21:38 UTC  (7+ messages)

[PATCH 0/2] xfs_scrub: random fixes
 2019-11-01 20:51 UTC  (3+ messages)
` [PATCH 2/2] xfs_scrub: refactor xfs_iterate_inodes_range_check

[PATCH 0/4] libfrog: take over platform code headers
 2019-11-01 20:36 UTC  (9+ messages)
` [PATCH 1/4] libfrog: clean up platform_nproc
` [PATCH 2/4] libxfs: remove libxfs_nproc
` [PATCH 3/4] libxfs: remove libxfs_physmem
` [PATCH 4/4] libfrog: take over platform headers

[PATCH 0/9] xfs_scrub: fix IO error reporting
 2019-11-01 20:31 UTC  (13+ messages)
` [PATCH 1/9] libfrog/xfs_scrub: improve iteration function documentation
` [PATCH 2/9] xfs_scrub: separate media error reporting for attribute forks
` [PATCH 3/9] xfs_scrub: improve reporting of file data media errors
` [PATCH 4/9] xfs_scrub: better reporting of metadata "
` [PATCH 7/9] xfs_scrub: reduce fsmap activity for "
` [PATCH 8/9] xfs_scrub: request fewer bmaps when we can

[PATCH 0/5] xfsprogs: random fixes
 2019-11-01 19:28 UTC  (20+ messages)
` [PATCH 1/5] xfs_spaceman: always report sick metadata, checked or not
` [PATCH 2/5] xfs_db: btheight should check geometry more carefully
` [PATCH 3/5] xfs_scrub: report repair activities on stdout, not stderr
` [PATCH 4/5] xfs_scrub: don't allow error or negative error injection interval
` [PATCH 5/5] libfrog: fix workqueue_add error out
` [PATCH 6/5] xfs_repair: print better information when metadata updates fail
` [PATCH 7/5] libxfs: fix typo in message about write verifier
` [PATCH 8/5] mkfs: fix incorrect error message

[PATCH v3 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-11-01 17:24 UTC  (6+ messages)
` [PATCH v3 1/4] fsstress: show the real file id and parid in rename_f()
` [PATCH v3 2/4] fsstress: add NOREPLACE and WHITEOUT renameat2 support
` [PATCH v3 3/4] fsstress: add EXCHANGE "
` [PATCH v3 4/4] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT

[PATCH v4] loop: fix no-unmap write-zeroes request behavior
 2019-11-01 14:43 UTC  (2+ messages)

xfs_repair keeps reporting errors
 2019-11-01 10:45 UTC  (2+ messages)

[PATCH RFC] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-01 10:30 UTC  (4+ messages)

[PATCH] xfs/log: protect xc_cil in xlog_cil_push()
 2019-11-01  4:02 UTC  (11+ messages)
    ` [PATCH] xfs/log: protect the logging content under xc_ctx_lock

[PATCH V2] xfs: properly serialise fallocate against AIO+DIO
 2019-10-31 21:06 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 249bd9087a52
 2019-10-31 16:23 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to a90100421499
 2019-10-31 16:21 UTC 

xfs_buftarg_isolate(): "Correctly invert xfs_buftarg LRU isolation logic"
 2019-10-31 15:36 UTC  (5+ messages)

[STABLE-PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic
 2019-10-31 15:32 UTC 

[RFC PATCH v2 0/7] xfs: reflink & dedupe for fsdax (read/write path)
 2019-10-31  4:54 UTC  (3+ messages)

[PATCH v2 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-10-31  1:51 UTC  (6+ messages)
` [PATCH v2 3/4] fsstress: add EXCHANGE renameat2 support

[djwong-xfs:mount-api-crash 91/104] fs/xfs/xfs_message.c:23:40: warning: address of array 'mp->m_super->s_id' will always evaluate to 'true'
 2019-10-31  0:06 UTC  (2+ messages)

[PATCH v2] xfstests: xfs mount option sanity test
 2019-10-30 23:24 UTC  (3+ messages)


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