Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 02:23:06 to 2022-05-05 06:24:19 UTC [more...]

[Bug 215786] New: unable to handle page fault BUG triggered in fs/xfs/xfs_log_recover.c: xlog_recover_add_to_cont_trans() when mount a corrupted image
 2022-05-05  6:24 UTC  (3+ messages)
` [Bug 215786] "

[Bug 215921] New: kernel BUG at fs/xfs/xfs_message.c:110!
 2022-05-05  6:23 UTC  (3+ messages)
` [Bug 215921] "

[Bug 215922] New: KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]
 2022-05-05  6:23 UTC  (3+ messages)
` [Bug 215922] "

[Bug 215927] New: kernel deadlock when mounting the image
 2022-05-05  6:21 UTC  (6+ messages)
` [Bug 215927] "

generic/068 crash on 5.18-rc2?
 2022-05-05  4:24 UTC  (17+ messages)

[PATCH v2 0/3] xfs: remove quota warnings
 2022-05-05  1:18 UTC  (4+ messages)
` [PATCH v2 1/3] xfs: remove quota warning limit from struct xfs_quota_limits
` [PATCH v2 2/3] xfs: remove warning counters from struct xfs_dquot_res
` [PATCH v2 3/3] xfs: don't set warns on dquots

[ANNOUNCE] xfsprogs 5.16.0 released
 2022-05-04 19:21 UTC 

[PATCH] iomap: iomap_write_end cleanup
 2022-05-04 17:21 UTC  (9+ messages)

reduce memory allocation in the btrfs direct I/O path
 2022-05-04 16:23 UTC  (6+ messages)
` [PATCH 1/5] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 2/5] iomap: add per-iomap_iter private data
` [PATCH 3/5] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 4/5] btrfs: allocate dio_data on stack
` [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[PATCH] iomap: iomap_write_failed fix
 2022-05-04 14:09 UTC  (4+ messages)

[ANNOUNCE] xfs: for-next branch updated to 86810a9ebd9e69498524c57a83f1271ade56ded8
 2022-05-04  9:22 UTC 

[PATCH 00/10 v2] xfs: LARP - clean up xfs_attr_set_iter state machine
 2022-05-04  5:49 UTC  (12+ messages)
` [PATCH 13/16] xfs: switch attr remove to xfs_attri_set_iter
` [PATCH 14/16] xfs: remove xfs_attri_remove_iter
` [PATCH 16/16] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework

[PATCH 00/10 v6] xfs: intent whiteouts
 2022-05-04  1:49 UTC  (20+ messages)
` [PATCH 01/10] xfs: zero inode fork buffer at allocation
` [PATCH 02/10] xfs: fix potential log item leak
` [PATCH 03/10] xfs: hide log iovec alignment constraints
` [PATCH 04/10] xfs: don't commit the first deferred transaction without intents
` [PATCH 05/10] xfs: add log item flags to indicate intents
` [PATCH 06/10] xfs: tag transactions that contain intent done items
` [PATCH 07/10] xfs: factor and move some code in xfs_log_cil.c
` [PATCH 08/10] xfs: add log item method to return related intents
` [PATCH 09/10] xfs: whiteouts release intents that are not in the AIL
` [PATCH 10/10] xfs: intent item whiteouts

[PATCH 0/4] xfs: fix random format verification issues
 2022-05-03 23:28 UTC  (20+ messages)
` [PATCH 1/4] xfs: detect self referencing btree sibling pointers
` [PATCH 2/4] xfs: validate inode fork size against fork format
` [PATCH 3/4] xfs: set XFS_FEAT_NLINK correctly
` [PATCH 4/4] xfs: validate v5 feature fields

[PATCH v3 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-05-03 23:00 UTC  (7+ messages)
` [PATCH v3 1/5] xfs_quota: separate quota info acquisition into get_dquot()
` [PATCH v3 2/5] xfs_quota: separate get_dquot() and dump_file()
` [PATCH v3 3/5] xfs_quota: separate get_dquot() and report_mount()
` [PATCH v3 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
` [PATCH v3 5/5] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v2 0/1] debian: Resend .gitcensus change
 2022-05-03  7:51 UTC  (5+ messages)
` [PATCH v2 1/1] debian: Generate .gitcensus instead of .census (Closes: #999743)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-02 21:21 UTC  (18+ messages)
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 06/18] xfs: add iomap async buffered write support
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes

[PATCH V2] block: ignore RWF_HIPRI hint for sync dio
 2022-05-02 16:07 UTC  (3+ messages)

[PATCH 0/8 v5] xfs: intent whiteouts
 2022-04-30 17:02 UTC  (35+ messages)
` [PATCH 1/8] xfs: hide log iovec alignment constraints
` [PATCH 2/8] xfs: don't commit the first deferred transaction without intents
` [PATCH 3/8] xfs: add log item flags to indicate intents
` [PATCH 4/8] xfs: tag transactions that contain intent done items
` [PATCH 5/8] xfs: factor and move some code in xfs_log_cil.c
` [PATCH 6/8] xfs: add log item method to return related intents
` [PATCH 7/8] xfs: whiteouts release intents that are not in the AIL
` [PATCH 8/8] xfs: intent item whiteouts

[PATCH] xfs: revert "xfs: actually bump warning counts when we send warnings"
 2022-04-30  9:02 UTC  (2+ messages)
` [xfs] 720da41fc9: xfstests.xfs.144.fail

[PATCH v1 0/2] xfs: remove quota warning limits
 2022-04-29 19:38 UTC  (19+ messages)
` [PATCH v1 1/2] xfs: remove quota warning limit from struct xfs_quota_limits
` [RFC PATCH v1 2/2] xfs: don't set warns on the id==0 dquot
  ` [xfs] 3937433c63: xfstests.xfs.153.fail

[ANNOUNCE] xfsprogs-5.16.0-rc0 released
 2022-04-29 14:24 UTC 

[GIT PULL] xfs: fixes for 5.18-rc5
 2022-04-28 21:31 UTC  (4+ messages)

[GIT PULL] xfs: fix reflink inefficiencies
 2022-04-28 19:11 UTC 

[GIT PULL] xfs: fix rmap inefficiencies
 2022-04-28 19:10 UTC 

[PATCHSET v2 0/9] xfs: fix reflink inefficiencies
 2022-04-28 12:56 UTC  (23+ messages)
` [PATCH 1/9] xfs: count EFIs when deciding to ask for a continuation of a refcount update
` [PATCH 2/9] xfs: stop artificially limiting the length of bunmap calls
` [PATCH 4/9] xfs: create shadow transaction reservations for computing minimum log size
` [PATCH 5/9] xfs: report "max_resp" used for min log size computation
` [PATCH 6/9] xfs: reduce the absurdly large log operation count
` [PATCH 7/9] xfs: reduce transaction reservations with reflink
` [PATCH 8/9] xfs: rewrite xfs_reflink_end_cow to use intents
` [PATCH 9/9] xfs: rename xfs_*alloc*_log_count to _block_count

[PATCHSET v2 0/4] xfs: fix rmap inefficiencies
 2022-04-28 12:45 UTC  (7+ messages)
` [PATCH 3/4] xfs: speed up rmap lookups by using non-overlapped lookups when possible
` [PATCH 4/4] xfs: speed up write operations "

[PATCH v2 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-04-28 12:43 UTC  (7+ messages)
` [PATCH v2 2/5] xfs_quota: separate get_dquot() and dump_file()
` [PATCH v2 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump

[PATCH] ext4/054,ext4/055: don't run when using DAX
 2022-04-28  6:55 UTC  (3+ messages)

[PATCH] io/mmap.c: fix musl build on mips64
 2022-04-28  3:31 UTC  (4+ messages)

[PATCHSET 00/48] xfsprogs: sync libxfs with 5.16
 2022-04-28  3:03 UTC  (5+ messages)
` [PATCH 24/48] xfs_db: fix metadump level comparisons
` [PATCH 27/48] xfs_repair: fix AG header btree "

[ANNOUNCE] xfs: for-next tree updated to a44a027a8b2a
 2022-04-27 21:53 UTC  (4+ messages)

[RFC PATCH 0/3] xfs: add memory failure tests for dax mode
 2022-04-27  6:22 UTC 

[PATCH] fsstress: remove ALLOCSP and FREESP operations entirely
 2022-04-27  3:35 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).