Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-27 08:31:28 to 2023-08-04 02:02:02 UTC [more...]

more blkdev_get and holder work
 2023-08-04  2:01 UTC  (30+ 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 12/12] xfs use fs_holder_ops for "

[PATCH v3] ext4: Fix rec_len verify error
 2023-08-03 22:34 UTC  (7+ messages)

[PATCH v4] ext4: Fix rec_len verify error
 2023-08-03 22:31 UTC  (3+ messages)

[PATCH v4 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-03 17:37 UTC  (23+ 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 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-03 16:19 UTC  (25+ messages)
` [PATCH 01/12] jbd2: move load_superblock() dependent functions
` [PATCH 02/12] jbd2: move load_superblock() into journal_init_common()
` [PATCH 03/12] jbd2: don't load superblock in jbd2_journal_check_used_features()
` [PATCH 04/12] jbd2: checking valid features early in journal_get_superblock()
` [PATCH 05/12] jbd2: open code jbd2_verify_csum_type() helper
` [PATCH 06/12] jbd2: cleanup load_superblock()
` [PATCH 07/12] jbd2: add fast_commit space check
` [PATCH 08/12] jbd2: cleanup journal_init_common()
` [PATCH 09/12] jbd2: drop useless error tag in jbd2_journal_wipe()
` [PATCH 10/12] jbd2: jbd2_journal_init_{dev,inode} return proper error return value
` [PATCH 11/12] ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()
` [PATCH 12/12] ext4: ext4_get_{dev}_journal return proper error value

[PATCH v5 8/8] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
 2023-08-03 14:41 UTC  (2+ messages)

[PATCH v2 0/3] ext4: fix some ext4_lblk_t overflow issues
 2023-08-03 14:37 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 v2] fs: jbd2: fix an incorrect warn log
 2023-08-03 14:37 UTC  (2+ messages)

[PATCH 0/11] ext4: Cleanup read-only and fs aborted checks
 2023-08-03 14:37 UTC  (2+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03 14:19 UTC  (18+ 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 4/7] tmpfs: add support "
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` (subset) [PATCH v6 0/7] fs: implement "

[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
 2023-08-03 12:10 UTC  (3+ messages)

[PATCH v3] ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
 2023-08-03  9:17 UTC 

[PATCH v2] ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
 2023-08-03  8:58 UTC  (3+ messages)

[RFC PATCH v2 0/2] ext4: Fix the conflict between modifying the superblock in user mode and kernel mode
 2023-08-03  2:31 UTC  (3+ messages)
` [RFC PATCH v2 1/2] ext4: ioctl adds a framework for modifying superblock parameters
` [RFC PATCH v2 2/2] ext4: ioctl add EXT4_IOC_SUPERBLOCK_KEY_S_ERRORS

[syzbot] [ext4?] WARNING in ext4_file_write_iter
 2023-08-03  1:37 UTC  (3+ messages)

[PATCH] ext4: Add periodic superblock update check
 2023-08-02 21:18 UTC  (2+ messages)

[PATCH] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-08-02 16:29 UTC  (3+ messages)

[PATCH 1/2] ext4: Ractor one helper ext4_num_base_meta_blocks
 2023-08-02 16:28 UTC 

[PATCH 2/2] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-08-02 16:28 UTC 

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

[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 -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 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  (38+ messages)
` [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 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred 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 31/49] vmw_balloon: dynamically allocate the vmw-balloon 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 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [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 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred

[PATCH 2/2] mke2fs: add "-E iops" to set IOPS storage group
 2023-07-27 23:47 UTC 

[PATCH 1/1] e2fsck: Add percent to files and blocks feature
 2023-07-28  7:05 UTC  (2+ messages)
  ` [PATCH] "

[RFC 0/7] io_uring lseek
 2023-07-27 13:25 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 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs

[brauner-vfs:vfs.ctime] [ext4] 979492850a: xfstests.generic.371.fail
 2023-07-27  8:52 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).