public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-03 03:02:43 to 2023-05-16 14:00:28 UTC [more...]

[PATCH] xfs: don't do inodgc work if task is exiting
 2023-05-16 14:00 UTC  (9+ messages)

DIO hangs in 6.4.0-rc2
 2023-05-16 12:28 UTC 

introduce bdev holder ops and a file system shutdown method
 2023-05-16 11:02 UTC  (32+ messages)
` [PATCH 1/9] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 2/9] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 3/9] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 4/9] block: turn bdev_lock into a mutex
` [PATCH 5/9] block: introduce holder ops
` [PATCH 6/9] block: add a mark_dead holder operation
` [PATCH 7/9] fs: add a method to shut down the file system
` [PATCH 8/9] xfs: wire up sops->shutdown
` [PATCH 9/9] xfs: wire up the ->mark_dead holder operation for log and RT devices

[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-05-16 10:14 UTC  (14+ messages)
` [RFCv5 1/5] iomap: Rename iomap_page_create/release() to iop_alloc/free()
` [RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
` [RFCv5 3/5] iomap: Add iop's uptodate state handling functions
` [RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
` [RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-16  5:23 UTC 

[linus:master] [xfs] 2edf06a50f: fsmark.files_per_sec -5.7% regression
 2023-05-16  3:07 UTC  (9+ messages)

[syzbot] [xfs?] KASAN: use-after-free Read in xfs_btree_lookup_get_block
 2023-05-15  9:05 UTC  (3+ messages)

[PATCH] xfs: avoid freeing multiple extents from same AG in pending transactions
 2023-05-12 22:20 UTC  (5+ messages)

[PATCH] xfs: xfs_nfs_get_inode support zero generation
 2023-05-12  6:02 UTC  (5+ messages)
      `  "

[GIT PULL] xfs: bug fixes for 6.4-rc2
 2023-05-12  1:28 UTC  (9+ messages)

[GIT PULL] xfs: Improve CIL scalability
 2023-05-12  1:28 UTC  (2+ messages)

[PATCH] libxfs: fix confusing xfs_extent_item variable names
 2023-05-11 13:35 UTC  (2+ messages)

performance regression between 6.1.x and 5.15.x
 2023-05-11  1:34 UTC  (11+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 578215f3e21c472c08d70b8796edf1ac58f88578
 2023-05-10 16:59 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 5fda1858a
 2023-05-10 14:16 UTC 

[PATCH] xfs_repair: dont leak buffer when discarding directories
 2023-05-10 14:00 UTC  (2+ messages)

[PATCH] xfs: fix broken logic when detecting mergeable bmap records
 2023-05-10  4:56 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 47cba14ce6fc4f314bd814d07269d0c8de1e4ae6
 2023-05-09 15:56 UTC 

W sprawie samochodu
 2023-05-09  7:35 UTC 

[PATCH] xfs: fix xfs_buf use-after-free in xfs_buf_item_unpin
 2023-05-09  1:06 UTC  (4+ messages)

[PATCH RFC 00/16] block atomic writes
 2023-05-09  0:19 UTC  (49+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits
` [PATCH RFC 02/16] fs/bdev: Add atomic write support info to statx
` [PATCH RFC 03/16] xfs: Support atomic write for statx
` [PATCH RFC 04/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH RFC 05/16] block: Add REQ_ATOMIC flag
` [PATCH RFC 06/16] block: Limit atomic writes according to bio and queue limits
` [PATCH RFC 07/16] block: Add bdev_find_max_atomic_write_alignment()
` [PATCH RFC 08/16] block: Add support for atomic_write_unit
` [PATCH RFC 09/16] block: Add blk_validate_atomic_write_op()
` [PATCH RFC 10/16] block: Add fops atomic write support
` [PATCH RFC 11/16] fs: iomap: Atomic "
` [PATCH RFC 12/16] xfs: Add support for fallocate2
` [PATCH RFC 13/16] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH RFC 14/16] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH RFC 15/16] scsi: scsi_debug: Atomic write support
` [PATCH RFC 16/16] nvme: Support atomic writes

[linux-next:master] BUILD SUCCESS WITH WARNING 52025ebbb518a2d876b8aba191b348ffb1cf368b
 2023-05-08 17:42 UTC 

Build regressions/improvements in v6.4-rc1
 2023-05-08 15:46 UTC  (4+ messages)

[PATCH] xfs: Fix undefined behavior of shift into sign bit
 2023-05-08 15:29 UTC  (2+ messages)

[jlayton:ctime] [xfs] a62b7125f6: xfstests.generic.018.fail
 2023-05-07  8:48 UTC 

[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
 2023-05-07  5:23 UTC  (5+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs
` [PATCH 3/4] xfs: stabilize fs summary counters for online fsck
` [PATCH 4/4] xfs: repair summary counters

[RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
 2023-05-07  4:08 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-05-05 19:44 UTC  (6+ messages)

[PATCH] xfs_repair: estimate per-AG btree slack better
 2023-05-05 14:02 UTC  (6+ messages)

[syzbot] Monthly xfs report (May 2023)
 2023-05-05 13:59 UTC  (2+ messages)

[PATCH 1/3] xfs: fix leak memory when xfs_attr_inactive fails
 2023-05-05 11:27 UTC  (3+ messages)

[RFCv4 0/3] iomap: Support subpage size dirty tracking to improve write performance
 2023-05-05  3:59 UTC  (7+ messages)
` [RFCv4 1/3] iomap: Allocate iop in ->write_begin() early
` [RFCv4 2/3] iomap: Change uptodate variable name to state
` [RFCv4 3/3] iomap: Support subpage size dirty tracking to improve write performance

[PATCH v3 0/6] fs: implement multigrain timestamps
 2023-05-05  0:10 UTC  (8+ messages)
` [PATCH v3 1/6] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v3 2/6] overlayfs: allow it handle multigrain timestamps
` [PATCH v3 3/6] shmem: convert to "
` [PATCH v3 4/6] xfs: "
` [PATCH v3 5/6] ext4: "
` [PATCH v3 6/6] btrfs: "

[ANNOUCE] xfs: for-next updated to 2254a7396a0c
 2023-05-04 23:32 UTC 

[PATCHSET v2 0/4] xfs: bug fixes for 6.4-rc1
 2023-05-04 12:43 UTC  (3+ messages)
` [PATCH 5/4] xfs: fix negative array access in xfs_getbmap

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-05-03 10:31 UTC  (4+ messages)
` [syzbot] [xfs?] "

[6.4-current oops] null ptr deref in blk_mq_sched_bio_merge() from blkdev readahead
 2023-05-03  8:07 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