messages from 2019-04-23 04:07:10 to 2019-05-07 16:12:19 UTC [more...]
Locality of extent status tree traversal
2019-05-07 16:12 UTC
[PATCH v7 0/6] virtio pmem driver
2019-05-07 15:40 UTC (12+ messages)
` [PATCH v7 1/6] libnvdimm: nd_region flush callback support
` [PATCH v7 2/6] virtio-pmem: Add virtio pmem driver
` [Qemu-devel] "
` [PATCH v7 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v7 4/6] dax: check synchronous mapping is supported
` [PATCH v7 5/6] ext4: disable map_sync for async flush
` [PATCH v7 6/6] xfs: "
[PATCH AUTOSEL 4.14 76/95] ext4: cleanup pagecache before swap i_data
2019-05-07 5:38 UTC
[PATCH xfstests 1/2] common/casefold: Add infrastructure to test filename casefold feature
2019-05-06 20:32 UTC (4+ messages)
` [PATCH xfstests 2/2] ext4/035: Add tests for filename casefolding feature
[RFC PATCH 0/7] xfstests: verify fscrypt-encrypted contents and filenames
2019-05-06 15:57 UTC (9+ messages)
` [RFC PATCH 1/7] common/encrypt: introduce helpers for set_encpolicy and get_encpolicy
` [RFC PATCH 2/7] fscrypt-crypt-util: add utility for reproducing fscrypt encrypted data
` [RFC PATCH 3/7] common/encrypt: support requiring other encryption settings
` [RFC PATCH 4/7] common/encrypt: add helper for ciphertext verification tests
` [RFC PATCH 5/7] generic: verify ciphertext of v1 encryption policies with AES-256
` [RFC PATCH 6/7] generic: verify ciphertext of v1 encryption policies with AES-128
` [RFC PATCH 7/7] generic: verify ciphertext of v1 encryption policies with Adiantum
[PATCH] ext4: Fix data corruption caused by overlapping unaligned and aligned IO
2019-05-06 13:49 UTC
[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
2019-05-06 9:12 UTC (24+ messages)
` [PATCH 01/13] fscrypt: simplify bounce page handling
` [PATCH 02/13] fscrypt: remove the "write" part of struct fscrypt_ctx
` [PATCH 03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [PATCH 05/13] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH 07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH 09/13] fscrypt: support decrypting multiple filesystem blocks per page
` [PATCH 10/13] ext4: clear BH_Uptodate flag on decryption error
` [PATCH 11/13] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH 12/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH 13/13] ext4: encrypt only up to last block in ext4_bio_write_page()
[PATCH] e2fsck: Check and fix tails of all bitmaps
2019-05-06 9:08 UTC (4+ messages)
[PATCH] mke2fs: fix check for absurdly large devices
2019-05-05 22:34 UTC (2+ messages)
[PATCH 1/3] jbd2: fix potential double free
2019-05-05 11:01 UTC (3+ messages)
` [PATCH 2/3] jbd2: code cleanup for jbd2_journal_init_revoke_caches()
` [PATCH 3/3] jbd2: add __init annotation for jbd2_journal_init_journal_head_cache()
[ext4] 345c0dbf3a: xfstests.ext4.303.fail
2019-05-05 9:12 UTC (2+ messages)
[PATCH] e2fsck: Do not to be quiet if verbose option used
2019-05-05 4:12 UTC (6+ messages)
[PATCH e2fsprogs 00/10] case-insensitive feature updates
2019-05-02 21:46 UTC (22+ messages)
` [PATCH e2fsprogs 01/10] e2p: encoding: Fix default flags lookup
` [PATCH e2fsprogs 02/10] ext2fs: Always attempt to load nls table when loading the filesystem
` [PATCH e2fsprogs 04/10] ext2fs: nls: Fix potential null dereference in utf8nlookup
` [PATCH e2fsprogs 05/10] ext2fs: nls: Merge sparse fixes from the kernel version
` [PATCH e2fsprogs 07/10] ext2fs: Don't normalize names on -F directories
` [PATCH e2fsprogs 08/10] ext2fs: nls: Drop normalization code
` Change feature name from fname_encoding to casefold?
` [PATCH e2fsprogs 09/10] ext2fs: nls: Drop ascii NLS support
` [PATCH e2fsprogs 10/10] ext4.5.in: Document design changes on the casefold attribute
` [PATCH e2fsprogs 03/10] ext2fs: nls: Convert NFKD -> NFD
[PATCH V2 00/13] Consolidate FS read I/O callbacks code
2019-05-02 18:16 UTC (35+ messages)
` [PATCH V2 01/13] ext4: Clear BH_Uptodate flag on decryption error
` [PATCH V2 02/13] Consolidate "read callbacks" into a new file
` [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V2 04/13] fsverity: Add call back to determine readpage limit
` [PATCH V2 05/13] fs/mpage.c: Integrate read callbacks
` [PATCH V2 06/13] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V2 07/13] Add decryption support for sub-pagesized blocks
` [PATCH V2 08/13] ext4: Decrypt all boundary blocks when doing buffered write
` [PATCH V2 09/13] ext4: Decrypt the block that needs to be partially zeroed
` [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [f2fs-dev] "
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V2 13/13] ext4: Enable encryption for subpage-sized blocks
[PATCH v2] ext4: bad mount opts in no journal mode
2019-05-01 3:11 UTC (3+ messages)
[PATCH v2 0/8] vfs: make immutable files actually immutable
2019-04-30 15:46 UTC (8+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files
` [PATCH 2/8] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/8] xfs: flush page mappings as part of setting immutable
[PATCH] ext4: bad mount opts in no journal mode
2019-04-28 20:21 UTC (3+ messages)
[PATCH] libext2fs: remove unused variable 'old_flags'
2019-04-29 0:38 UTC (2+ messages)
[PATCH] debugfs: remove unused variable 'tmp_inode'
2019-04-29 0:37 UTC (2+ messages)
[PATCH] libext2fs: remove unused variable 'buff'
2019-04-29 0:36 UTC (3+ messages)
[PATCH] debugfs: fix encoding handling in dx_hash command
2019-04-29 0:20 UTC (3+ messages)
[PATCH] debugfs: avoid ambiguity when printing filenames
2019-04-29 0:11 UTC (2+ messages)
[PATCH] nls: Update to Unicode 12.1.0
2019-04-28 20:43 UTC (2+ messages)
[PATCH][next] ext4: fix two cases where a u32 is being checked for a less than zero error return
2019-04-26 22:09 UTC
[PATCH v7 00/10] Ext4 case-insensitive support
2019-04-25 20:35 UTC (2+ messages)
[PATCH] ext4: Actually request zeroing of inode table after grow
2019-04-25 17:23 UTC (2+ messages)
[PATCH] ext4: add cond_resched() to ext4_mb_init_backend()
2019-04-25 16:58 UTC (4+ messages)
` [PATCH v2] ext4: cond_resched in work-heavy group loops
[PATCH] ext4: fix use-after-free race with debug_want_extra_isize
2019-04-25 15:57 UTC (3+ messages)
` [PATCH v2] "
ext4: avoid drop reference to iloc.bh twice
2019-04-25 15:48 UTC (3+ messages)
[PATCH 0/6] vfs: Make icache searchable under RCU [ver #2]
2019-04-25 15:45 UTC (9+ messages)
` [PATCH 1/6] vfs, coda: Fix the lack of locking in FID replacement inode rehashing "
` [PATCH 2/6] vfs: Change inode_hash_lock to a seqlock "
` [PATCH 3/6] vfs: Allow searching of the icache under RCU conditions "
` [PATCH 4/6] afs: Use RCU inode cache search for callback resolution "
` [PATCH 5/6] ext4: Search for an inode to update under the RCU lock if we can "
` [PATCH 6/6] vfs: Delete find_inode_nowait() "
[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
2019-04-25 11:20 UTC (8+ messages)
` [PATCH v5 1/7] fs: introduce write-hint start point for in-kernel hints
` [PATCH v5 2/7] block: increase stream count for in-kernel use
` [PATCH v5 3/7] block: introduce API to register stream information with block-layer
` [PATCH v5 4/7] block: introduce write-hint to stream-id conversion
` [PATCH v5 5/7] nvme: register stream info with block layer
` [PATCH v5 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
` [PATCH v5 7/7] fs/ext4,jbd2: add support for sending write-hint with journal
FW: Neue Kunden
2019-04-25 9:47 UTC
[PATCH V1 00/14] Consolidate Post read processing code
2019-04-24 14:59 UTC (23+ messages)
` [PATCH V1 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [PATCH V1 02/14] Consolidate "post read processing" into a new file
` [PATCH V1 03/14] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V1 04/14] fsverity: Add call back to determine readpage limit
` [PATCH V1 05/14] fs/mpage.c: Integrate post read processing
` [PATCH V1 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V1 07/14] Remove the term "bio" from post read processing
` [PATCH V1 08/14] Add decryption support for sub-pagesized blocks
` [PATCH V1 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [PATCH V1 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [PATCH V1 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [PATCH V1 12/14] ext4: Compute logical block and the page range to be encrypted
` [PATCH V1 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V1 14/14] ext4: Enable encryption for subpage-sized blocks
[aarch64] Kernel crash on v5.1-rc5, __arch_copy_from_user+0x1bc/0x240
2019-04-24 13:54 UTC (6+ messages)
[PATCH v6 0/6] virtio pmem driver
2019-04-24 5:21 UTC (14+ messages)
` [PATCH v6 1/6] libnvdimm: nd_region flush callback support
` [PATCH v6 2/6] virtio-pmem: Add virtio pmem driver
` [PATCH v6 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v6 4/6] dax: check synchronous mapping is supported
` [PATCH v6 5/6] ext4: disable map_sync for async flush
` [Qemu-devel] "
` [PATCH v6 6/6] xfs: "
` [Qemu-devel] "
5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace")
2019-04-23 17:16 UTC (2+ messages)
[PATCH v5 0/6] virtio pmem driver
2019-04-23 4:07 UTC (9+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).