linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 12:52:21 to 2023-08-07 11:33:44 UTC [more...]

remove bdev->bd_super
 2023-08-07 11:26 UTC  (5+ messages)
` [PATCH 1/4] fs: stop using bdev->bd_super in mark_buffer_write_io_error
` [PATCH 2/4] ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
` [PATCH 3/4] ocfs2: stop using bdev->bd_super for journal error logging
` [PATCH 4/4] fs, block: remove bdev->bd_super

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 11:09 UTC  (39+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH] ext4: drop dio overwrite only flag and associated warning
 2023-08-07 10:59 UTC  (2+ messages)

[PATCH 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-07 10:53 UTC  (26+ 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

[syzbot] Monthly ext4 report (Aug 2023)
 2023-08-07  7:27 UTC 

[syzbot] [ext4?] WARNING in ext4_file_write_iter
 2023-08-07  2:34 UTC  (7+ messages)

[PATCH v5 8/8] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
 2023-08-07  1:46 UTC  (3+ messages)

[PATCH] ext4: Modify the rec_len helpers to accommodate future cases
 2023-08-07  1:26 UTC 

[PATCH] ext4: do not mark inode dirty which is already dirtied under append-write scenario
 2023-08-06  3:12 UTC  (2+ messages)

more blkdev_get and holder work
 2023-08-05 17:13 UTC  (39+ 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 0/3] jbd2: some fixes and cleanup about "jbd2: fix several checkpoint inconsistent issues"
 2023-08-05 12:20 UTC  (6+ messages)
` [PATCH 1/3] jbd2: fix checkpoint cleanup performance regression
` [PATCH 2/3] jbd2: Check 'jh->b_transaction' before remove it from checkpoint

[PATCH v4] ext4: Fix rec_len verify error
 2023-08-05 12:20 UTC  (4+ messages)

[PATCH v3] ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
 2023-08-05 12:20 UTC  (3+ messages)

[PATCH] ext4: Don't use CR_BEST_AVAIL_LEN for non-regular files
 2023-08-05 12:20 UTC  (2+ messages)

[PATCH] jbd2: Remove unused t_handle_lock
 2023-08-05 12:20 UTC  (2+ messages)

Question regarding the use of CRC32c for checksumming
 2023-08-04 21:08 UTC  (5+ messages)

[PATCH] ext4: Add periodic superblock update check
 2023-08-04 20:58 UTC  (3+ messages)

Auto-reply to Your Message Sent at AccurateTranslationServices.Com
 2023-08-04  9:46 UTC 

[PATCH v4 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-04  4:41 UTC  (7+ messages)
` [PATCH v4 3/7] libfs: Validate negative dentries in case-insensitive directories

[PATCH v3] ext4: Fix rec_len verify error
 2023-08-04  2:11 UTC  (8+ 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  (17+ 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: "

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

[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

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

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

[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] "


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