public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 11:22:44 to 2023-08-12 09:05:47 UTC [more...]

[PATCHSET 0/3] xfs: maintainer transition for 6.6
 2023-08-12  9:05 UTC  (5+ messages)
` [PATCH 1/3] docs: add maintainer entry profile for XFS

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()

s_fs_info and ->kill_sb revisited v2
 2023-08-11  7:24 UTC  (27+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the xfs_mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 06/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH] xfs: fix deadlock when set label online
 2023-08-11  6:21 UTC  (8+ messages)

[PATCHSET v26.0 0/6] xfs: prepare repair for bulk loading
 2023-08-10 20:36 UTC  (10+ messages)
` [PATCH 2/6] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 3/6] xfs: log EFIs for all btree blocks being used to stage a btree

more blkdev_get and holder work
 2023-08-10 18:14 UTC  (7+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code

[GIT PULL 9/9] xfs: fixes for the block mapping checker
 2023-08-10 15:29 UTC 

[GIT PULL 8/9] xfs: fixes to the AGFL repair code
 2023-08-10 15:29 UTC 

[GIT PULL 7/9] xfs: force rebuilding of metadata
 2023-08-10 15:29 UTC 

[GIT PULL 6/9] xfs: miscellaneous repair tweaks
 2023-08-10 15:29 UTC 

[GIT PULL 5/9] xfs: online scrubbing of realtime summary files
 2023-08-10 15:29 UTC 

[GIT PULL 4/9] xfs: add usage counters for scrub
 2023-08-10 15:29 UTC 

[GIT PULL 3/9] xfs: stage repair information in pageable memory
 2023-08-10 15:28 UTC 

[GIT PULL 2/9] xfs: fix online repair block reaping
 2023-08-10 15:28 UTC 

[GIT PULL 1/9] xfs: maintainer transition for 6.6
 2023-08-10 15:28 UTC 

[PATCH -next] xfs: Remove duplicated include
 2023-08-10 12:03 UTC 

[MEGAPATCHSET v26] xfs: online repair, part of part 1
 2023-08-10  0:45 UTC  (16+ messages)
` [PATCHSET v26.0 0/9] xfs: fix online repair block reaping
` [PATCHSET v26.0 0/2] xfs: add usage counters for scrub
` [PATCHSET v26.0 0/2] xfs: fixes for the block mapping checker
` [PATCHSET v26.0 0/6] xfs: online repair of inodes and forks
  ` [PATCH 3/6] xfs: repair inode records

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[Bug 217769] New: XFS crash on mount on kernels >= 6.1
 2023-08-09 19:10 UTC  (16+ messages)
` [Bug 217769] "

s_fs_info and ->kill_sb revisited
 2023-08-09 17:17 UTC  (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCHSET v2 0/3] xfs: maintainer transition for 6.6
 2023-08-09 13:09 UTC  (3+ messages)
  ` [PATCH 3/3] MAINTAINERS: add Chandan Babu as XFS release manager

[PATCH] xfs: fix dqiterate thinko
 2023-08-08 21:57 UTC  (2+ messages)

[PATCHSET v26.0 0/2] xfs: fixes to the AGFL repair code
 2023-08-08  7:10 UTC  (3+ messages)
` [PATCH 2/2] xfs: fix agf_fllast when repairing an empty AGFL

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (37+ messages)
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[PATCHSET v26.0 0/5] xfs: online repair of AG btrees
 2023-08-08  7:14 UTC  (5+ messages)
` [PATCH 2/5] xfs: hide xfs_inode_is_allocated in scrub common code
` [PATCH 3/5] xfs: rewrite xchk_inode_is_allocated to work properly

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-08-08  0:31 UTC  (3+ messages)
` [PATCH v12 2/2] "

[PATCH 5.10 0/2] Fix xfs/179 for 5.10 stable
 2023-08-07 14:00 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox