linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-08 22:33:08 to 2023-05-19 09:37:15 UTC [more...]

cleanup the filemap / direct I/O interaction
 2023-05-19  9:35 UTC 

[PATCH] Documentation: add initial iomap kdoc
 2023-05-19  9:28 UTC  (7+ messages)

[PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
 2023-05-19  8:48 UTC  (5+ messages)
` [PATCH v20 21/32] xfs: Provide a splice-read stub
` [PATCH v20 22/32] zonefs: "

[PATCH v2] Documentation: add initial iomap kdoc
 2023-05-19  5:04 UTC  (8+ messages)

introduce bdev holder ops and a file system shutdown method v2
 2023-05-19  4:11 UTC  (18+ messages)
` [PATCH 01/13] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 02/13] block: refactor bd_may_claim
` [PATCH 03/13] block: turn bdev_lock into a mutex
` [PATCH 04/13] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 05/13] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 06/13] block: unhash the inode earlier in delete_partition
` [PATCH 07/13] block: delete partitions later in del_gendisk
` [PATCH 08/13] block: remove blk_drop_partitions
` [PATCH 09/13] block: introduce holder ops
` [PATCH 10/13] block: add a mark_dead holder operation
` [PATCH 11/13] fs: add a method to shut down the file system
` [PATCH 12/13] xfs: wire up sops->shutdown
` [PATCH 13/13] xfs: wire up the ->mark_dead holder operation for log and RT devices

performance regression between 6.1.x and 5.15.x
 2023-05-19  2:55 UTC  (17+ messages)
                      ` Creating large folios in iomap buffered write path

[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-05-18 16:15 UTC  (25+ 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 v4 0/9] fs: implement multigrain timestamps
 2023-05-18 15:31 UTC  (12+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "

introduce bdev holder ops and a file system shutdown method
 2023-05-18 13:56 UTC  (43+ 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

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

[PATCH] xfs: avoid freeing multiple extents from same AG in pending transactions
 2023-05-18  1:25 UTC  (15+ messages)

xfs: bug fixes for 6.4-rcX
 2023-05-17 22:24 UTC  (17+ messages)
` [PATCH 1/4] xfs: buffer pins need to hold a buffer reference
` [PATCH 2/4] xfs: restore allocation trylock iteration
` [PATCH 3/4] xfs: defered work could create precommits
` [PATCH 4/4] xfs: fix AGF vs inode cluster buffer deadlock

[linux-next:master] BUILD REGRESSION 065efa589871e93b6610c70c1e9de274ef1f1ba2
 2023-05-17 17:28 UTC 

[PATCH RFC 00/16] block atomic writes
 2023-05-17 17:02 UTC  (4+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits

DIO hangs in 6.4.0-rc2
 2023-05-16 22:09 UTC  (4+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 885df05bf634d589fbf030c3751614eaa453fb5d
 2023-05-16 17:36 UTC 

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

[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: 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)

[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)


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).