messages from 2023-04-25 12:47:53 to 2023-05-05 17:53:16 UTC [more...]
introduce bdev holder ops and a file system shutdown method
2023-05-05 17:51 UTC (6+ 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] 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)
[PATCH RFC 00/16] block atomic writes
2023-05-05 8:01 UTC (34+ 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
[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 (9+ messages)
` [PATCH 1/4] xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
` [PATCH 2/4] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
` [PATCH 3/4] xfs: flush dirty data and drain directios before scrubbing cow fork
` [PATCH 4/4] xfs: don't allocate into the data fork for an unshare request
` [PATCH 5/4] xfs: fix negative array access in xfs_getbmap
[PATCH] xfs_repair: dont leak buffer when discarding directories
2023-05-03 15:15 UTC
[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)
[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
2023-05-03 3:02 UTC (5+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs
` [PATCH 2/4] vfs: allow exclusive freezing of filesystems
` [PATCH 3/4] xfs: stabilize fs summary counters for online fsck
` [PATCH 4/4] xfs: repair summary counters
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xfs_getbmap
2023-05-03 0:14 UTC (10+ messages)
[PATCH] xfs: avoid freeing multiple extents from same AG in pending transactions
2023-05-02 22:41 UTC (2+ messages)
Corruption of in-memory data (0x8) detected at xfs_defer_finish_noroll on kernel 6.3
2023-05-02 23:13 UTC (3+ messages)
[PATCHSET 0/7] fstests: random fixes for v2023.05.01
2023-05-02 20:08 UTC (8+ messages)
` [PATCH 1/7] fsx: fix indenting of columns in bad buffers report
` [PATCH 2/7] xfs/262: remove dangerous labels
` [PATCH 3/7] generic/724,xfs/791: adjust test preconditions for post-EOF stripe zeroing
` [PATCH 4/7] xfs/{243,245,272,274}: ignore raid alignment flags in bmap output
` [PATCH 5/7] fiemap-tester: holes can be backed by unwritten extents
` [PATCH 6/7] fiemap: FIEMAP_EXTENT_LAST denotes the last record in the recordset
` [PATCH 7/7] generic/{094,225}: drop the file allocation unit requirements
[PATCH v2] xfs: fix ag count overflow during growfs
2023-05-02 7:35 UTC (3+ messages)
[PATCHSET v2 0/4] xfs: inodegc fixes for 6.4-rc1
2023-05-01 23:10 UTC (6+ messages)
` [PATCH 1/4] xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
` [PATCH 2/4] xfs: check that per-cpu inodegc workers actually run on that cpu
` [PATCH 3/4] xfs: disable reaping in fscounters scrub
` [PATCH 4/4] xfs: fix xfs_inodegc_stop racing with mod_delayed_work
RFC: allow building a kernel without buffer_heads
2023-05-01 16:00 UTC (9+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD
` [PATCH 16/17] block: use iomap for writes to block devices
` [f2fs-dev] "
[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
2023-05-01 10:12 UTC (3+ messages)
` [PATCH v6 1/3] mm: vmscan: ignore "
[GIT PULL] xfs: new code for 6.4
2023-04-29 18:19 UTC (3+ messages)
[GIT PULL] iomap: new code for 6.4
2023-04-29 18:19 UTC (2+ messages)
[jlayton:ctime] [xfs] 97834d91c9: xfstests.xfs.443.fail
2023-04-29 2:21 UTC
[PATCH] mkfs: warning about misaligned AGs and RAID stripes is not an error
2023-04-28 8:09 UTC (2+ messages)
[PATCH] xfs_db: fix broken logic in error path
2023-04-28 6:57 UTC (2+ messages)
[PATCHSET 0/4] xfs: bug fixes for 6.4-rc1
2023-04-28 4:30 UTC (13+ messages)
` [PATCH 1/4] xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
` [PATCH 2/4] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
` [PATCH 3/4] xfs: flush dirty data and drain directios before scrubbing cow fork
` [PATCH 4/4] xfs: don't allocate into the data fork for an unshare request
[PATCHSET 0/4] xfs: inodegc fixes for 6.4-rc1
2023-04-28 4:28 UTC (11+ messages)
` [PATCH 1/4] xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
` [PATCH 2/4] xfs: check that per-cpu inodegc workers actually run on that cpu
` [PATCH 3/4] xfs: disable reaping in fscounters scrub
` [PATCH 4/4] xfs: fix xfs_inodegc_stop racing with mod_delayed_work
[PATCHSET 0/4] xfs: bug fixes for 6.4-rc1
2023-04-27 22:51 UTC (3+ messages)
` [PATCH 1/4] xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
[PATCH] xfs: drop EXPERIMENTAL tag for large extent counts
2023-04-27 19:01 UTC (3+ messages)
[ANNOUNCE] xfsdump: for-next **rebased** to dcfb054
2023-04-27 16:49 UTC
[ANNOUNCE] xfsdump: for-next updated to c3a72aa
2023-04-27 16:04 UTC (4+ messages)
[PATCH] xfs: fix livelock in delayed allocation at ENOSPC
2023-04-27 15:07 UTC (8+ messages)
[PATCH v2 0/3] fs: multigrain timestamps
2023-04-27 9:57 UTC (16+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime
[PATCH] xfs: fix ag count overflow during growfs
2023-04-27 9:05 UTC (3+ messages)
[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
2023-04-27 8:29 UTC (5+ messages)
[ANNOUNCE] xfs: for-next updated to 9419092fb263
2023-04-26 23:11 UTC
[RFCv3 3/3] iomap: Support subpage size dirty tracking to improve write performance
2023-04-26 9:57 UTC (2+ messages)
W sprawie samochodu
2023-04-26 7:55 UTC
[PATCH] xfs: fix xfs_buf use-after-free in xfs_buf_item_unpin
2023-04-26 3:00 UTC (2+ messages)
[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-04-26 2:37 UTC (9+ messages)
` [RFC PATCH v11.1 "
[PATCHSET v2 0/4] fstests: direct specification of looping test duration
2023-04-26 0:14 UTC (5+ messages)
` [PATCH 1/4] generic/476: reclassify this test as a long running soak stress test
` [PATCH 2/4] readme: document TIME/LOAD_FACTOR
` [PATCH 3/4] misc: add duration for long soak tests
` [PATCH 4/4] misc: add duration for recovery loop tests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox