linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 01:29:56 to 2019-11-08 07:07:58 UTC [more...]

[PATCH v3 00/10] xfs: report corruption to the health trackers
 2019-11-08  7:06 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 03/10] xfs: report block map "
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 07/10] xfs: report inode "
` [PATCH 08/10] xfs: report quota block "
` [PATCH 09/10] xfs: report realtime metadata "
` [PATCH 10/10] xfs: report XFS_IS_CORRUPT "

[PATCH v3 0/2] xfs: refactor corruption checking and reporting
 2019-11-08  7:05 UTC  (3+ messages)
` [PATCH 1/2] xfs: refactor "does this fork map blocks" predicate
` [PATCH 2/2] xfs: convert open coded corruption check to use XFS_IS_CORRUPT

[PATCH v2 0/3] xfs: various coverity fixes
 2019-11-08  7:05 UTC  (5+ messages)
` [PATCH 1/3] xfs: annotate functions that trip static checker locking checks
` [PATCH 2/3] xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
` [PATCH 3/3] xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2019-11-08  6:56 UTC  (2+ messages)

[Bug 205467] New: [xfstests generic/475]: XFS: Assertion failed: ip->i_d.di_format != XFS_DINODE_FMT_BTREE || ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK), file: fs/xfs/xfs_inode.c, line: 3652
 2019-11-08  6:51 UTC 

[PATCH] xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
 2019-11-08  6:50 UTC  (3+ messages)

[PATCH] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag
 2019-11-08  6:50 UTC  (2+ messages)

[Bug 205465] New: [xfstests generic/475]: general protection fault: 0000 [#1] SMP KASAN PTI, RIP: 0010:iter_file_splice_write+0x63f/0xa90
 2019-11-08  6:32 UTC 

[PATCH] xfs: remove a stray tab in xfs_remount_rw()
 2019-11-08  6:29 UTC  (3+ messages)

[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0
 2019-11-08  5:58 UTC  (7+ messages)

[PATCH] iomap: iomap_bmap should check iomap_apply return value
 2019-11-08  5:51 UTC  (4+ messages)

remove m_dirops v2
 2019-11-08  5:43 UTC  (73+ messages)
` [PATCH 01/46] xfs: move incore structures out of xfs_da_format.h
` [PATCH 02/46] xfs: use unsigned int for all size values in struct xfs_da_geometry
` [PATCH 03/46] xfs: refactor btree node scrubbing
` [PATCH 04/46] xfs: devirtualize ->node_hdr_from_disk
` [PATCH 05/46] xfs: devirtualize ->node_hdr_to_disk
` [PATCH 06/46] xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
` [PATCH 07/46] xfs: move the node header size to struct xfs_da_geometry
` [PATCH 08/46] xfs: devirtualize ->leaf_hdr_from_disk
` [PATCH 09/46] xfs: devirtualize ->leaf_hdr_to_disk
` [PATCH 10/46] xfs: add a entries pointer to struct xfs_dir3_icleaf_hdr
` [PATCH 11/46] xfs: move the dir2 leaf header size to struct xfs_da_geometry
` [PATCH 12/46] xfs: move the max dir2 leaf entries count "
` [PATCH 13/46] xfs: devirtualize ->free_hdr_from_disk
` [PATCH 14/46] xfs: devirtualize ->free_hdr_to_disk
` [PATCH 15/46] xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
` [PATCH 16/46] xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
` [PATCH 17/46] xfs: move the dir2 free header size to struct xfs_da_geometry
` [PATCH 18/46] xfs: move the max dir2 free bests count "
` [PATCH 19/46] xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
` [PATCH 20/46] xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
` [PATCH 21/46] xfs: devirtualize ->sf_entsize and ->sf_nextentry
` [PATCH 22/46] xfs: devirtualize ->sf_get_ino and ->sf_put_ino
` [PATCH 23/46] xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
` [PATCH 24/46] xfs: remove the unused ->data_first_entry_p method
` [PATCH 25/46] xfs: remove the data_dot_offset field in struct xfs_dir_ops
` [PATCH 26/46] xfs: remove the data_dotdot_offset "
` [PATCH 27/46] xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
` [PATCH 28/46] xfs: remove the ->data_unused_p method
` [PATCH 29/46] xfs: cleanup xfs_dir2_block_getdents
` [PATCH 30/46] xfs: cleanup xfs_dir2_leaf_getdents
` [PATCH 31/46] xfs: cleanup xchk_dir_rec
` [PATCH 32/46] xfs: cleanup xchk_directory_data_bestfree
` [PATCH 33/46] xfs: cleanup xfs_dir2_block_to_sf
` [PATCH 34/46] xfs: cleanup xfs_dir2_data_freescan_int
` [PATCH 35/46] xfs: cleanup __xfs_dir3_data_check
` [PATCH 36/46] xfs: remove the now unused ->data_entry_p method
` [PATCH 37/46] xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
` [PATCH 38/46] xfs: devirtualize ->data_entsize
` [PATCH 39/46] xfs: devirtualize ->data_entry_tag_p
` [PATCH 40/46] xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
` [PATCH 41/46] xfs: cleanup xfs_dir2_data_entsize
` [PATCH 42/46] xfs: devirtualize ->data_bestfree_p
` [PATCH 43/46] xfs: devirtualize ->data_get_ftype and ->data_put_ftype
` [PATCH 44/46] xfs: remove the now unused dir ops infrastructure
` [PATCH 45/46] xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
` [PATCH 46/46] xfs: always pass a valid hdr to xfs_dir3_leaf_check_int

[RFC PATCH v2 0/7] xfs: reflink & dedupe for fsdax (read/write path)
 2019-11-08  3:30 UTC  (3+ messages)

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-08  1:25 UTC  (6+ messages)
` [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 07/17] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags

[PATCH 0/5] xfs: remove several typedefs in quota code
 2019-11-08  0:20 UTC  (11+ messages)
` [PATCH 1/5] xfs: remove the xfs_disk_dquot_t typedef
` [PATCH 2/5] xfs: remove the xfs_dquot_t typedef
` [PATCH 3/5] xfs: remove the xfs_quotainfo_t typedef
` [PATCH 4/5] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH 5/5] xfs: remove the xfs_qoff_logitem_t typedef

[PATCH 0/4] xfs: refactor corruption checking and reporting
 2019-11-08  0:01 UTC  (11+ 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] xfs: Correct comment tyops -> typos
 2019-11-07 22:03 UTC  (5+ messages)

[PATCH] xfs_io: fix memory leak in add_enckey
 2019-11-07 21:58 UTC  (4+ messages)

[PATCH] xfs_scrub: fix complaint about uninitialized ret
 2019-11-07 21:31 UTC  (2+ messages)

[PATCH 0/6] xfs: various coverity fixes
 2019-11-07 20:41 UTC  (15+ 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] iomap: Fix overflow in iomap_page_mkwrite
 2019-11-07 17:54 UTC  (6+ messages)

[ANNOUNCE] xfsprogs for-next updated to baed134d
 2019-11-07 16:54 UTC 

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to add66fcbd3fb
 2019-11-07 15:42 UTC 

[PATCH v3] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-07 12:08 UTC 

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

remove m_dirops
 2019-11-07  8:29 UTC  (5+ messages)
` [PATCH 21/34] xfs: devirtualize ->sf_get_ino and ->sf_put_ino

[PATCH][next] xfs: remove redundant assignment to variable error
 2019-11-07  6:44 UTC  (5+ messages)

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

[PATCH 00/10] xfs: report corruption to the health trackers
 2019-11-07  3:04 UTC  (11+ 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 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 10/10] xfs: report XFS_IS_CORRUPT "

[PATCH v4 00/17] xfsprogs: Delayed Ready Attributes
 2019-11-07  1:29 UTC  (17+ messages)
` [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


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