linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 03:55:30 to 2023-07-24 10:00:04 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-24  9:43 UTC  (31+ 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 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 35/47] nfsd: dynamically allocate the nfsd-reply shrinker

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

[PATCH] ext4: mballoc: avoid garbage value from err
 2023-07-24  5:45 UTC 

[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  (3+ messages)
` [PATCH 1/1] ext4: Fix rbtree traversal bug in ext4_mb_use_preallocated

[PATCH v5 5/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
 2023-07-23  5:37 UTC  (3+ messages)

[PATCH v5 1/8] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
 2023-07-22  6:24 UTC  (2+ messages)

[PATCH v3 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-07-22  4:29 UTC  (15+ messages)
` [PATCH v3 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v3 2/7] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v3 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v3 4/7] libfs: Chain encryption checks after case-insensitive revalidation
` [PATCH v3 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v3 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v3 7/7] f2fs: "

[PATCH 0/4] ext4: fix some ext4_lblk_t overflow issues
 2023-07-22  3:16 UTC  (18+ messages)
` [PATCH 1/4] ext4: add two helper functions fex_end() and pa_end()
` [PATCH 2/4] ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
` [PATCH 3/4] ext4: avoid overlapping preallocations "
` [PATCH 4/4] ext4: avoid prealloc space being skipped "

[PATCH 0/7] More filesystem folio conversions for 6.6
 2023-07-22  0:06 UTC  (10+ messages)
` [PATCH 1/7] highmem: Add memcpy_to_folio() and memcpy_from_folio()
` [PATCH 2/7] affs: Convert affs_symlink_read_folio() to use the folio
` [PATCH 3/7] affs: Convert data read and write to use folios
` [PATCH 6/7] jbd2: Use a folio in jbd2_journal_write_metadata_buffer()
` [PATCH 7/7] buffer: Remove set_bh_page()

[PATCH] e2fsprogs: modify dumpe2fs to report free block ranges for bigalloc
 2023-07-21 18:55 UTC 

[PATCH 00/10] A few fixes and cleanups to mballoc
 2023-07-21 17:10 UTC  (22+ messages)
` [PATCH 01/10] ext4: correct grp validation in ext4_mb_good_group
` [PATCH 02/10] ext4: avoid potential data overflow in next_linear_group
` [PATCH 03/10] ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
` [PATCH 04/10] ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
` [PATCH 05/10] ext4: remove unnecessary return for void function
` [PATCH 06/10] ext4: replace the traditional ternary conditional operator with with max()/min()
` [PATCH 07/10] ext4: remove unused ext4_{set}/{clear}_bit_atomic
` [PATCH 08/10] ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
` [PATCH 09/10] ext4: return found group directly in ext4_mb_choose_next_group_best_avail
` [PATCH 10/10] ext4: correct some stale comment of criteria

File system robustness
 2023-07-21 14:51 UTC  (11+ messages)
              ` Nobarrier mount option (was: Re: File system robustness)

[syzbot] [ext4?] general protection fault in ep_poll_callback
 2023-07-21  9:47 UTC  (3+ messages)

[PATCH 0/1] allow mke2fs to understand tarballs as input
 2023-07-20 23:53 UTC  (5+ messages)
` [PATCH 1/1] mke2fs: the -d option can now handle tarball input

[PATCH v2] ext4: Replace value of xattrs in place
 2023-07-20 22:51 UTC  (2+ messages)

[PATCH] merge extent blocks when possible
 2023-07-20 22:39 UTC  (2+ messages)

[PATCH] e2image: correct group descriptors size in ext2fs_image_super_read()
 2023-07-20 22:31 UTC  (2+ messages)

[PATCH] ext2fs: make sure we have at least EXT2_FIRST_INO + 1 inodes
 2023-07-20 22:30 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in ext4_enable_quotas
 2023-07-20 15:17 UTC  (6+ messages)

RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[syzbot] [apparmor?] [ext4?] general protection fault in common_perm_cond
 2023-07-20  1:11 UTC 

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-07-19 18:27 UTC  (17+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v2 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
    ` [f2fs-dev] "
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH v2 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 7/7] f2fs: Enable negative dentries on case-insensitive lookup

[linus:master] [ext4] 4f3d1e4533: fio.write_iops -2.5% regression
 2023-07-19  2:15 UTC 

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

linux-next ext4 inode size 128 corrupted
 2023-07-18 18:27 UTC  (5+ messages)

[PATCH] ext4: fix the time handling macros when ext4 is using small inodes
 2023-07-18 17:31 UTC 

next: kernel BUG at fs/ext4/mballoc.c:4369!
 2023-07-18 11:47 UTC  (10+ messages)
        ` [LTP] "

[syzbot] [ext4?] INFO: task hung in sync_inodes_sb (5)
 2023-07-18  4:00 UTC 

[PATCH] ext4: Don't use CR_BEST_AVAIL_LEN for non-regular files
 2023-07-17 21:28 UTC  (3+ messages)

[PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (3+ messages)

[PATCH] ext4: improve discard efficiency
 2023-07-17  6:52 UTC  (2+ messages)

[syzbot] [ext4?] [reiserfs?] kernel BUG in __phys_addr (2)
 2023-07-15 19:54 UTC 

[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl
 2023-07-14 14:07 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_ext_remove_space
 2023-07-14 11:50 UTC 

[tytso-ext4:dev] BUILD SUCCESS 7c79210b15ef69a5702d1fb817bad9a30bffb097
 2023-07-14  4:06 UTC 

[PATCH 0/3] jbd2: some fixes and cleanup about "jbd2: fix several checkpoint inconsistent issues"
 2023-07-14  2:55 UTC  (4+ messages)
` [PATCH 1/3] jbd2: fix checkpoint cleanup performance regression
` [PATCH 2/3] jbd2: Check 'jh->b_transaction' before remove it from checkpoint
` [PATCH 3/3] jbd2: remove unused function '__cp_buffer_busy'

[syzbot] [ext4?] INFO: task hung in find_inode_fast (2)
 2023-07-13 16:33 UTC 

[PATCH] ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
 2023-07-13 14:55 UTC  (2+ messages)

[PATCH] ext4: correct inline offset when handling xattrs in inode body
 2023-07-13 14:55 UTC  (2+ messages)

[PATCH] ext4: fix decoding of raw_inode timestamps
 2023-07-13 13:19 UTC  (7+ 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 NNTP newsgroup(s).