linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-30 03:13:09 to 2021-07-12 15:40:17 UTC [more...]

[PATCH 0/5 v4] ext4: Speedup orphan file handling
 2021-07-12 15:40 UTC  (5+ messages)
` [PATCH 2/5] ext4: Move orphan inode handling into a separate file
` [PATCH 3/5] ext4: Speedup ext4 orphan inode handling
` [PATCH 4/5] ext4: Orphan file documentation
` [PATCH 5/5] ext4: Improve scalability of ext4 orphan file handling

jbd2: fix deadlock while checkpoint thread waits commit thread to finish (backport to 4.14)
 2021-07-12  9:04 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Write in ext4_stop_mmpd
 2021-07-12  4:44 UTC 

[PATCH AUTOSEL 5.12 38/43] ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
 2021-07-10 23:49 UTC 

[PATCH v4] fs: forbid invalid project ID
 2021-07-10 14:39 UTC 

[RFC PATCH 0/4] ext4: improve delalloc buffer write performance
 2021-07-10  8:13 UTC  (13+ messages)
` [RFC PATCH 1/4] ext4: check and update i_disksize properly
` [RFC PATCH 2/4] ext4: correct the error path of ext4_write_inline_data_end()
` [RFC PATCH 3/4] ext4: factor out write end code of inline file
` [RFC PATCH 4/4] ext4: drop unnecessary journal handle in delalloc write

regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-07-09 20:45 UTC  (3+ messages)

[GIT PULL] ext4 fixes for v5.14-rc1
 2021-07-09 17:41 UTC  (2+ messages)

[PATCH 0/9] 64K blocksize related fixes
 2021-07-09  5:12 UTC  (26+ messages)
` [PATCH 1/9] ext4/003: Fix this test on 64K platform for dax config
` [PATCH 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config
` [PATCH 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform
` [PATCH 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCH 6/9] gitignore: Add 031.out file to .gitignore
` [PATCH 7/9] generic/620: Remove -b blocksize option for ext4
` [PATCH 8/9] common/attr: Cleanup end of line whitespaces issues
` [PATCH 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize

[ext4:dev] BUILD SUCCESS 0705e8d1e2207ceeb83dc6e1751b6b82718b353a
 2021-07-09  1:00 UTC 

[PATCH 0/4 v3] ext4: Speedup orphan file handling
 2021-07-08 18:30 UTC  (7+ messages)
` [PATCH 3/4] ext4: Speedup ext4 orphan inode handling
` [PATCH 4/4] ext4: Improve scalability of ext4 orphan file handling

[PATCH v3 00/15] File system wide monitoring
 2021-07-08 12:25 UTC  (52+ messages)
` [PATCH v3 01/15] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v3 02/15] fanotify: Fold event size calculation to its own function
` [PATCH v3 03/15] fanotify: Split fsid check from other fid mode checks
` [PATCH v3 04/15] fanotify: Split superblock marks out to a new cache
` [PATCH v3 05/15] inotify: Don't force FS_IN_IGNORED
` [PATCH v3 06/15] fsnotify: Add helper to detect overflow_event
` [PATCH v3 07/15] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v3 08/15] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v3 09/15] fsnotify: Always run the merge hook
` [PATCH v3 10/15] fsnotify: Support FS_ERROR event type
` [PATCH v3 11/15] fsnotify: Introduce helpers to send error_events
` [PATCH v3 12/15] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v3 14/15] samples: Add fs error monitoring example
` [PATCH v3 15/15] docs: Document the FAN_FS_ERROR event

[PATCH] ext4: fix EXT4_IOC_CHECKPOINT
 2021-07-08  5:13 UTC  (3+ messages)

[syzbot] memory leak in ext4_mb_new_blocks
 2021-07-07 14:53 UTC 

[PATCH 0/2] Fix use-after-free about sbi->s_mmp_tsk
 2021-07-07  9:30 UTC  (16+ messages)
` [PATCH 1/2] ext4: "
          ` [PATCH -v3] ext4: fix possible UAF when remounting r/o a mmp-protected file system
              ` [PATCH -v4] "
` [PATCH 2/2] ext4: Fix potential uas-after-free about sbi->s_mmp_tsk when kmmpd kthread exit before set sbi->s_mmp_tsk
` [PATCH] ext4: possible use-after-free when remounting r/o a mmp-protected file system

[PATCH] e2fsck: fix last mount/write time when e2fsck is forced
 2021-07-07  8:51 UTC  (4+ messages)

[ext4:dev] BUILD SUCCESS 1a40ce3dd8532141fc19f3693e405c7a009caf82
 2021-07-07  5:35 UTC 

[PATCH] ext4: Fix comments and spaces to follow coding style
 2021-07-07  5:25 UTC  (3+ messages)

[PATCH 0/6] e2fsprogs: fix compiler warnings introduced since v1.45.4
 2021-07-07  3:14 UTC  (13+ messages)
` [PATCH 1/6] libext2fs: improve jbd_debug() implementation
` [PATCH 2/6] e2fsck: sync fc_do_one_pass() changes from kernel
` [PATCH 3/6] mke2fs: use ext2fs_get_device_size2() on all platforms
` [PATCH 4/6] Fix -Wunused-parameter warnings
` [PATCH 5/6] Fix -Wunused-variable warnings
` [PATCH 6/6] libext2fs: fix a -Wunused-label warning

[PATCH] tune2fs: Update overhead when toggling journal feature
 2021-07-07  2:28 UTC  (2+ messages)

[PATCH v3] fs: forbid invalid project ID
 2021-07-06 22:06 UTC  (3+ messages)

[PATCH] e2fsck: fix ".." more gracefully if possible
 2021-07-06 20:19 UTC  (2+ messages)

[GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1
 2021-07-06 20:17 UTC 

[RFC,2/2] xfstests: common/rc: add cluster size support for ext4
 2021-07-06 18:14 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 119/189] ext4: fix memory leak in ext4_fill_super
 2021-07-06 11:12 UTC 

[PATCH 1/2] libext2fs: use statement-expression for container_of only on GNU-compatible compilers
 2021-07-06  2:55 UTC  (4+ messages)
` [PATCH 2/2] libext2fs: use offsetof() from stddef.h

[powerpc][5.13.0-next-20210701] Kernel crash while running ltp(chdir01) tests
 2021-07-06  1:38 UTC  (19+ messages)
                  ` [PATCH -v2] ext4: inline jbd2_journal_[un]register_shrinker()

[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent
 2021-07-05 11:28 UTC  (5+ messages)

[PATCH] ext4: eliminate bogus error in ext4_data_block_valid_rcu()
 2021-07-05  7:06 UTC  (4+ messages)
  ` [PATCH 4.19] "

[ext4:dev] BUILD SUCCESS ef3130d1b0b8ca769252d6a722a2e59a00141383
 2021-07-05  4:25 UTC 

[PATCH] ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT
 2021-07-02 22:45 UTC  (2+ messages)

[mainline] [arm64] Internal error: Oops - percpu_counter_add_batch
 2021-07-02 18:49 UTC  (4+ messages)

[GIT PULL] ext4 updates for v5.14
 2021-07-02 13:15 UTC  (4+ messages)

[PATCH 0/5] fscrypt: report correct st_size for encrypted symlinks
 2021-07-02  6:53 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: add fscrypt_symlink_getattr() for computing st_size
` [PATCH 2/5] ext4: report correct st_size for encrypted symlinks
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] ubifs: "
` [PATCH 5/5] fscrypt: remove mention of symlink st_size quirk from documentation

[PATCH] ext4: use ext4_grp_locked_error in mb_find_extent
 2021-07-01 21:14 UTC  (3+ messages)

[PATCH 0/9] kvmxfstests: Add 64K related configs for Power
 2021-07-01 20:56 UTC  (2+ messages)

[PATCH v2] fs: forbid invalid project ID
 2021-07-01 15:37 UTC  (3+ messages)

[PATCH RFC v2] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue
 2021-07-01 14:59 UTC  (2+ messages)

[PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin
 2021-07-01 14:41 UTC  (5+ messages)

[ext4:dev] BUILD SUCCESS 16aa4c9a1fbe763c147a964cdc1f5be8ed98ed13
 2021-07-01  3:24 UTC 

[Bug 213627] New: Fail to read block descriptors data of ext4 filesystem
 2021-07-01  0:24 UTC  (3+ messages)
` [Bug 213627] "

[ext4:dev] BUILD REGRESSION d578b99443fde0968246cc7cbf3bc3016123c2f4
 2021-06-30 15:07 UTC 

[PATCH] jbd2: fix jbd2_journal_[un]register_shrinker undefined error
 2021-06-30 15:04 UTC  (3+ messages)

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-06-30  9:47 UTC  (5+ messages)

[PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak
 2021-06-30  8:27 UTC  (12+ messages)
` [PATCH v2 02/12] tdb_transaction_recover: fix "
` [PATCH v2 03/12] zap_sector: "
` [PATCH v2 04/12] ss_add_info_dir: fix memory leak and check whether
` [PATCH v2 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer
` [PATCH v2 06/12] append_pathname: check the value returned by realloc
` [PATCH v2 07/12] argv_parse: check return value of malloc in argv_parse()
` [PATCH v2 08/12] misc: fix potential segmentation fault problem in scandir()
` [PATCH v2 09/12] lib/ss/error.c: check return value malloc in ss_name()
` [PATCH v2 10/12] hashmap: change return value type of ext2fs_hashmap_add()
` [PATCH v2 11/12] misc/lsattr: check whether path is NULL in lsattr_dir_proc()
` [PATCH v2 12/12] ext2ed: fix potential NULL pointer dereference in dupstr()

[ext4:dev 27/31] ERROR: modpost: "jbd2_journal_unregister_shrinker" undefined!
 2021-06-30  7: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 NNTP newsgroup(s).