public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-19 22:28:35 to 2023-02-01 19:10:57 UTC [more...]

[PATCH 00/42] xfs: per-ag centric allocation alogrithms
 2023-02-01 19:10 UTC  (22+ messages)
` [PATCH 05/42] xfs: t_firstblock is tracking AGs not blocks
` [PATCH 06/42] xfs: don't assert fail on transaction cancel with deferred ops
` [PATCH 07/42] xfs: active perag reference counting
` [PATCH 08/42] xfs: rework the perag trace points to be perag centric
` [PATCH 09/42] xfs: convert xfs_imap() to take a perag
` [PATCH 10/42] xfs: use active perag references for inode allocation
` [PATCH 11/42] xfs: inobt can use perags in many more places than it does
` [PATCH 12/42] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 13/42] xfs: perags need atomic operational state
` [PATCH 14/42] xfs: introduce xfs_for_each_perag_wrap()

[PATCH] xfs_db: make flist_find_ftyp() to check for field existance on disk
 2023-02-01 17:21 UTC 

xfs_repair: fatal error -- couldn't map inode 13199169, err = 117
 2023-02-01 12:55 UTC 

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

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

replacement i_version counter for xfs
 2023-01-31 23:31 UTC  (11+ 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

[RFCv2 0/3] iomap: Add support for subpage dirty state tracking to improve write performance
 2023-01-31 20:00 UTC  (22+ 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
` [RFCv2 3/3] iomap: Support subpage size dirty tracking to improve write performance

[PATCH v2] xfs: allow setting full range of panic tags
 2023-01-31 19:28 UTC  (4+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-31  6:11 UTC  (5+ messages)
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy

xfs_repair on filesystem stuck in "rebuild AG headers and trees"?
 2023-01-30 18:33 UTC  (4+ messages)

[PATCH v2 0/2] xfs_admin: get/set label of mounted filesystems
 2023-01-26 18:03 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

return an ERR_PTR from __filemap_get_folio v2
 2023-01-26 17:24 UTC  (16+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-26 12:02 UTC  (20+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 RESEND 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 RESEND 5/8] ceph: "
` [PATCH v8 RESEND 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 RESEND 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 RESEND 8/8] nfsd: remove fetch_iversion export operation

[PATCH] xfs: allow setting full range of panic tags
 2023-01-26  3:27 UTC  (3+ messages)

[PATCH 0/4] fsverity cleanups
 2023-01-25 18:12 UTC  (3+ messages)
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

[ANNOUNCE] xfsprogs: for-next updated to d8eab7600
 2023-01-25 17:21 UTC  (5+ messages)

mkfs.xfs protofile and paths with spaces
 2023-01-25 11:09 UTC  (3+ messages)

[PATCHSET 0/3] xfs-documentation: updates for 6.1
 2023-01-25  1:20 UTC  (8+ messages)
` [PATCH 1/3] design: update group quota inode information for v5 filesystems
` [PATCH 2/3] design: document the large extent count ondisk format changes
` [PATCH 3/3] design: document extended attribute log item changes

[ANNOUNCE] New mailing list for fsverity development
 2023-01-24 22:19 UTC 

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xfs_btree_del_cursor
 2023-01-24  9:28 UTC 

[syzbot] KASAN: stack-out-of-bounds Read in xfs_buf_lock
 2023-01-21 20:19 UTC  (2+ messages)
` [syzbot] [xfs?] "

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-21  6:39 UTC  (6+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[PATCH 0/2] xfsprogs: fix libtoolize issues
 2023-01-20 14:16 UTC  (5+ messages)
` [PATCH 1/2] progs: autoconf fails during debian package builds
` [PATCH 2/2] progs: just use libtoolize

[PATCHSET v2 0/4] fstests: filesystem population fixes
 2023-01-19 16:19 UTC  (6+ messages)
` [PATCH 4/4] populate: improve runtime of __populate_fill_fs

[PATCH v1] xfs_admin: get/set label of mounted filesystem
 2023-01-20  3:34 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox