messages from 2023-07-23 12:31:42 to 2023-07-27 07:26:49 UTC [more...]
[PATCH 1/1] e2fsck: Add percent to files and blocks feature
2023-07-27 7:15 UTC (3+ messages)
[PATCH v2 00/10] A few fixes and cleanups to mballoc
2023-07-27 5:36 UTC (15+ messages)
` [PATCH v2 01/10] ext4: correct grp validation in ext4_mb_good_group
` [PATCH v2 02/10] ext4: avoid potential data overflow in next_linear_group
` [PATCH v2 03/10] ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
` [PATCH v2 04/10] ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
` [PATCH v2 05/10] ext4: remove unnecessary return for void function
` [PATCH v2 06/10] ext4: replace the traditional ternary conditional operator with with max()/min()
` [PATCH v2 07/10] ext4: remove unused ext4_{set}/{clear}_bit_atomic
` [PATCH v2 08/10] ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
` [PATCH v2 09/10] ext4: return found group directly in ext4_mb_choose_next_group_best_avail
` [PATCH v2 10/10] ext4: correct some stale comment of criteria
[brauner-vfs:vfs.ctime] [ext4] 979492850a: xfstests.generic.371.fail
2023-07-27 5:32 UTC
[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
2023-07-27 3:34 UTC (110+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex
Processes hung in "D" state in ext4, mm, md and dmcrypt
2023-07-27 2:38 UTC (4+ messages)
` [dm-devel] "
[RFC 0/7] io_uring lseek
2023-07-26 22:14 UTC (14+ messages)
` [PATCH 1/7] iomap: merge iomap_seek_hole() and iomap_seek_data()
` [PATCH 2/7] xfs: add nowait support for xfs_seek_iomap_begin()
` [PATCH 3/7] add nowait parameter for iomap_seek()
` [PATCH 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs
` [PATCH 6/7] add vfs_lseek_nowait()
` [PATCH 7/7] add lseek for io_uring
[PATCH] jbd2: Remove unused t_handle_lock
2023-07-26 15:23 UTC
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-07-26 12:44 UTC (14+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "
[PATCH] jbd2: Remove unused t_handle_lock
2023-07-26 11:19 UTC (2+ messages)
Słowa kluczowe do wypozycjonowania
2023-07-26 7:35 UTC
[PATCH 5.4 000/313] 5.4.251-rc1 review
2023-07-26 4:48 UTC (3+ messages)
[PATCH 5.10 000/509] 5.10.188-rc1 review
2023-07-26 4:46 UTC (2+ messages)
[PATCH -next] ext4: NULL check before some freeing functions is not needed
2023-07-26 9:33 UTC
[PATCH v2 0/3] ext4: fix some ext4_lblk_t overflow issues
2023-07-26 1:17 UTC (8+ messages)
` [PATCH v2 1/3] ext4: add two helper functions extent_logical_end() and pa_logical_end()
` [PATCH v2 2/3] ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
` [PATCH v2 3/3] ext4: avoid overlapping preallocations "
[PATCH] ext4: optimize metadata allocation for hybrid LUNs
2023-07-25 13:00 UTC
[PATCH v3] ext4: improve trim efficiency
2023-07-25 12:18 UTC
I know you are busy, but have you found time to look at my patch?
2023-07-25 10:00 UTC
[PATCH v5 5/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
2023-07-25 8:21 UTC (2+ messages)
[PATCH] ext4: mballoc: avoid garbage value from err
2023-07-25 4:33 UTC (5+ messages)
[PATCH v2] ext4: mballoc: avoid garbage value from err
2023-07-25 4:33 UTC
[PATCH v5 1/8] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
2023-07-25 3:40 UTC (2+ messages)
[PATCH 00/10] A few fixes and cleanups to mballoc
2023-07-25 2:09 UTC (2+ messages)
[PATCH v3 0/7] Support negative dentries on case-insensitive ext4 and f2fs
2023-07-24 21:33 UTC (7+ messages)
` [PATCH v3 3/7] libfs: Validate negative dentries in case-insensitive directories
[PATCH v5 0/8] cleanups and unit test for mballoc
2023-07-24 13:47 UTC (3+ messages)
` [PATCH v5 7/8] ext4: add some kunit stub for mballoc kunit test
[PATCH v2] ext4: fix the time handling macros when ext4 is using small inodes
2023-07-24 8:34 UTC (5+ messages)
[PATCH v2] ext4: improve discard efficiency
2023-07-24 7:22 UTC (3+ messages)
[tytso-ext4:dev] BUILD SUCCESS 9d3de7ee192a6a253f475197fe4d2e2af10a731f
2023-07-24 2:21 UTC
[GIT PULL] ext4 updates for 6.5-rc3
2023-07-23 18:44 UTC (2+ messages)
[PATCH 0/1] ext4: Fix regression in mballoc due to deleted inode PAs in rbtree
2023-07-23 12:32 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).