public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-13 12:58:23 to 2023-09-20 00:01:04 UTC [more...]

proposal: enhance 'cp --reflink' to expose ioctl_ficlonerange
 2023-09-20  0:00 UTC  (4+ messages)

[PATCH] Documentation: xfs: Remove repeated word in comments
 2023-09-19 22:10 UTC  (5+ messages)

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-19 21:51 UTC  (29+ 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

[RFC 00/23] Enable block size > page size in XFS
 2023-09-19 21:15 UTC  (46+ 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 v7 00/13] fs: implement multigrain timestamps
 2023-09-19 20:46 UTC  (8+ messages)
` [PATCH v7 12/13] ext4: switch to "

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-09-19 16:28 UTC  (10+ messages)
  ` [PATCH v2 1/6] shmem: drop BLOCKS_PER_PAGE macro
  ` [PATCH v2 2/6] shmem: return freed pages in shmem_free_swap
  ` [PATCH v2 3/6] shmem: account for large order folios
  ` [PATCH v2 4/6] shmem: add order parameter support to shmem_alloc_folio
  ` [PATCH v2 5/6] shmem: add file length in shmem_get_folio path
  ` [PATCH v2 6/6] shmem: add large folios support to the write path

[GIT PULL] xfs: fix ro mounting with unknown rocompat features
 2023-09-19 16:01 UTC 

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-19 14:38 UTC  (5+ messages)
` [syzbot] [block] "

[PATCHSET 0/2] iomap: fix unshare data corruption bug
 2023-09-19  9:24 UTC  (11+ messages)
` [PATCH 1/2] iomap: don't skip reading in !uptodate folios when unsharing a range
` [PATCH 2/2] iomap: convert iomap_unshare_iter to use large folios
` [PATCH 3/2] fstests: test FALLOC_FL_UNSHARE when pagecache is not loaded

Pytanie o samochód
 2023-09-19  7:35 UTC 

linux-next: Fixes tag needs some work in the xfs tree
 2023-09-19  7:25 UTC 

[PATCH V3] xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
 2023-09-19  6:34 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 8b010acb3154
 2023-09-19  6:05 UTC 

[PATCH v3] xfs: introduce protection for drop nlink
 2023-09-19  3:33 UTC  (9+ messages)

[PATCH v4] xfs: introduce protection for drop nlink
 2023-09-19  3:31 UTC  (2+ messages)

[PATCH] mkfs: Update agsize description in the man page
 2023-09-19  3:27 UTC  (3+ messages)

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

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18 18:42 UTC  (26+ 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

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

[PATCH V2] mkfs: Improve warning when AG size is a multiple of stripe width
 2023-09-18  7:45 UTC  (4+ messages)

[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-18  5:55 UTC  (8+ 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 v2] xfs: remove redundant batch variables for serialization
 2023-09-18  4:33 UTC  (4+ messages)

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

[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 

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

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


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