messages from 2023-07-26 10:27:13 to 2023-08-02 15:43:37 UTC [more...]
more blkdev_get and holder work
2023-08-02 15:41 UTC (12+ messages)
` [PATCH 01/12] fs: export setup_bdev_super
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
` [PATCH 03/12] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 04/12] btrfs: open block devices after superblock creation
` [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 07/12] fs: stop using get_super in fs_mark_dead
` [PATCH 08/12] fs: export fs_holder_ops
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 10/12] ext4: use fs_holder_ops for "
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices
[PATCH] jbd2: Remove unused t_handle_lock
2023-08-02 14:46 UTC (3+ messages)
[PATCH] jbd2: Remove unused t_handle_lock
2023-08-02 14:45 UTC
[PATCH] highmem: memcpy_{from,to}_folio() fix
2023-08-02 14:43 UTC
[PATCH] ext4: fix the time handling macros when ext4 is using small inodes
2023-08-02 10:34 UTC (2+ messages)
[linus:master] [ext4] 4f3d1e4533: fio.write_iops -2.5% regression
2023-08-02 10:31 UTC (2+ messages)
[PATCH v2] ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
2023-08-02 9:49 UTC
[RFC PATCH 0/2] ext4: Fix the conflict between modifying the superblock in user mode and kernel mode
2023-08-02 8:34 UTC (3+ messages)
` [RFC PATCH 1/2] ext4: ioctl adds a framework for modifying superblock parameters
` [RFC PATCH 2/2] ext4: ioctl add EXT4_IOC_SUPERBLOCK_KEY_S_ERRORS
[PATCH] ext4: fix memory leak in ext4_fname_setup_filename() error path
2023-08-02 8:12 UTC (3+ messages)
[PATCH] e2fsck: use rb-tree to track EA reference counts
2023-08-02 7:21 UTC (2+ messages)
[PATCH v3] ext4: Fix rec_len verify error
2023-08-02 6:07 UTC (4+ messages)
[PATCH -next] ext4: remove unused function declaration
2023-08-02 3:00 UTC
[PATCH v2] ext4: Replace CR_FAST macro with inline function for readability
2023-08-02 1:57 UTC (2+ messages)
[PATCH v3 00/10] A few fixes and cleanups to mballoc
2023-08-02 1:25 UTC (14+ messages)
` [PATCH v3 01/10] ext4: correct grp validation in ext4_mb_good_group
` [PATCH v3 02/10] ext4: avoid potential data overflow in next_linear_group
` [PATCH v3 03/10] ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
` [PATCH v3 04/10] ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
` [PATCH v3 05/10] ext4: remove unnecessary return for void function
` [PATCH v3 06/10] ext4: replace the traditional ternary conditional operator with with max()/min()
` [PATCH v3 07/10] ext4: remove unused ext4_{set}/{clear}_bit_atomic
` [PATCH v3 08/10] ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
` [PATCH v3 09/10] ext4: return found group directly in ext4_mb_choose_next_group_best_avail
` [PATCH v3 10/10] ext4: correct some stale comment of criteria
[PATCH v2] ext4: mballoc: avoid garbage value from err
2023-08-01 16:18 UTC (2+ messages)
W sprawie samochodu
2023-07-31 8:35 UTC
[PATCH v2] ext4: Fix rec_len verify error
2023-08-01 2:26 UTC (4+ messages)
[PATCH 0/3] jbd2: some fixes and cleanup about "jbd2: fix several checkpoint inconsistent issues"
2023-07-31 16:15 UTC (5+ messages)
` [PATCH 1/3] jbd2: fix checkpoint cleanup performance regression
` [PATCH 2/3] jbd2: Check 'jh->b_transaction' before remove it from checkpoint
[PATCH 0/7] More filesystem folio conversions for 6.6
2023-07-31 14:46 UTC (7+ messages)
` [PATCH 4/7] migrate: Use folio_set_bh() instead of set_bh_page()
` [PATCH 6/7] jbd2: Use a folio in jbd2_journal_write_metadata_buffer()
` [PATCH 7/7] buffer: Remove set_bh_page()
[PATCH v3] ext4: improve trim efficiency
2023-07-31 12:52 UTC (3+ messages)
` [External] "
[PATCH] ext4: Add periodic superblock update check
2023-07-31 12:25 UTC
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-31 11:13 UTC (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
[syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_ref (2)
2023-07-31 3:34 UTC
Contributing subsequent patch versions
2023-07-30 10:12 UTC (8+ messages)
[PATCH 2/2] mke2fs: add "-E iops" to set IOPS storage group
2023-07-30 7:24 UTC
[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
2023-07-29 8:47 UTC (67+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex
[PATCH v4 0/7] Support negative dentries on case-insensitive ext4 and f2fs
2023-07-29 4:51 UTC (21+ messages)
` [PATCH v4 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v4 2/7] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v4 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v4 4/7] libfs: Chain encryption checks after case-insensitive revalidation
` [PATCH v4 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v4 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v4 7/7] f2fs: "
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-07-28 11:00 UTC (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 7/7] btrfs: convert to multigrain timestamps
` (subset) [PATCH v6 0/7] fs: implement "
[PATCH 2/2] mke2fs: add "-E iops" to set IOPS storage group
2023-07-27 23:47 UTC
[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
2023-07-27 23:45 UTC
[PATCH 1/1] e2fsck: Add percent to files and blocks feature
2023-07-28 7:05 UTC (4+ messages)
` [PATCH] "
[RFC 0/7] io_uring lseek
2023-07-27 13:25 UTC (19+ 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
[brauner-vfs:vfs.ctime] [ext4] 979492850a: xfstests.generic.371.fail
2023-07-27 8:52 UTC (2+ messages)
[PATCH v2 00/10] A few fixes and cleanups to mballoc
2023-07-27 5:36 UTC (5+ messages)
` [PATCH v2 10/10] ext4: correct some stale comment of criteria
[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
2023-07-27 3:34 UTC (6+ messages)
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
Processes hung in "D" state in ext4, mm, md and dmcrypt
2023-07-27 2:38 UTC (4+ messages)
` [dm-devel] "
[PATCH] jbd2: Remove unused t_handle_lock
2023-07-26 11:19 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).