linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 02:06:39 to 2020-06-19 00:33:57 UTC [more...]

[PATCH 0/1] ext4: fix potential negative array index in do_split
 2020-06-19  0:33 UTC  (3+ messages)
` [PATCH 1/1] ext4: fix potential negative array index in do_split()

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-18 22:50 UTC  (17+ messages)
` [PATCH 1/4] fs: introduce SB_INLINECRYPT
` [PATCH 2/4] fscrypt: add inline encryption support
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] ext4: "

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-18 22:39 UTC  (16+ messages)

[PATCH] ext2fs: fix to avoid invalid memory access
 2020-06-18 19:58 UTC  (2+ messages)

[PATCH v11 00/25] Change readahead API
 2020-06-18 16:40 UTC  (9+ messages)
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "

[RFC PATCH v2 00/51] introduce parallel fsck to e2fsck pass1
 2020-06-18 15:27 UTC  (52+ messages)
` [RFC PATCH v2 01/51] e2fsck: cleanup struct e2fsck_struct
` [RFC PATCH v2 02/51] e2fsck: remove unused fs_ext_attr_inodes/blocks
` [RFC PATCH v2 03/51] e2fsck: add -m option for multithread
` [RFC PATCH v2 04/51] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v2 05/51] e2fsck: copy fs "
` [RFC PATCH v2 06/51] e2fsck: copy dblist "
` [RFC PATCH v2 07/51] e2fsck: clear icache "
` [RFC PATCH v2 08/51] e2fsck: add assert when copying context
` [RFC PATCH v2 09/51] e2fsck: copy bitmaps "
` [RFC PATCH v2 10/51] e2fsck: copy badblocks when copying fs
` [RFC PATCH v2 11/51] e2fsck: open io-channel "
` [RFC PATCH v2 12/51] e2fsck: create logs for mult-threads
` [RFC PATCH v2 13/51] e2fsck: create one thread to fsck
` [RFC PATCH v2 14/51] e2fsck: add start/end group for thread
` [RFC PATCH v2 15/51] e2fsck: split groups to different threads
` [RFC PATCH v2 16/51] e2fsck: print thread log properly
` [RFC PATCH v2 17/51] e2fsck: merge bitmaps after thread completes
` [RFC PATCH v2 18/51] e2fsck: do not change global variables
` [RFC PATCH v2 19/51] e2fsck: optimize the inserting of dir_info_db
` [RFC PATCH v2 20/51] e2fsck: merge dir_info after thread finishes
` [RFC PATCH v2 21/51] e2fsck: rbtree bitmap for dir
` [RFC PATCH v2 22/51] e2fsck: merge badblocks after thread finishes
` [RFC PATCH v2 23/51] e2fsck: merge icounts "
` [RFC PATCH v2 24/51] e2fsck: merge dblist "
` [RFC PATCH v2 25/51] e2fsck: add debug codes for multiple threds
` [RFC PATCH v2 26/51] e2fsck: merge counts when threads finish
` [RFC PATCH v2 27/51] LU-8465 e2fsck: merge fs flags "
` [RFC PATCH v2 28/51] e2fsck: merge dx_dir_info
` [RFC PATCH v2 29/51] e2fsck: make threads splitting aware of flex_bg
` [RFC PATCH v2 30/51] e2fsck: merge dirs_to_hash when threads finish
` [RFC PATCH v2 31/51] e2fsck: merge context flags properly
` [RFC PATCH v2 32/51] e2fsck: split and merge quota context
` [RFC PATCH v2 33/51] e2fsck: serialize fix operations
` [RFC PATCH v2 34/51] e2fsck: move some fixes out of parallel pthreads
` [RFC PATCH v2 35/51] e2fsck: split and merge invalid bitmaps
` [RFC PATCH v2 36/51] e2fsck: fix to protect EA checking
` [RFC PATCH v2 37/51] e2fsck: allow admin specify number of threads
` [RFC PATCH v2 38/51] e2fsck: kickoff mutex lock for block found map
` [RFC PATCH v2 39/51] e2fsck: fix readahead for pfsck of pass1
` [RFC PATCH v2 40/51] e2fsck: kick off ea mutex lock from pfsck
` [RFC PATCH v2 41/51] e2fsck: merge encrypted_files after threads finish
` [RFC PATCH v2 42/51] e2fsck: merge inode_bad_map "
` [RFC PATCH v2 43/51] e2fsck: simplify e2fsck context merging codes
` [RFC PATCH v2 44/51] e2fsck: merge options after threads finish
` [RFC PATCH v2 45/51] e2fsck: reset lost_and_found "
` [RFC PATCH v2 46/51] LU-8465 e2fsck: merge extent depth count "
` [RFC PATCH v2 47/51] e2fsck: only set E2F_FLAG_ALLOC_OK if all threads succeed
` [RFC PATCH v2 48/51] e2fsck: only setup threads if -m option required
` [RFC PATCH v2 49/51] e2fsck: wait fix thread finish before checking
` [RFC PATCH v2 50/51] e2fsck: fix to free icache leak
` [RFC PATCH v2 51/51] e2fsck: fix to avoid too much memory allocation for pfsck

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-06-18 14:59 UTC  (36+ messages)

[PATCH v2 0/5] ext4: fix inconsistency since reading old metadata from disk
 2020-06-18  7:02 UTC  (11+ messages)
` [PATCH v2 1/5] fs: add bdev writepage hook to block device
` [PATCH v2 2/5] ext4: mark filesystem error if failed to async write metadata
` [PATCH v2 3/5] ext4: detect metadata async write error when getting journal's write access
` [PATCH v2 4/5] ext4: remove ext4_buffer_uptodate()
` [PATCH v2 5/5] ext4: remove write io error check before read inode block

[PATCH AUTOSEL 5.7 330/388] ext4: handle ext4_mark_inode_dirty errors
 2020-06-18  1:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 331/388] ext4: don't block for O_DIRECT if IOCB_NOWAIT is set

[PATCH] jbd2: make sure jh have b_transaction set in refile/unlink_buffer
 2020-06-17 12:15 UTC  (3+ messages)
` [PATCH v2] jbd2: make sure jh have b_transaction set in refile/unfile_buffer

[PATCH] tune2fs: reset MMP state on error exit
 2020-06-17 11:40 UTC 

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-06-15 22:22 UTC  (4+ messages)

[GIT PULL] ext4 changes part 2 for 5.8
 2020-06-15 20:40 UTC  (2+ messages)

RWF_NOWAIT writes not failing when writing to a range with holes
 2020-06-15 17:53 UTC 

Problem in updating UUID in ext4 FS on block device
 2020-06-15 16:54 UTC 

5.8-rc1: new warnings in ext4_mb_new_blocks?
 2020-06-15 15:43 UTC  (3+ messages)

[ANNOUNCE] fsverity-utils v1.1
 2020-06-15  6:51 UTC 

[Bug 208173] New: BUG: using smp_processor_id() in preemptible, caller is ext4_mb_new_blocks
 2020-06-15  0:40 UTC  (4+ messages)
` [Bug 208173] "

[PATCH] ext4: fix coding style in file.c
 2020-06-14  4:45 UTC 

[GIT PULL] iomap: bug fix for 5.8-rc1
 2020-06-13 19:50 UTC  (2+ messages)

[PATCH] ext4: Delete unnecessary checks before brelse()
 2020-06-13 18:07 UTC 

[ext4:dev] BUILD SUCCESS 7b97d868b7ab2448859668de9222b8af43f76e78
 2020-06-13 14:06 UTC 

upstream test error: BUG: using smp_processor_id() in preemptible code in ext4_mb_new_blocks
 2020-06-13  9:16 UTC  (4+ messages)

[GIT PULL] vfs: improve DAX behavior for 5.8, part 3
 2020-06-13  5:32 UTC  (4+ messages)

net boot error: BUG: using smp_processor_id() in preemptible code in ext4_mb_new_blocks
 2020-06-13  2:54 UTC 

[xfstests-bld PATCH] test-appliance: exclude ext4/023 and ext4/028 from encrypt config
 2020-06-12 20:20 UTC  (2+ messages)

[PATCH v2] ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers
 2020-06-12 18:52 UTC  (3+ messages)

net test error: BUG: using smp_processor_id() in preemptible code in ext4_mb_new_blocks
 2020-06-12 18:34 UTC 

net-next test error: BUG: using smp_processor_id() in preemptible code in ext4_mb_new_blocks
 2020-06-12 18:24 UTC 

[PATCH v2] ext4: support xattr gnu.* namespace for the Hurd
 2020-06-12 17:38 UTC  (4+ messages)

[PATCH] ext4: issue aligned discards
 2020-06-12 17:31 UTC  (3+ messages)

linux-next test error: BUG: using smp_processor_id() in preemptible [ADDR] code: syz-fuzzer/6792
 2020-06-12 13:51 UTC  (5+ messages)

[ext4:dev] BUILD SUCCESS 811985365378df01386c3cfb7ff716e74ca376d5
 2020-06-12 11:46 UTC 

[PATCH 00/10] ext4: fix inconsistency since reading old metadata from disk
 2020-06-12 11:13 UTC  (12+ messages)

[PATCHv2 1/1] ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr
 2020-06-11 15:03 UTC  (4+ messages)

[PATCH v2] ext4: avoid utf8_strncasecmp() with unstable name
 2020-06-11 15:01 UTC  (3+ messages)

[PATCH] ext4: stop overwrite the errcode in ext4_setup_super
 2020-06-11 14:59 UTC  (3+ messages)

[PATCH] ext4: fix partial cluster initialization when splitting extent
 2020-06-11 14:58 UTC  (2+ messages)

jbd2: can b_transaction be NULL in refile_buffer ?
 2020-06-11 10:50 UTC  (3+ messages)

upstream test error: BUG: using smp_processor_id() in preemptible code in corrupted
 2020-06-11 10:38 UTC 

[ext4:ext4-dax] BUILD SUCCESS 5749fe5af3db176659978718ddaecebb450cdb6b
 2020-06-11 10:04 UTC 

[PATCH] ext4: fix spelling mistakes in extents.c
 2020-06-11  3:19 UTC 

[PATCH] ext4: mballoc: Disable preemption before getting per-CPU pointer
 2020-06-11  1:21 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in generic_perform_write (2)
 2020-06-11  0:25 UTC  (7+ messages)

[RFC PATCH 00/11] ext4: data=journal: writeback mmap'ed pagecache
 2020-06-10 15:15 UTC  (3+ messages)

upstream test error: BUG: using smp_processor_id() in preemptible code in ext4_ext_map_blocks
 2020-06-10  8:58 UTC 

[PATCH] ext2: fix missing percpu_counter_inc (fwd)
 2020-06-10  8:45 UTC  (2+ messages)

[PATCHv2 1/1] ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr
 2020-06-10  2:06 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).