messages from 2019-02-15 11:14:48 to 2019-03-05 10:54:04 UTC [more...]
[PATCH v2 1/2] ext4: Add missing brelse() in add_new_gdb_meta_bg()
2019-03-05 10:53 UTC
[PATCH] ext4: remove useless ext4_pin_inode()
2019-03-05 0:41 UTC (4+ messages)
[PATCH 0/8] add generic interface to set/get project
2019-03-04 23:36 UTC (17+ messages)
` [PATCH 1/8] fs: add support to change project ID
` 答复: "
` [PATCH 2/8] ext4: support project ID in ext4_setattr()
` [PATCH 3/8] f2fs: support project ID in f2fs_setattr()
` [PATCH 4/8] xfs: support project ID in xfs_setattr()
` [PATCH 5/8] fs: add project support to statx
` [PATCH 6/8] ext4: support project in ext4_getattr()
` [PATCH 7/8] f2fs: support project in f2fs_getattr()
` [PATCH 8/8] xfs: support project in xfs_getattr()
[PATCH 1/2] fchownat.2: add project support updates
2019-03-04 23:17 UTC (10+ messages)
` [PATCH] statx: test statx support for project
` [PATCH 2/2] statx.2: add project support update
5.0.0-rc8-next-20190301+: kernel bug at fs/inode.c:513
2019-03-04 16:02 UTC
[PATCH] ext4: Add missing brelse() in add_new_gdb_meta_bg()
2019-03-04 12:23 UTC (4+ messages)
[PATCH] jbd2: jbd2_get_transaction does not need to return a value
2019-03-01 5:39 UTC (2+ messages)
[PATCH] jbd2: fix invalid descriptor block checksum
2019-03-01 5:30 UTC (3+ messages)
[PATCH] ext4: fix bigalloc cluster freeing when hole punching under load
2019-03-01 5:00 UTC (2+ messages)
sporadic shared/298 failures?
2019-02-28 23:29 UTC
[PATCH V15 00/18] block: support multi-page bvec
2019-02-28 12:39 UTC (39+ messages)
` [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
INFO: rcu detected stall in ext4_file_write_iter
2019-02-28 9:34 UTC (5+ messages)
[LSF/MM TOPIC] More async operations for file systems - async discard?
2019-02-27 13:24 UTC (15+ messages)
[PATCH v3] ext4: shrink directory when last block is empty
2019-02-27 4:01 UTC
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 (20+ 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] "
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 (10+ 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)
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).