linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 08:29:08 to 2019-02-27 09:59:09 UTC [more...]

INFO: rcu detected stall in ext4_file_write_iter
 2019-02-27  9:58 UTC  (3+ messages)

[PATCH v3] ext4: shrink directory when last block is empty
 2019-02-27  4:01 UTC 

[PATCH] ext4: remove useless ext4_pin_inode()
 2019-02-27  2:20 UTC 

[PATCH] jbd2: jbd2_get_transaction does not need to return a value
 2019-02-26 16:35 UTC 

[PATCH] jbd2: fix invalid descriptor block checksum
 2019-02-26 12:47 UTC  (2+ messages)

huge fsync latencies for a small file on ext4
 2019-02-26  8:30 UTC  (4+ messages)

[PATCH v3] tests: replace perl usage with shell built-in
 2019-02-25 18:57 UTC  (2+ messages)

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-23 18:32 UTC  (29+ messages)
` [RFC PATCH 1/6] fs: add btime to struct iattr
` [RFC PATCH 2/6] fs: add AT_UTIME_BTIME for utimensat()
` [RFC PATCH 3/6] Btrfs: add support for setting btime
` [RFC PATCH 4/6] ext4: "
` [RFC PATCH 5/6] f2fs: "
` [RFC PATCH 6/6] xfs: "
` [PATCH] generic: add a test for AT_UTIME_BTIME
` [PATCH] utimensat2: document AT_UTIME_BTIME
` [PATCH] xfs_io: add AT_UTIME_BTIME support

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-22 16:45 UTC  (13+ messages)

[RFC PATCH 00/10] Consolidate Post read processing code
 2019-02-22  4:29 UTC  (26+ messages)
` [RFC PATCH 01/10] ext4: use IS_ENCRYPTED() to check encryption status
` [RFC PATCH 02/10] f2fs: "
` [RFC PATCH 03/10] fscrypt: remove filesystem specific build config option
` [RFC PATCH 04/10] Consolidate "post read processing" into a new file
` [RFC PATCH 05/10] fsverity: Add call back to decide if verity check has to be performed
  ` [f2fs-dev] "
` [RFC PATCH 06/10] Introduce REQ_POST_READ_PROC bio flag
  ` [f2fs-dev] "
` [RFC PATCH 07/10] fsverity: Add call back to determine readpage limit
` [RFC PATCH 08/10] fsverity: Add call back to verify file holes
` [RFC PATCH 09/10] fs/mpage.c: Integrate post read processing
` [RFC PATCH 10/10] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-02-21 18:42 UTC  (28+ messages)
` [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support
` [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls
` [RFC PATCH v3 16/18] f2fs: "
` [RFC PATCH v3 17/18] ubifs: "
` [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version

[PATCH] ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_task
 2019-02-21 16:52 UTC  (2+ messages)

[PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4
 2019-02-21 16:38 UTC  (2+ messages)

[PATCH 0/2] ext4: fix two compile problems
 2019-02-21 16:33 UTC  (5+ messages)
` [PATCH 1/2] jbd2: fix compile warning when using JBUFFER_TRACE
` [PATCH 2/2] ext4: fix compile error when using BUFFER_TRACE

[PATCH] ext4: Fix some error pointer dereferences
 2019-02-21 16:18 UTC  (2+ messages)

[PATCH 1/2] ext4: annotate implicit fall throughs
 2019-02-21 15:52 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-21 11:42 UTC  (37+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

lastest kernel ext4 io slowly
 2019-02-20 10:38 UTC 

Create ext2 filesystem from a directory
 2019-02-20  7:57 UTC  (5+ messages)

[PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
 2019-02-19 19:04 UTC  (2+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-02-18 18:17 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH] t_open_tmpfiles: flush log when shutting down filesystem
 2019-02-18 18:13 UTC 

[PATCH] ext2: support statx syscall
 2019-02-18 14:16 UTC  (2+ messages)

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] libext2fs: revert "try to always use PUNCH_HOLE for unix_discard"
 2019-02-15 16:25 UTC  (4+ messages)

Preserving a rev 0.0 ext2 filesystem
 2019-02-15  2:10 UTC  (3+ messages)
` [PATCH] ext4: don't update s_rev_level if not required

Have needs for?
 2019-02-11  8:40 UTC 

[RFC PATCH] ext4: add link file support for {GET,SET}XATTR ioctl
 2019-02-14 15:54 UTC  (6+ messages)
      ` 答复: "

[Kernel.org Helpdesk #61224] Please add linux-ext4@vger.kernel.org to lore.kernel.org
 2019-02-13 22:48 UTC 

Selective Data Journaling in ext4
 2019-02-13 21:08 UTC  (5+ messages)

[PATCH] jbd2: fix race when writing superblock
 2019-02-13 10:57 UTC  (7+ messages)
    ` [PATCH -v2] "

[GIT PULL] ext4 fix for 5.0-rc7
 2019-02-12 21:45 UTC  (2+ messages)

Proposal: Yet another possible fs-verity interface
 2019-02-12 18:42 UTC  (10+ messages)
          ` [f2fs-dev] "

[PATCH] ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
 2019-02-12 12:41 UTC  (2+ messages)

[PATCH v4 0/4] ext4: fix a data corruption problem
 2019-02-12 12:20 UTC  (4+ messages)
` [PATCH v4 1/4] jbd2: make sure dirty flag is cleared while revorking a buffer which belongs to older transaction


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