public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-31 06:11:57 to 2023-02-09 22:18:39 UTC [more...]

[PATCH v3 00/42] xfs: per-ag centric allocation alogrithms
 2023-02-09 22:18 UTC  (3+ messages)
` [PATCH 26/42] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 28/42] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker

[PATCH 0/3] Prevent ->map_pages from sleeping
 2023-02-09 21:53 UTC  (12+ messages)
` [PATCH 1/3] xfs: Remove xfs_filemap_map_pages() wrapper
` [PATCH 2/3] afs: Split afs_pagecache_valid() out of afs_validate()
` [PATCH 3/3] mm: Hold the RCU read lock over calls to ->map_pages

BUG: kernel NULL pointer dereference, address: 0000000000000042
 2023-02-09 21:50 UTC  (3+ messages)

run more tests in the auto group
 2023-02-09 17:11 UTC  (12+ messages)
` [PATCH 1/7] btrfs: add 198 and 219 to "
` [PATCH 2/7] btrfs: add 125 to the auto and quick groups
` [PATCH 3/7] btrfs: add 185 "
` [PATCH 4/7] generic: add 042 "
` [PATCH 5/7] generic: add 125 to the auto group
` [PATCH 6/7] generic: add 251 "
` [PATCH 7/7] xfs: add 080 to the auto and quick groups

[PATCH 5.15 CANDIDATE 00/10] more xfs fixes for 5.15
 2023-02-09  8:08 UTC  (15+ messages)
` [PATCH 5.15 CANDIDATE 01/10] xfs: zero inode fork buffer at allocation
` [PATCH 5.15 CANDIDATE 02/10] xfs: fix potential log item leak
` [PATCH 5.15 CANDIDATE 03/10] xfs: detect self referencing btree sibling pointers
` [PATCH 5.15 CANDIDATE 04/10] xfs: set XFS_FEAT_NLINK correctly
` [PATCH 5.15 CANDIDATE 05/10] xfs: validate v5 feature fields
` [PATCH 5.15 CANDIDATE 06/10] xfs: avoid unnecessary runtime sibling pointer endian conversions
` [PATCH 5.15 CANDIDATE 07/10] xfs: don't assert fail on perag references on teardown
` [PATCH 5.15 CANDIDATE 08/10] xfs: assert in xfs_btree_del_cursor should take into account error
` [PATCH 5.15 CANDIDATE 09/10] xfs: purge dquots after inode walk fails during quotacheck
` [PATCH 5.15 CANDIDATE 10/10] xfs: don't leak btree cursor when insrec fails after a split

[PATCH v9 00/28] Parent Pointers
 2023-02-09  8:01 UTC  (29+ messages)
` [PATCH v9 01/28] xfs: Add new name to attri/d
` [PATCH v9 02/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v9 03/28] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH v9 04/28] xfs: Hold inode locks in xfs_ialloc
` [PATCH v9 05/28] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v9 06/28] xfs: Hold inode locks in xfs_rename
` [PATCH v9 07/28] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v9 08/28] xfs: get directory offset when adding directory name
` [PATCH v9 09/28] xfs: get directory offset when removing "
` [PATCH v9 10/28] xfs: get directory offset when replacing a "
` [PATCH v9 11/28] xfs: add parent pointer support to attribute code
` [PATCH v9 12/28] xfs: define parent pointer xattr format
` [PATCH v9 13/28] xfs: Add xfs_verify_pptr
` [PATCH v9 14/28] xfs: extend transaction reservations for parent attributes
` [PATCH v9 15/28] xfs: parent pointer attribute creation
` [PATCH v9 16/28] xfs: add parent attributes to link
` [PATCH v9 17/28] xfs: add parent attributes to symlink
` [PATCH v9 18/28] xfs: remove parent pointers in unlink
` [PATCH v9 19/28] xfs: Indent xfs_rename
` [PATCH v9 20/28] xfs: Add parent pointers to rename
` [PATCH v9 21/28] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v9 22/28] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v9 23/28] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v9 24/28] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v9 25/28] xfs: Add parent pointer ioctl
` [PATCH v9 26/28] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v9 27/28] xfs: drop compatibility minimum log size computations for reflink
` [PATCH v9 28/28] xfs: add xfs_trans_mod_sb tracing

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-02-09  5:47 UTC  (17+ messages)
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.3 "

[PATCH v1 1/2] xfs: fix typo from filesystes to filesystems
 2023-02-09  5:43 UTC  (3+ messages)
` [PATCH v1 2/2] libxfs: fix reservation space for removing transaction

[PATCH] xfs: make kobj_type structures constant
 2023-02-09  3:16 UTC 

[PATCH v3] xfs: allow setting full range of panic tags
 2023-02-09  2:40 UTC  (2+ messages)

[PATCH] xfs_io: fix bmap command not detecting realtime files with xattrs
 2023-02-09  2:38 UTC 

[PATCH v1] libxfs: fix reservation space for removing transaction
 2023-02-09  1:43 UTC  (2+ messages)

[bug report][arch linux][6.1.9-zen1-1-zen] xfs corruption
 2023-02-08 23:25 UTC 

[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-02-08 22:28 UTC  (11+ messages)
` [RFC PATCH v1 1/2] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [RFC PATCH v1 2/2] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim

[PATCH v2] Remove several implicit function declarations
 2023-02-08 16:34 UTC  (2+ messages)

[PATCH v2] xfs_db: make flist_find_ftyp() to check for field existance on disk
 2023-02-08 11:02 UTC 

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[PATCH] Remove several implicit function declarations
 2023-02-08  9:43 UTC 

[syzbot] general protection fault in iomap_dio_bio_iter
 2023-02-08  0:21 UTC 

[PATCHSET v24.0 0/5] fstests: race online scrub with fsstress
 2023-02-07 18:48 UTC  (15+ messages)
` [PATCH 1/5] xfs/357: switch fuzzing to agi 1
` [PATCH 4/5] fuzzy: allow xfs scrub stress tests to pick preconfigured fsstress configs
` [PATCH 3/5] fuzzy: add a custom xfs find utility for scrub stress tests
  ` [PATCH v24.1 "
` [PATCH 2/5] xfs: race fsstress with online scrubbers for AG and fs metadata
  ` [PATCH v24.1 "

[PATCH] xfs_db: make flist_find_ftyp() to check for field existance on disk
 2023-02-07 17:39 UTC  (2+ messages)

[PATCH 00/42] xfs: per-ag centric allocation alogrithms
 2023-02-06 23:26 UTC  (36+ messages)
` [PATCH 07/42] xfs: active perag reference counting
` [PATCH 09/42] xfs: convert xfs_imap() to take a perag
` [PATCH 14/42] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 15/42] xfs: rework xfs_alloc_vextent()
` [PATCH 17/42] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 20/42] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 21/42] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 22/42] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 23/42] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 28/42] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 29/42] xfs: convert trim to use for_each_perag_range
` [PATCH 41/42] xfs: return a referenced perag from filestreams allocator
` [PATCH 42/42] xfs: refactor the filestreams allocator pick functions

[PATCH][next] xfs: Replace one-element arrays with flexible-array members
 2023-02-06 19:17 UTC  (6+ messages)

[RESEND PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-06  6:45 UTC  (9+ messages)
` [PATCH v9 1/3] xfs: fix the calculation of length and end
` [PATCH v9 2/3] fs: move drop_pagecache_sb() for others to use
` [PATCH v9 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[ANNOUNCE] xfs-linux: for-next updated to c85007e2e394
 2023-02-05 17:11 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-03 22:01 UTC  (2+ messages)

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-02-03 16:32 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to e9f142486
 2023-02-03 13:14 UTC 

[PATCH v2 0/2] xfs_admin: get/set label of mounted filesystems
 2023-02-03 12:48 UTC  (5+ messages)
  ` [PATCH v2 1/2] xfs_admin: correctly parse IO_OPTS parameters
  ` [PATCH v2 2/2] xfs_admin: get/set label of mounted filesystem

xfs_repair: fatal error -- couldn't map inode 13199169, err = 117
 2023-02-03 12:38 UTC  (2+ messages)

[PATCH v2] fsdax: dax_unshare_iter() should return a valid length
 2023-02-03  1:48 UTC 

[PATCH] fsdax: dax_unshare_iter() should return a valid length
 2023-02-03  0:42 UTC  (4+ messages)

[PATCHSET 0/2] fstests: random fixes for v2023.01.22
 2023-02-02 17:04 UTC  (6+ messages)
` [PATCH 1/2] generic/038: set a maximum runtime on this test
` [PATCH 2/2] generic/500: skip this test if formatting fails

mkfs.xfs protofile and paths with spaces
 2023-02-02  8:46 UTC  (5+ messages)

[RFCv2 0/3] iomap: Add support for subpage dirty state tracking to improve write performance
 2023-02-02  4:45 UTC  (14+ messages)
` [RFCv2 1/3] iomap: Move creation of iomap_page early in __iomap_write_begin
` [RFCv2 2/3] iomap: Change uptodate variable name to state

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] Storage: REQ_OP_VERIFY support for block layer and device drivers
 2023-02-02  1:46 UTC 

[PATCH linux-next] xfs: use strscpy() to instead of strncpy()
 2023-02-02  0:57 UTC  (2+ messages)

replacement i_version counter for xfs
 2023-02-01 19:19 UTC  (13+ messages)

[PATCH] xfs: fix hung when transaction commit fail in xfs_inactive_ifree
 2023-02-01  3:21 UTC  (2+ messages)

[PATCH v8 00/27] Parent Pointers
 2023-02-01  1:12 UTC  (7+ messages)

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-31 21:33 UTC  (4+ messages)
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler

[PATCH v2] xfs: allow setting full range of panic tags
 2023-01-31 19:28 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