linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-14 08:18:43 to 2020-11-19 12:26:45 UTC [more...]

[PATCH] libfs: Fix DIO mode aligment
 2020-11-19 12:26 UTC  (4+ messages)

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-19  6:09 UTC  (4+ messages)
` [PATCH v4 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v4 3/3] f2fs: Handle casefolding with Encryption

[Bug report] journal data mode trigger panic in jbd2_journal_commit_transaction
 2020-11-19  4:25 UTC  (3+ messages)

[PATCH] ext4: Fix bogus warning in ext4_update_dx_flag()
 2020-11-18 21:53 UTC  (2+ messages)

[PATCH] ext4: Fix checksum errors with indexed dirs
 2020-11-18 14:58 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18 19:05 UTC  (7+ messages)
` [PATCH v3 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v3 3/3] f2fs: Handle casefolding with Encryption

[RFC PATCH v3 00/61] Introduce parallel fsck to e2fsck pass1
 2020-11-18 15:39 UTC  (61+ messages)
` [RFC PATCH v3 01/61] e2fsck: add -m option for multithread
` [RFC PATCH v3 02/61] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v3 03/61] e2fsck: copy fs "
` [RFC PATCH v3 04/61] e2fsck: clear icache "
` [RFC PATCH v3 05/61] e2fsck: add assert when copying context
` [RFC PATCH v3 06/61] e2fsck: copy bitmaps "
` [RFC PATCH v3 07/61] e2fsck: copy badblocks when copying fs
` [RFC PATCH v3 08/61] e2fsck: open io-channel "
` [RFC PATCH v3 09/61] e2fsck: create logs for mult-threads
` [RFC PATCH v3 10/61] e2fsck: optionally configure one pfsck thread
` [RFC PATCH v3 11/61] e2fsck: add start/end group for thread
` [RFC PATCH v3 12/61] e2fsck: split groups to different threads
` [RFC PATCH v3 13/61] e2fsck: print thread log properly
` [RFC PATCH v3 14/61] e2fsck: merge bitmaps after thread completes
` [RFC PATCH v3 15/61] e2fsck: do not change global variables
` [RFC PATCH v3 16/61] e2fsck: optimize the inserting of dir_info_db
` [RFC PATCH v3 17/61] e2fsck: merge dir_info after thread finishes
` [RFC PATCH v3 18/61] e2fsck: rbtree bitmap for dir
` [RFC PATCH v3 19/61] e2fsck: merge badblocks after thread finishes
` [RFC PATCH v3 20/61] e2fsck: merge icounts "
` [RFC PATCH v3 21/61] e2fsck: merge dblist "
` [RFC PATCH v3 22/61] e2fsck: add debug codes for multiple threads
` [RFC PATCH v3 23/61] e2fsck: merge counts after threads finish
` [RFC PATCH v3 24/61] e2fsck: merge fs flags when "
` [RFC PATCH v3 25/61] e2fsck: merge dx_dir_info after "
` [RFC PATCH v3 26/61] e2fsck: merge dirs_to_hash when "
` [RFC PATCH v3 27/61] e2fsck: merge context flags properly
` [RFC PATCH v3 28/61] e2fsck: merge quota context after threads finish
` [RFC PATCH v3 29/61] e2fsck: serialize fix operations
` [RFC PATCH v3 30/61] e2fsck: move some fixes out of parallel pthreads
` [RFC PATCH v3 31/61] e2fsck: split and merge invalid bitmaps
` [RFC PATCH v3 32/61] e2fsck: merge EA blocks properly
` [RFC PATCH v3 33/61] e2fsck: kickoff mutex lock for block found map
` [RFC PATCH v3 34/61] e2fsck: allow admin specify number of threads
` [RFC PATCH v3 35/61] e2fsck: adjust "
` [RFC PATCH v3 36/61] e2fsck: fix readahead for pfsck of pass1
` [RFC PATCH v3 37/61] e2fsck: merge options after threads finish
` [RFC PATCH v3 38/61] e2fsck: reset lost_and_found "
` [RFC PATCH v3 39/61] e2fsck: merge extent depth count "
` [RFC PATCH v3 40/61] e2fsck: simplify e2fsck context merging codes
` [RFC PATCH v3 41/61] e2fsck: set E2F_FLAG_ALLOC_OK after threads
` [RFC PATCH v3 42/61] e2fsck: wait fix thread finish before checking
` [RFC PATCH v3 43/61] e2fsck: cleanup e2fsck_pass1_thread_join()
` [RFC PATCH v3 44/61] e2fsck: avoid too much memory allocation for pfsck
` [RFC PATCH v3 45/61] e2fsck: make default smallest RA size to 1M
` [RFC PATCH v3 46/61] ext2fs: parallel bitmap loading
` [RFC PATCH v3 47/61] e2fsck: update mmp block in one thread
` [RFC PATCH v3 48/61] e2fsck: reset @inodes_to_rebuild if restart
` [RFC PATCH v3 49/61] e2fsck: fix build for make rpm
` [RFC PATCH v3 50/61] e2fsck: move ext2fs_get_avg_group to rw_bitmaps.c
` [RFC PATCH v3 51/61] configure: enable pfsck by default
` [RFC PATCH v3 53/61] e2fsck: fix f_multithread_ok test
` [RFC PATCH v3 54/61] e2fsck: fix race in ext2fs_read_bitmaps()
` [RFC PATCH v3 55/61] e2fsck: fix readahead for pass1 without pfsck
` [RFC PATCH v3 56/61] e2fsck: fix memory leaks with pfsck enabled
` [RFC PATCH v3 57/61] ext2fs: fix to set tail flags "
` [RFC PATCH v3 58/61] e2fsck: misc cleanups for pfsck
` [RFC PATCH v3 59/61] e2fsck: update mmp block race
` [RFC PATCH v3 60/61] e2fsck: propagate number of threads
` [RFC PATCH v3 61/61] e2fsck: Annotating fields in e2fsck_struct

[Bug 210185] New: kernel BUG at fs/ext4/page-io.c:126!
 2020-11-18 13:09 UTC  (8+ messages)
` [Bug 210185] "

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-18  9:45 UTC  (43+ messages)
` [PATCH v2 01/39] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v2 02/39] mount: make {lock,unlock}_mount_hash() static
` [PATCH v2 03/39] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v2 04/39] fs: add mount_setattr()
` [PATCH v2 05/39] tests: add mount_setattr() selftests
` [PATCH v2 06/39] fs: add id translation helpers
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 08/39] capability: handle idmapped mounts
` [PATCH v2 09/39] namei: add idmapped mount aware permission helpers
` [PATCH v2 10/39] inode: add idmapped mount aware init and "
` [PATCH v2 11/39] attr: handle idmapped mounts
` [PATCH v2 12/39] acl: "
` [PATCH v2 13/39] xattr: "
` [PATCH v2 14/39] commoncap: "
` [PATCH v2 15/39] stat: "
` [PATCH v2 16/39] namei: handle idmapped mounts in may_*() helpers
` [PATCH v2 17/39] namei: introduce struct renamedata
` [PATCH v2 18/39] namei: prepare for idmapped mounts
` [PATCH v2 19/39] open: handle idmapped mounts in do_truncate()
` [PATCH v2 20/39] open: handle idmapped mounts
` [PATCH v2 21/39] af_unix: "
` [PATCH v2 22/39] utimes: "
` [PATCH v2 23/39] fcntl: "
` [PATCH v2 24/39] notify: "
` [PATCH v2 25/39] init: "
` [PATCH v2 26/39] ioctl: "
` [PATCH v2 27/39] would_dump: "
` [PATCH v2 28/39] exec: "
` [PATCH v2 29/39] fs: add helpers for idmap mounts
` [PATCH v2 30/39] apparmor: handle idmapped mounts
` [PATCH v2 31/39] audit: "
` [PATCH v2 32/39] ima: "
` [PATCH v2 33/39] fat: "
` [PATCH v2 34/39] ext4: support "
` [PATCH v2 35/39] ecryptfs: do not mount on top of "
` [PATCH v2 36/39] overlayfs: "
` [PATCH v2 37/39] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v2 38/39] selftests: add idmapped mounts xattr selftest
` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2020-11-18  9:00 UTC  (4+ messages)

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-18  7:56 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 2/5] ext4: prevent creating duplicate encrypted filenames
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] ubifs: "
` [PATCH 5/5] fscrypt: remove unnecessary calls to fscrypt_require_key()

[PATCH v2 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18  6:27 UTC  (15+ messages)
` [PATCH v2 1/3] libfs: Add generic function for setting dentry_ops
    ` [f2fs-dev] "
` [PATCH v2 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v2 3/3] f2fs: Handle casefolding with Encryption

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-18  2:51 UTC  (16+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 3/8] fscrypt: add functions for direct I/O support
` [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v7 5/8] iomap: support direct I/O with "
` [PATCH v7 6/8] ext4: "
` [PATCH v7 7/8] f2fs: "
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

[PATCH v4] fcntl: Add 32bit filesystem mode
 2020-11-17 23:39 UTC 

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-17 22:19 UTC  (3+ messages)
` [PATCH v4 12/27] jbd2: fix "

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

[PATCH v9 1/2] kunit: Support for Parameterized Testing
 2020-11-17  7:22 UTC  (6+ messages)
` [PATCH v9 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH] fscrypt: simplify master key locking
 2020-11-17  3:26 UTC 

[PATCH 0/4] fs-verity cleanups
 2020-11-16 19:57 UTC  (8+ messages)
` [PATCH 1/4] fs-verity: remove filenames from file comments
` [PATCH 3/4] fs-verity: rename "file measurement" to "file digest"
` [PATCH 4/4] fs-verity: move structs needed for file signing to UAPI header

[Bug report] Jbd2 is hung on kernel 5.10-rc3
 2020-11-16 12:10 UTC 

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[PATCH v8 1/2] kunit: Support for Parameterized Testing
 2020-11-16  4:54 UTC  (4+ messages)
` [PATCH v8 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH v7 1/2] kunit: Support for Parameterized Testing
 2020-11-15 18:11 UTC  (6+ messages)
` [PATCH v7 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
  ` [fs] 4ffef91a3b: Kernel_panic-not_syncing:stack-protector:Kernel_stack_is_corrupted_in:kunit_run_tests

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 


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