linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-22 01:42:09 to 2018-11-27 20:17:00 UTC [more...]

[PATCH] ext2: fix potential use after free
 2018-11-27  9:19 UTC  (2+ messages)

[PATCH] ext4: fix possible use after free in ext4_quota_enable
 2018-11-27  9:14 UTC  (2+ messages)

[RFC][PATCH v4 04/09] ext2: use common file type conversion
 2018-11-27  8:56 UTC  (5+ messages)

[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-11-27  3:03 UTC  (21+ messages)
` [PATCH 1/7] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH 2/7] f2fs: "
  ` [f2fs-dev] "
` [PATCH 3/7] fscrypt: Remove filesystem specific build config option
` [PATCH 4/7] Add S_VERITY and IS_VERITY()
` [PATCH 5/7] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH 6/7] f2fs: "
` [PATCH 7/7] fsverity: Remove filesystem specific build config option

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-27  2:25 UTC  (44+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

[Bug 201685] New: ext4 file system corruption
 2018-11-27  1:32 UTC  (45+ messages)
` [Bug 201685] "

[PATCH e2fsprogs v3 00/12] Support encoding awareness and casefold
 2018-11-26 22:19 UTC  (12+ messages)
` [PATCH v3 01/12] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH v3 02/12] mke2fs: Configure encoding during superblock initialization
` [PATCH v3 03/12] chattr/lsattr: Support casefold attribute
` [PATCH v3 04/12] lib/ext2fs: Implement NLS support
` [PATCH v3 05/12] lib/ext2fs: Support encoding when calculating dx hashes
` [PATCH v3 06/12] debugfs/htree: Support encoding when printing the file hash
` [PATCH v3 07/12] tune2fs: Prevent enabling encryption flag on encoding-aware fs
` [PATCH v3 09/12] ext4.5: Add fname_encoding feature to ext4 man page
` [PATCH v3 10/12] mke2fs.8: Document fname_encoding options
` [PATCH v3 11/12] mke2fs.conf.5: Document fname_encoding configuration option
` [PATCH v3 12/12] chattr.1: Document the casefold attribute

WARNING in ext4_dio_get_block_overwrite
 2018-11-26 20:39 UTC 

Gold Seller
 2018-11-26 16:19 UTC 

[PATCH] ext2: initialize opts.s_mount_opt as zero before using it
 2018-11-26 14:57 UTC  (2+ messages)

Metadata_csum is still enabled after trying to disable it
 2018-11-26 13:51 UTC 

[PATCH] jbd2: clean up indentation issue, replace spaces with tab
 2018-11-26 13:56 UTC  (2+ messages)

[PATCH] e2freefrag: fix free blocks count during live scan
 2018-11-26  2:57 UTC  (2+ messages)

[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-26  2:54 UTC  (8+ messages)
` [PATCH v1 3/4] f2fs: "

[PATCH 1/2] ext4: try to merge unwritten extents who are also not under io
 2018-11-25  9:06 UTC  (2+ messages)

[PATCH v2] jbd2: fix deadlock while checkpoint thread waits commit thread to finish
 2018-11-25  8:36 UTC 

Mrs.Amelia George
 2018-11-24 12:07 UTC 

Donation,Reply, New email
 2018-11-24  9:38 UTC 

Metadata_csum is still enabled after trying to disable it
 2018-11-24  3:48 UTC  (3+ messages)

[PATCH] ext4: fix deadlock while checkpoint thread waits commit thread to finish
 2018-11-24  3:40 UTC  (5+ messages)

[PATCH] ext4: clean up indentation issues, remove extraneous tabs
 2018-11-23 16:30 UTC 

Metadata_csum is still enabled after trying to disable it
 2018-11-23 15:25 UTC 

[PATCH v2] ext4: change variable reusable to bool type
 2018-11-23 15:23 UTC 

[PATCH] ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
 2018-11-23 12:15 UTC  (5+ messages)
    ` [PATCH -v2] "

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-23 10:50 UTC  (40+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs

[PATCH] Add block_high_watermark sysfs tunable
 2018-11-22 22:25 UTC 

[PATCH 0/3] debugfs fixes
 2018-11-22 21:23 UTC  (10+ messages)
` [PATCH 1/3] block number output fix
` [PATCH 2/3] Fix panic with journal superblock flags printing
` [PATCH 3/3] add support to check a journal checksum v1 while journal dump

[PATCH v2] mm: don't break integrity writeback on ->writepage() error
 2018-11-22 12:06 UTC  (2+ messages)

[RFC][PATCH v4 05/09] ext4: use common file type conversion
 2018-11-22 11:42 UTC  (2+ messages)

[PATCH] ext2fs: Fix build of new superblock fields on BE machines
 2018-11-21 23:19 UTC  (4+ messages)

ext4: try to improve unwritten extents merges
 2018-11-21 20:18 UTC  (5+ messages)

[PATCH e2fsprogs 0/9] Support encoding awareness and casefold
 2018-11-21 19:46 UTC  (15+ messages)
` [PATCH e2fsprogs 3/9] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH e2fsprogs 4/9] mke2fs: Configure encoding during superblock initialization
` [PATCH e2fsprogs 6/9] lib/ext2fs: Implement NLS support
` [PATCH e2fsprogs 9/9] tune2fs: Prevent enabling encryption flag on encoding-aware fs

[PATCH] Ext4: fix slow writeback under dioread_nolock and nodelalloc
 2018-11-21 16:40 UTC  (3+ 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).