linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-02 18:55:14 to 2023-08-08 21:00:34 UTC [more...]

s_fs_info and ->kill_sb revisited
 2023-08-08 19:13 UTC  (15+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-08 10:05 UTC  (22+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (60+ 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 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree 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 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem 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 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 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 38/48] xfs: dynamically allocate the xfs-inodegc 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 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [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

remove bdev->bd_super
 2023-08-08 14:33 UTC  (9+ 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 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-08  1:33 UTC  (8+ messages)
` [PATCH v4 3/7] libfs: Validate negative dentries in case-insensitive directories

[PATCH 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-07 13:33 UTC  (28+ 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] ext4: drop dio overwrite only flag and associated warning
 2023-08-07 10:59 UTC  (2+ messages)

[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  (35+ messages)
` [PATCH 01/12] fs: export setup_bdev_super
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
` [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 0/3] jbd2: some fixes and cleanup about "jbd2: fix several checkpoint inconsistent issues"
 2023-08-05 12:20 UTC  (2+ messages)

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


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