public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-18 22:22:22 to 2024-01-26 13:30:19 UTC [more...]

put the xfs xfile abstraction on a diet v2
 2024-01-26 13:28 UTC  (18+ messages)
` [PATCH 01/21] mm: move mapping_set_update out of <linux/swap.h>
` [PATCH 02/21] shmem: move shmem_mapping out of line
` [PATCH 03/21] shmem: set a_ops earlier in shmem_symlink
` [PATCH 04/21] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 05/21] shmem: export shmem_get_folio
` [PATCH 06/21] shmem: export shmem_kernel_file_setup
` [PATCH 07/21] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 08/21] xfs: remove xfile_stat
` [PATCH 09/21] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 10/21] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 11/21] xfs: shmem_file_setup can't return NULL
` [PATCH 12/21] xfs: don't modify file and inode flags for shmem files
` [PATCH 13/21] xfs: don't allow highmem pages in xfile mappings
` [PATCH 14/21] xfs: use shmem_get_folio in xfile_obj_store
` [PATCH 15/21] xfs: use shmem_get_folio in in xfile_load
` [PATCH 16/21] xfs: improve detection of lost xfile contents
` [PATCH 17/21] xfs: add file_{get,put}_folio

[PATCHSET] fstests: random fixes for v2024.01.14
 2024-01-26 12:38 UTC  (13+ messages)
` [PATCH 01/10] generic/256: constrain runtime with TIME_FACTOR
` [PATCH 02/10] common/xfs: simplify maximum metadump format detection
` [PATCH 03/10] common/populate: always metadump full metadata blocks
` [PATCH 04/10] xfs/336: fix omitted -a and -o in metadump call
` [PATCH 05/10] common: refactor metadump v1 and v2 tests
` [PATCH 06/10] xfs/{129,234,253,605}: disable metadump v1 testing with external devices
` [PATCH 07/10] xfs/503: test metadump obfuscation, not progressbars
` [PATCH 08/10] xfs/503: split copy and metadump into two tests
` [PATCH 09/10] common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps
` [PATCH 10/10] xfs/122: fix for xfs_attr_shortform removal in 6.8

[PATCH v3 00/15] block atomic writes
 2024-01-26  3:50 UTC  (19+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
` [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
` [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
` [PATCH v3 09/15] block: Add checks to merging of atomic writes
` [PATCH v3 10/15] block: Add fops atomic write support
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
 2024-01-25 23:46 UTC  (6+ messages)

xfs/599 on LBS
 2024-01-25 21:11 UTC  (2+ messages)

[PATCH 0/2] Introduce non-exclusive defrag to spaceman
 2024-01-25 18:42 UTC  (2+ messages)

[PATCH 0/2] fstest changes for LBS
 2024-01-25 16:06 UTC  (19+ messages)
` [PATCH 1/2] xfs/558: scale blk IO size based on the filesystem blksz
` [PATCH 2/2] xfs/161: adapt the test case for LBS filesystem

Convert write_cache_pages() to an iterator v5
 2024-01-25  8:57 UTC  (20+ messages)
` [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/19] writeback: Factor folio_prepare_writeback() "
` [PATCH 09/19] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/19] pagevec: Add ability to iterate a queue
` [PATCH 11/19] writeback: Use the folio_batch queue iterator
` [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/19] writeback: Move the folio_prepare_writeback loop "
` [PATCH 14/19] writeback: Factor writeback_iter_next() "
` [PATCH 15/19] writeback: Add for_each_writeback_folio()
` [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-01-25  6:31 UTC  (8+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-01-24 14:26 UTC  (7+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
 2024-01-24 11:08 UTC  (4+ messages)

[PATCH v2] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
 2024-01-24 10:26 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 3ec53d438
 2024-01-24 10:13 UTC  (2+ messages)

[RESEND] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
 2024-01-24  9:42 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to d8d222e09dab
 2024-01-24  6:01 UTC 

[xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
 2024-01-23 20:52 UTC  (13+ messages)

Linux XFS Filesystem
 2024-01-23 14:01 UTC 

[PATCH] xfs_db: don't hardcode 'type data' size at 512b
 2024-01-23 10:38 UTC  (3+ messages)

[GIT PULL 6/6] xfs_scrub: tighten security of systemd services
 2024-01-23 10:33 UTC  (2+ messages)

[GIT PULL 5/6] xfs_scrub_all: fixes for systemd services
 2024-01-23 10:31 UTC  (2+ messages)

[GIT PULL 4/6] xfs_scrub: fixes for systemd services
 2024-01-23 10:30 UTC  (2+ messages)

[GIT PULL 3/6] xfs_scrub: fixes to the repair code
 2024-01-23 10:29 UTC  (2+ messages)

[GIT PULL 2/6] xfs_scrub: fix licensing and copyright notices
 2024-01-23 10:28 UTC  (2+ messages)

[GIT PULL 1/6] xfsprogs: various bug fixes for 6.6
 2024-01-23 10:26 UTC  (2+ messages)

[GIT PULL 1/4] xfsprogs: various bug fixes for 6.6
 2024-01-23 10:24 UTC  (2+ messages)

[PATCH] xfs: explicitly call cond_resched in xfs_itruncate_extents_flags
 2024-01-23  7:01 UTC  (2+ messages)

[RFC] [PATCH 0/3] xfs: use large folios for buffers
 2024-01-23  0:19 UTC  (20+ messages)
` [PATCH 1/3] xfs: unmapped buffer item size straddling mismatch
` [PATCH 2/3] xfs: use folios in the buffer cache
` [PATCH 3/3] xfs: convert buffer cache to use high order folios
` (no subject)
  ` 
    ` Using Folios for XFS metadata

vmalloc buffers POC
 2024-01-22 19:39 UTC  (5+ messages)
` [PATCH 1/4] xfs: kill XBF_UNMAPPED
` [PATCH 2/4] xfs: map buffers in xfs_buf_alloc_pages
` [PATCH 3/4] xfs: walk b_addr for buffer I/O
` [PATCH 4/4] xfs: use vmalloc for multi-page buffers

[RFC PATCH v2 0/4] remove duplicate ifdefs
 2024-01-22 17:49 UTC  (5+ messages)
` [RFC PATCH v2 1/4] sched: "
` [RFC PATCH v2 2/4] xfs: "
` [RFC PATCH v2 3/4] ntfs: "
` [RFC PATCH v2 4/4] arch/powerpc: "

[PATCHv2] xfs/604: Make test as _notrun for higher blocksizes filesystem
 2024-01-22 16:56 UTC  (2+ messages)

[RFC PATCH 0/3] remove duplicate ifdefs
 2024-01-22 14:37 UTC  (5+ messages)
` [RFC PATCH 2/3] fs: "

[PATCH v2 00/16] block atomic writes
 2024-01-22  8:29 UTC  (3+ messages)
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support

[PATCH v4 1/3] Remove use of LFS64 interfaces
 2024-01-22  7:26 UTC  (5+ messages)
` [PATCH v4 2/3] build: Request 64-bit time_t where possible
` [PATCH v4 3/3] io: Adapt to >= 64-bit time_t

[PATCH v3 1/4] Remove use of LFS64 interfaces
 2024-01-22  7:22 UTC  (7+ messages)
` [PATCH v3 2/4] io: Assert we have a sensible off_t

[PATCH] xfs/604: Make test as _notrun for higher blocksizes filesystem
 2024-01-22  6:29 UTC  (3+ messages)

[GIT PULL] xfs: More code changes for 6.8
 2024-01-19 18:03 UTC  (2+ messages)

[PATCH v2] xfs: ensure submit buffers on LSN boundaries in error handlers
 2024-01-19 13:10 UTC  (3+ messages)

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-01-19  0:52 UTC  (25+ messages)
` [PATCH 01/12] xfs: convert kmem_zalloc() to kzalloc()
` [PATCH 02/12] xfs: convert kmem_alloc() to kmalloc()
` [PATCH 03/12] xfs: move kmem_to_page()
` [PATCH 04/12] xfs: convert kmem_free() for kvmalloc users to kvfree()
` [PATCH 05/12] xfs: convert remaining kmem_free() to kfree()
` [PATCH 06/12] xfs: use an empty transaction for fstrim
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
` [PATCH 08/12] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 09/12] xfs: place intent recovery under NOFS allocation context
` [PATCH 10/12] xfs: place the CIL under nofs "
` [PATCH 11/12] xfs: clean up remaining GFP_NOFS users
` [PATCH 12/12] xfs: use xfs_defer_alloc a bit more

[PATCHSET 0/2] xfs_db: use directio for filesystem access
 2024-01-19  0:52 UTC  (6+ messages)
` [PATCH 2/2] xfs_db: use directio for device access


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