Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 18:33:34 to 2023-07-24 08:35:15 UTC [more...]

[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  (12+ 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 4/7] migrate: Use folio_set_bh() instead of set_bh_page()
` [PATCH 5/7] ntfs3: Convert ntfs_get_block_vbo() to use a folio
` [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 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (11+ messages)
` [PATCH v7 2/2] "
  ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[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  (8+ messages)

[PATCH v3 0/6] jbd2: fix several checkpoint inconsistent issues
 2023-07-12 18:29 UTC  (2+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (4+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[bug report] tune2fs: filesystem inconsistency occurs by concurrent write
 2023-07-12 15:42 UTC  (8+ messages)

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
 2023-07-11 15:19 UTC  (2+ messages)

generic/269 failure on ext4 dev branch
 2023-07-11  8:03 UTC  (4+ messages)

[PATCH] ext4: do not mark inode dirty which is already dirtied under append-write scenario
 2023-07-11  3:42 UTC 

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
 2023-07-10 15:06 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

[PATCH] ext4: Make running and commit transaction have their own freed_data_list
 2023-07-10 10:21 UTC  (2+ messages)

[PATCH] crypto: algif/hash: Fix race between MORE and non-MORE sends
 2023-07-10  4:08 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_da_get_block_prep
 2023-07-09 11:14 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).