public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-08 14:14:57 to 2023-09-18 05:55:17 UTC [more...]

[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-18  5:54 UTC  (7+ messages)
` [PATCH v3 1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v3 2/4] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v3 3/4] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[PATCH v3] xfs: introduce protection for drop nlink
 2023-09-18  5:48 UTC  (7+ messages)

[RFC 00/23] Enable block size > page size in XFS
 2023-09-18  5:07 UTC  (37+ messages)
` [RFC 01/23] fs: Allow fine-grained control of folio sizes
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio
` [RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
` [RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
` [RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
` [RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
` [RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()
` [RFC 09/23] filemap: use mapping_min_order while allocating folios
` [RFC 10/23] filemap: align the index to mapping_min_order in filemap_get_pages()
` [RFC 11/23] filemap: align the index to mapping_min_order in do_[a]sync_mmap_readahead
` [RFC 12/23] filemap: align index to mapping_min_order in filemap_fault()
` [RFC 13/23] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC 14/23] readahead: allocate folios with mapping_min_order in ra_unbounded()
` [RFC 15/23] readahead: align with mapping_min_order in force_page_cache_ra()
` [RFC 16/23] readahead: add folio with at least mapping_min_order in page_cache_ra_order
` [RFC 17/23] readahead: set the minimum ra size in get_(init|next)_ra
` [RFC 18/23] readahead: align ra start and size to mapping_min_order in ondemand_ra()
` [RFC 19/23] truncate: align index to mapping_min_order
` [RFC 20/23] mm: round down folio split requirements
` [RFC 21/23] xfs: expose block size in stat
` [RFC 22/23] xfs: enable block size larger than page size support
` [RFC 23/23] xfs: set minimum order folio for page cache based on blocksize

[PATCH v2] xfs: remove redundant batch variables for serialization
 2023-09-18  4:33 UTC  (6+ messages)

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18  2:49 UTC  (21+ messages)
` [RFC v2 01/10] bdev: rename iomap aops
` [RFC v2 02/10] bdev: dynamically set aops to enable LBS support
` [RFC v2 03/10] bdev: increase bdev max blocksize depending on the aops used
` [RFC v2 04/10] filesystems: add filesytem buffer-head flag
` [RFC v2 05/10] bdev: allow to switch between bdev aops
` [RFC v2 06/10] bdev: simplify coexistance
` [RFC v2 07/10] nvme: enhance max supported LBA format check
` [RFC v2 08/10] nvme: add awun / nawun sanity check
` [RFC v2 09/10] nvme: add nvme_core.debug_large_atomics to force high awun as phys_bs
` [RFC v2 10/10] nvme: enable LBS support

dentry UAF bugs crashing arm64 machines on 6.5/6.6?
 2023-09-18  1:37 UTC  (3+ messages)

[PATCH V2] mkfs: Improve warning when AG size is a multiple of stripe width
 2023-09-17 22:52 UTC  (3+ messages)

[PATCHSET v2 0/2] fstests: fix ro mounting with unknown rocompat features
 2023-09-17 16:44 UTC  (4+ messages)
` [PATCH 1/2] xfs/270: actually test file readability

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-17 15:35 UTC  (2+ messages)
` [syzbot] [block] "

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-15 18:26 UTC  (18+ messages)
  ` [PATCH 1/6] filemap: make the folio order calculation shareable
  ` [PATCH 2/6] shmem: drop BLOCKS_PER_PAGE macro
  ` [PATCH 3/6] shmem: account for large order folios
  ` [PATCH 4/6] shmem: add order parameter support to shmem_alloc_folio
  ` [PATCH 5/6] shmem: add file length in shmem_get_folio path
  ` [PATCH 6/6] shmem: add large folios support to the write path

[PATCH] mkfs: Improve warning when AG size is a multiple of stripe width
 2023-09-15 10:28 UTC  (5+ messages)

Proszę o kontakt
 2023-09-15  8:00 UTC 

[PATCH] xfs: drop experimental warning for FSDAX
 2023-09-15  6:38 UTC 

[PATCH v2 0/6] xfs: CPU usage optimizations for realtime allocator
 2023-09-14 21:48 UTC  (5+ messages)
` [PATCH v2 1/6] xfs: cache last bitmap block in "

[PATCHSET 0/6] xfsprogs: minor fixes
 2023-09-14 18:26 UTC  (17+ messages)
` [PATCH 1/6] libfrog: fix overly sleep workqueues
` [PATCH 2/6] libfrog: don't fail on XFS_FSOP_GEOM_FLAGS_NREXT64 in xfrog_bulkstat_single5
` [PATCH 3/6] libxfs: use XFS_IGET_CREATE when creating new files
` [PATCH 4/6] xfs_scrub: actually return errno from check_xattr_ns_names
` [PATCH 5/6] xfs_repair: set aformat and anextents correctly when clearing the attr fork
` [PATCH 6/6] libxfs: fix atomic64_t detection on x86 32-bit architectures
  ` [PATCH v1.1 "

cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (6+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write

[PATCH] xfs: correct calculation for blockcount
 2023-09-13 10:29 UTC  (7+ messages)
` [PATCH v2] xfs: correct calculation for agend and blockcount
` [PATCH v3] "

[PATCH v2] xfs: introduce protection for drop nlink
 2023-09-13 10:16 UTC  (3+ messages)

[PATCH 0/5] Remove the XFS mrlock
 2023-09-13  8:59 UTC  (21+ messages)
` [PATCH 1/5] locking: Add rwsem_is_write_locked()

[PATCH] xfs: delete some dead code in xfile_create()
 2023-09-13  7:01 UTC  (6+ messages)

[PATCH V2] xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
 2023-09-13  1:38 UTC  (4+ messages)
  ` [PATCH V3] "

[PATCH 5.15 CANDIDATE 0/6] 5.15 inodegc fixes
 2023-09-12 19:00 UTC  (8+ messages)
` [PATCH 5.15 CANDIDATE 1/6] xfs: bound maximum wait time for inodegc work
` [PATCH 5.15 CANDIDATE 2/6] xfs: introduce xfs_inodegc_push()
` [PATCH 5.15 CANDIDATE 3/6] xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
` [PATCH 5.15 CANDIDATE 4/6] xfs: check that per-cpu inodegc workers actually run on that cpu
` [PATCH 5.15 CANDIDATE 5/6] xfs: disable reaping in fscounters scrub
` [PATCH 5.15 CANDIDATE 6/6] xfs: fix xfs_inodegc_stop racing with mod_delayed_work

[GIT PULL 8/8] xfs: fix out of bounds memory access in scrub
 2023-09-12 17:40 UTC 

[GIT PULL 7/8] xfs: disallow LARP on old fses
 2023-09-12 17:40 UTC 

[GIT PULL 6/8] xfs: reload entire iunlink lists
 2023-09-12 17:40 UTC 

[GIT PULL 5/8] xfs: reload the last iunlink item
 2023-09-12 17:40 UTC 

[GIT PULL 4/8] xfs: fix EFI recovery livelocks
 2023-09-12 17:39 UTC 

[GIT PULL 3/8] xfs: fix ro mounting with unknown rocompat features
 2023-09-12 17:39 UTC 

[GIT PULL 2/8] xfs: fix cpu hotplug mess
 2023-09-12 17:39 UTC 

[GIT PULL 1/8] xfs: fix fsmap cursor handling
 2023-09-12 17:39 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 4aa8cdd5e523
 2023-09-12 17:12 UTC 

[syzbot] KASAN: stack-out-of-bounds Read in xfs_buf_delwri_submit_buffers
 2023-09-12 16:35 UTC  (3+ messages)
` [syzbot] [xfs?] "

[ANNOUNCE] xfsprogs: for-next updated to e17ccef35
 2023-09-12  7:28 UTC 

PATCH] xfs: use roundup_pow_of_two in xlog_write_log_records
 2023-09-12  7:17 UTC  (2+ messages)

[PATCH] xfs: only call xchk_stats_merge after validating scrub inputs
 2023-09-12  4:46 UTC  (2+ messages)

[PATCH v6 34/45] xfs: dynamically allocate the xfs-buf shrinker
 2023-09-11  9:44 UTC  (3+ messages)
` [PATCH v6 35/45] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v6 36/45] xfs: dynamically allocate the xfs-qm shrinker

Proszę o kontakt
 2023-09-11  8:15 UTC 

Why doesn't XFS need ->launder_folio?
 2023-09-11  0:02 UTC  (2+ messages)

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

[PATCH] libxfs: fix atomic64_t detection on x86 32-bit architectures
 2023-09-08 23:58 UTC  (4+ messages)

[PATCH] xfs: remove redundant batch variables for serialization
 2023-09-08 23:57 UTC  (2+ messages)

[PATCHSET v26.0 0/6] xfs: prepare repair for bulk loading
 2023-09-08 23:34 UTC  (4+ messages)
` [PATCH 3/6] xfs: log EFIs for all btree blocks being used to stage a btree

[PATCH] common: fix rt_ops setup in _scratch_mkfs_sized
 2023-09-08 14:13 UTC  (2+ messages)


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