linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 14:14:33 to 2025-07-01 19:08:58 UTC [more...]

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-07-01 19:08 UTC  (27+ messages)
` [PATCH v6 1/6] fs: split fileattr related helpers into separate file
` [PATCH v6 2/6] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v6 3/6] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v6 5/6] fs: prepare for extending file_get/setattr()
` [PATCH v6 6/6] fs: introduce file_getattr and file_setattr syscalls

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-01 18:47 UTC  (2+ messages)

[PATCHBOMB] xfsprogs: ports and new code for 6.16
 2025-07-01 18:09 UTC  (18+ messages)
` [PATCHSET 1/3] xfsprogs: new libxfs code from kernel 6.16
  ` [PATCH 1/6] xfs: add helpers to compute transaction reservation for finishing intent items
  ` [PATCH 2/6] xfs: allow block allocator to take an alignment hint
  ` [PATCH 3/6] xfs: commit CoW-based atomic writes atomically
  ` [PATCH 4/6] libxfs: add helpers to compute log item overhead
  ` [PATCH 5/6] xfs: add xfs_calc_atomic_write_unit_max()
  ` [PATCH 6/6] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCHSET 2/3] xfsprogs: atomic writes
  ` [PATCH 1/7] libfrog: move statx.h from io/ to libfrog/
  ` [PATCH 2/7] xfs_db: create an untorn_max subcommand
  ` [PATCH 3/7] xfs_io: dump new atomic_write_unit_max_opt statx field
  ` [PATCH 4/7] mkfs: don't complain about overly large auto-detected log stripe units
  ` [PATCH 5/7] mkfs: autodetect log stripe unit for external log devices
  ` [PATCH 6/7] mkfs: try to align AG size based on atomic write capabilities
  ` [PATCH 7/7] mkfs: allow users to configure the desired maximum atomic write size
` [PATCHSET 3/3] xfs_scrub: drop EXPERIMENTAL warning
  ` [PATCH 1/1] xfs_scrub: remove EXPERIMENTAL warnings

misc cleanups v2
 2025-07-01 16:53 UTC  (19+ messages)
` [PATCH 1/7] xfs: clean up the initial read logic in xfs_readsb
` [PATCH 2/7] xfs: remove the call to sync_blockdev in xfs_configure_buftarg
` [PATCH 3/7] xfs: add a xfs_group_type_buftarg helper
` [PATCH 4/7] xfs: refactor xfs_calc_atomic_write_unit_max
` [PATCH 5/7] xfs: rename the bt_bdev_* buftarg fields
` [PATCH 6/7] xfs: remove the bt_bdev_file buftarg field
` [PATCH 7/7] xfs: remove the bt_meta_sectorsize field in struct buftarg

[PATCH] fs/xfs: replace strncpy with strscpy
 2025-07-01 15:42 UTC  (9+ messages)

misc cleanups
 2025-07-01 14:55 UTC  (20+ messages)
` [PATCH 1/7] xfs: clean up the initial read logic in xfs_readsb
` [PATCH 2/7] xfs: remove the call to sync_blockdev in xfs_configure_buftarg
` [PATCH 4/7] xfs: refactor xfs_calc_atomic_write_unit_max
` [PATCH 7/7] xfs: remove the bt_meta_sectorsize field in struct buftarg

[PATCH 0/6] xfs: cleanup key comparing routines
 2025-07-01 14:53 UTC  (4+ messages)
` [PATCH 6/6] xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()

[PATCH v3 13/16] fuse: use iomap for writeback
 2025-07-01 11:34 UTC  (4+ messages)

[PATCH v2 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-01  8:46 UTC  (8+ messages)

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-07-01  6:23 UTC  (13+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()

[PATCH] xfs: replace strncpy with memcpy in xattr listing
 2025-06-30 18:34 UTC  (5+ messages)

refactor the iomap writeback code v3
 2025-06-30 12:41 UTC  (36+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK

[ANNOUNCE] xfs-linux: for-next updated to 481e99aa7221
 2025-06-30 12:34 UTC 

[PATCH v2] xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
 2025-06-30  6:39 UTC  (2+ messages)

[PATCH] xfs: report a writeback error on a read() call
 2025-06-27 21:19 UTC  (18+ messages)

IO error handling in xfs_repair
 2025-06-27 19:24 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f259584cb40c
 2025-06-27 13:21 UTC  (4+ messages)

(no subject)
 2025-06-27 10:53 UTC  (15+ messages)
` [PATCH 1/7] xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
` [PATCH 2/7] xfs: catch stale AGF/AGF metadata
` [PATCH 3/7] xfs: avoid dquot buffer pin deadlock
` [PATCH 4/7] xfs: add tracepoints for stale pinned inode state debug
` [PATCH 5/7] xfs: rearrange code in xfs_buf_item.c
` [PATCH 6/7] xfs: factor out stale buffer item completion
` [PATCH 7/7] xfs: fix unmount hang with unflushable inodes stuck in the AIL

IT bez rekrutacji
 2025-06-27  7:45 UTC 

[PATCH] xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
 2025-06-27  7:08 UTC  (2+ messages)

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-26 13:57 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin (2)
 2025-06-26  7:33 UTC  (3+ messages)

[PATCH v6 0/3] atomic writes tests (part 2)
 2025-06-26  0:27 UTC  (4+ messages)
` [PATCH v6 1/3] common/atomicwrites: add helper for multi block atomic writes
` [PATCH v6 2/3] generic: various atomic write tests with hardware and scsi_debug
` [PATCH v6 3/3] xfs: more multi-block atomic writes tests

[PATCH v5 0/3] atomic writes tests (part 2)
 2025-06-26  0:00 UTC  (6+ messages)
` [PATCH v5 2/3] generic: various atomic write tests with hardware and scsi_debug

[PATCH v3 14/16] fuse: use iomap for folio laundering
 2025-06-25 17:02 UTC  (2+ messages)

[syzbot] Monthly xfs report (Jun 2025)
 2025-06-25 14:15 UTC 

[PATCH 0/2] xfs: iclog small cleanup
 2025-06-25 11:22 UTC  (11+ messages)
` [PATCH 1/2] xfs: replace iclogs circular list with a list_head
` [PATCH 2/2] xfs: kill xlog_in_core_2_t typedef

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-25 11:10 UTC  (8+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 12/16] fuse: use iomap for buffered writes

cleanup log item formatting
 2025-06-24 14:38 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).