linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 15:46:19 to 2018-11-23 08:04:41 UTC [more...]

[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] ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
 2018-11-22 21:12 UTC  (6+ messages)
` [PATCH] ext4: fix odd_ptr_err.cocci warnings

[Bug 201685] New: ext4 file system corruption
 2018-11-22 20:03 UTC  (31+ messages)
` [Bug 201685] "

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-22 14:57 UTC  (55+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

[RFC][PATCH v4 04/09] ext2: use common file type conversion
 2018-11-22 14:42 UTC  (4+ messages)

[PATCH] ext4: fix deadlock while checkpoint thread waits commit thread to finish
 2018-11-22 12:36 UTC  (2+ messages)

[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 v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-22  7:06 UTC  (10+ messages)
` [PATCH v1 1/4] vfs: "
` [PATCH v1 2/4] ext4: "
` [PATCH v1 3/4] f2fs: "
` [PATCH v1 4/4] overlayfs: "

Metadata_csum is still enabled after trying to disable it
 2018-11-22  3:01 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  (6+ messages)

[PATCH e2fsprogs 0/9] Support encoding awareness and casefold
 2018-11-21 19:46 UTC  (19+ 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 5/9] chattr/lsattr: Support casefold attribute
` [PATCH e2fsprogs 6/9] lib/ext2fs: Implement NLS support
` [PATCH e2fsprogs 7/9] lib/ext2fs: Support encoding when calculating dx hashes
` [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  (4+ messages)

[PATCH] ext2: compare old and new mode before setting update_mode flag
 2018-11-21 14:29 UTC  (4+ messages)

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (69+ messages)
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE

[PATCH e2fsprogs v2 0/8] Support encoding awareness and casefold
 2018-11-21  0:02 UTC  (8+ messages)
` [PATCH v2 1/8] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH v2 2/8] mke2fs: Configure encoding during superblock initialization
` [PATCH v2 3/8] chattr/lsattr: Support casefold attribute
` [PATCH v2 4/8] lib/ext2fs: Implement NLS support
` [PATCH v2 5/8] lib/ext2fs: Support encoding when calculating dx hashes
` [PATCH v2 6/8] debugfs/htree: Support encoding when printing the file hash
` [PATCH v2 7/8] tune2fs: Prevent enabling encryption flag on encoding-aware fs

[PATCH] ext4: change variable reusable to bool type
 2018-11-20  2:55 UTC  (2+ messages)

[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-11-19 21:23 UTC  (10+ messages)
` [PATCH 2/7] f2fs: use IS_ENCRYPTED() to check encryption status
  ` [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: "
  ` [f2fs-dev] "
` [PATCH 7/7] fsverity: Remove filesystem specific build config option

[PATCH] ext2: surround xattr related code with macro CONFIG_EXT2_FS_XATTR
 2018-11-19 10:02 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).