linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-03 04:08:52 to 2020-10-12 07:41:19 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-12  7:40 UTC  (75+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH 1/2] kunit: Support for Parameterized Testing
 2020-10-12  2:07 UTC  (3+ messages)
` [PATCH 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
` [kunit] c89d849f69: UBSAN:invalid-load_in_lib/kunit/test.c

[xfstests-bld PATCH] test-appliance: add lz4 package
 2020-10-11 17:53 UTC 

[PATCH] ext2: Remove unnecessary blank
 2020-10-10  9:43 UTC 

[RFC PATCH] ext4: use the normal helper to get the actual inode
 2020-10-10  8:10 UTC 

[ext4:dev] BUILD SUCCESS 9cb3701fb5997a03841073faa52e9d4bd0893076
 2020-10-10  7:15 UTC 

ext4: dev: Broken with CONFIG_JBD2=and CONFIG_EXT4_FS=m
 2020-10-10  3:14 UTC  (7+ messages)

ext4 regression in v5.9-rc2 from e7bfb5c9bb3d on ro fs with overlapped bitmaps
 2020-10-09 20:30 UTC  (28+ messages)

xfstests global-ext4/1k generic/219 failure due to dmesg warning of "circular locking dependency detected"
 2020-10-09 20:24 UTC  (3+ messages)

[PATCH v9 0/9] ext4: add fast commits feature
 2020-10-09 19:14 UTC  (14+ messages)
` [PATCH v9 1/9] doc: update ext4 and journalling docs to include fast commit feature
` [PATCH v9 2/9] ext4: add fast_commit feature and handling for extended mount options
` [PATCH v9 3/9] ext4 / jbd2: add fast commit initialization
` [PATCH v9 4/9] jbd2: add fast commit machinery
` [PATCH v9 5/9] ext4: main fast-commit commit path
` [PATCH v9 7/9] ext4: fast commit recovery path

Question regarding ext4_journalled_aops: lack of migrate_page
 2020-10-09 16:47 UTC  (2+ messages)

[PATCH 1/1] ext4: Fix bs < ps issue reported with dioread_nolock mount opt
 2020-10-09 15:58 UTC  (7+ messages)

[ext4:dev] BUILD SUCCESS WITH WARNING ab7b179af3f98772f2433ddc4ace6b7924a4e862
 2020-10-09 14:44 UTC 

[ext4:dev 9/44] fs/ext4/fast_commit.c:1135 ext4_fc_commit() error: uninitialized symbol 'start_time'
 2020-10-09 12:17 UTC 

[ext4:dev 11/44] fs/ext4/mballoc.c:5221:6: warning: no previous prototype for function 'ext4_free_blocks_simple'
 2020-10-09 11:20 UTC 

[ext4:dev 10/44] fs/jbd2/recovery.c:258:6: warning: variable 'seq' is uninitialized when used here
 2020-10-09  9:10 UTC 

[PATCH] ext4: Fix WARN_ON_ONCE in __ext4_handle_dirty_metadata()
 2020-10-09  9:02 UTC 

[ext4:dev 10/44] fs/jbd2/recovery.c:258:6: warning: variable 'seq' is uninitialized when used here
 2020-10-09  8:15 UTC 

[ext4:dev 9/44] fs/ext4/fast_commit.c:1079:6: warning: variable 'start_time' is used uninitialized whenever 'if' condition is true
 2020-10-09  6:43 UTC 

[xfstests-bld PATCH] test-appliance: exclude two more quota tests from encrypt configs
 2020-10-09  6:19 UTC 

[xfstests-bld PATCH] config: upgrade xfsprogs to v5.8.0
 2020-10-09  4:11 UTC 

[PATCH v4] jbd2: avoid transaction reuse after reformatting
 2020-10-09  2:16 UTC  (3+ messages)

[PATCH v5 0/4] ext4/jbd2: data=journal: write-protect pages on transaction commit
 2020-10-09  2:10 UTC  (9+ messages)
` [PATCH v5 1/4] jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
` [PATCH v5 2/4] jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()
` [PATCH v5 3/4] ext4: data=journal: fixes for ext4_page_mkwrite()
` [PATCH v5 4/4] ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()

[PATCH v2 0/7] ext4: fix a memory corrupt problem
 2020-10-09  2:00 UTC  (15+ messages)
` [PATCH v2 1/7] ext4: clear buffer verified flag if read meta block from disk
` [PATCH v2 2/7] ext4: introduce new metadata buffer read helpers
` [PATCH v2 3/7] ext4: use common helpers in all places reading metadata buffers
` [PATCH v2 4/7] ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()
` [PATCH v2 5/7] ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
` [PATCH v2 6/7] ext4: use ext4_sb_bread() instead of sb_bread()
` [PATCH v2 7/7] ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()

[PATCH v2] ext4/xfs: add page refcount helper
 2020-10-08  9:01 UTC  (2+ messages)

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 21:59 UTC  (7+ messages)

Redo log for file system checkers
 2020-10-07  9:38 UTC 

[PATCH v3] jbd2: avoid transaction reuse after reformatting
 2020-10-07  8:11 UTC  (4+ messages)

[Bug 102621] New: Directory name or file name staring with '-' cannot be handled through command line,i.e.,terminal
 2020-10-06 15:53 UTC  (4+ messages)
` [Bug 102621] "

[PATCH v2] jbd2: avoid transaction reuse after reformatting
 2020-10-06 10:33 UTC 

[ext4] 061113efe9: fio.write_iops 364.6% improvement
 2020-10-04 13:32 UTC 

[ext4:dev] BUILD SUCCESS d39783839c038802762e45d69fbd5ac3c63d81f0
 2020-10-04  1:09 UTC 

Hello!
 2020-10-03  8:35 UTC 

[PATCH] ext4: limit entries returned when counting fsmap records
 2020-10-03  5:23 UTC  (2+ messages)

[PATCH] ext4: delete invalid comments near mb_buddy_adjust_border
 2020-10-03  5:19 UTC  (4+ messages)
` [PATCH] ext4: make mb_check_counter per group

[PATCH v3] ext4: Fix bdev write error check failed when mount fs with ro
 2020-10-03  5:09 UTC  (2+ messages)

[PATCH v2 RESEND 1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
 2020-10-03  5:06 UTC  (4+ messages)
` [PATCH v2 RESEND 2/2] ext4: rename system_blks to s_system_blks "

[PATCH] FIX the comment of struct jbd2_journal_handle
 2020-10-03  4:59 UTC  (2+ messages)

memory leak in kobject_set_name_vargs (3)
 2020-10-03  4:56 UTC  (4+ messages)
` [PATCH] ext4: fix leaking sysfs kobject after failed mount

[PATCH -next] ext4: add trace exit in exception path
 2020-10-03  4:54 UTC  (2+ messages)

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-10-03  4:49 UTC  (3+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites

[PATCH] ext4: Remove unused including <linux/version.h>
 2020-10-03  4:45 UTC  (2+ messages)

[PATCH] jbd2: avoid transaction reuse after reformatting
 2020-10-03  4:24 UTC  (8+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "

[PATCH] [v2] ext4: Fix error handling code in add_new_gdb
 2020-10-03  4:15 UTC  (2+ messages)

[PATCH v2] ext4: Disallow modifying DAX inode flag if inline_data has been set
 2020-10-03  4:13 UTC  (2+ messages)

[PATCH] ext4: Remove unused argument from ext4_(inc|dec)_count
 2020-10-03  4:08 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).