public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 17:11:20 to 2023-08-09 16:31:04 UTC [more...]

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 16:30 UTC  (40+ 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 "

s_fs_info and ->kill_sb revisited
 2023-08-09 16:26 UTC  (30+ 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

[MEGAPATCHSET v26] xfs: online repair, part of part 1
 2023-08-09  9:44 UTC  (13+ 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

[Bug 217769] New: XFS crash on mount on kernels >= 6.1
 2023-08-08 22:07 UTC  (13+ messages)
` [Bug 217769] "

[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  (60+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache 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 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem 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 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon 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 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal 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 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc 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/6] xfs: prepare repair for bulk loading
 2023-08-08  6:11 UTC  (8+ 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

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

[syzbot] Monthly xfs report (Aug 2023)
 2023-08-07  8:36 UTC 

Pytanie o samochód
 2023-08-07  8:00 UTC 

[PATCH v2] xfsrestore: suggest -x rather than assert for false roots
 2023-08-07  4:53 UTC 

read-modify-write occurring for direct I/O on RAID-5
 2023-08-06 22:38 UTC  (9+ messages)

more blkdev_get and holder work
 2023-08-05 17:13 UTC  (15+ messages)
` [PATCH 05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices

[PATCH] xfs: skip fragmentation tests when alwayscow mode is enabled, part 2
 2023-08-05 13:51 UTC  (2+ messages)

[PATCH] generic/642: fix SOAK_DURATION usage in generic/642
 2023-08-05  9:52 UTC  (2+ messages)

[RFC PATCH] xfs: fix per-cpu CIL structure aggregation racing with dying cpus
 2023-08-04 22:38 UTC 

[PATCH CANDIDATE v5.15 1/9] xfs: hoist refcount record merge predicates
 2023-08-04 18:09 UTC  (7+ messages)
  ` [PATCH CANDIDATE v5.15 3/9] xfs: add missing cmap->br_state = XFS_EXT_NORM update
  ` [PATCH CANDIDATE v5.15 5/9] xfs: stabilize the dirent name transformation function used for ascii-ci dir hash computation
  ` [PATCH CANDIDATE v5.15 6/9] xfs: use the directory name hash function for dir scrubbing
  ` [PATCH CANDIDATE v5.15 7/9] xfs: get root inode correctly at bulkstat
  ` [PATCH CANDIDATE v5.15 9/9] xfs: introduce xfs_inodegc_push()

[PATCH CANDIDATE v6.1 1/5] xfs: hoist refcount record merge predicates
 2023-08-04 18:05 UTC  (6+ messages)
` [PATCH CANDIDATE v6.1 2/5] xfs: estimate post-merge refcounts correctly
` [PATCH CANDIDATE v6.1 3/5] xfs: stabilize the dirent name transformation function used for ascii-ci dir hash computation
` [PATCH CANDIDATE v6.1 4/5] xfs: use the directory name hash function for dir scrubbing
` [PATCH CANDIDATE v6.1 5/5] xfs: get root inode correctly at bulkstat


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