messages from 2017-03-03 22:36:49 to 2017-03-30 15:58:23 UTC [more...]
[PATCH v8 0/9] vfs/xfs/ext4: GETFSMAP support
2017-03-30 15:58 UTC (4+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2017-03-30 11:24 UTC (34+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t
Creating a mailing list, git tree, and patchwork project for fscrypt
2017-03-29 21:14 UTC (2+ messages)
Question about dirty data for unlinked files
2017-03-29 11:23 UTC (2+ messages)
[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
2017-03-28 16:28 UTC (2+ messages)
[PATCH] Documentation: Fix dead URLs to ftp.kernel.org
2017-03-27 13:05 UTC (7+ messages)
[GIT PULL] ext4 bug fixes for 4.11
2017-03-26 2:23 UTC
[PATCH] ext4: lock the the xattr block before calculating its checksum
2017-03-26 0:20 UTC (3+ messages)
` [PATCH -v2] ext4: lock the xattr block before checksuming it
Funding
2017-03-25 21:22 UTC
[PATCH] ext4: fix spelling of "don't"
2017-03-25 19:55 UTC (2+ messages)
15588 linux-ext4
2017-03-24 20:55 UTC
[PATCH 0/8 v3] No wait AIO
2017-03-24 14:39 UTC (21+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_RW_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs
50072 linux-ext4
2017-03-23 19:29 UTC
ext4 scaling limits ?
2017-03-23 3:35 UTC (5+ messages)
64-bit inode number
2017-03-21 16:13 UTC (2+ messages)
[PATCH] Add largedir feature
2017-03-21 15:38 UTC (17+ messages)
[PATCH 1/2] ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()
2017-03-21 15:31 UTC (4+ messages)
` [PATCH 2/2] ext4: remove ext4_xattr_check_entry()
[PATCH] ext4: merge ext4_xattr_list() into ext4_listxattr()
2017-03-21 15:24 UTC (2+ messages)
[PATCH] misc: fixed error handling in e4crypt
2017-03-20 20:34 UTC
[PATCH] e2fsprogs: Apple Darwin, fix case of device with not 512 bytes block size
2017-03-20 20:31 UTC (3+ messages)
[PATCH] ext4: Add statx support
2017-03-20 17:52 UTC (6+ messages)
dirty_ratio
2017-03-19 23:53 UTC (3+ messages)
Passionate Partner
2017-03-18 13:03 UTC
[PATCH] misc: fixed error handling in e4crypt
2017-03-18 0:31 UTC
[PATCH] libext2fs: apply LDFLAGS when building tst_inline_data
2017-03-17 22:38 UTC
[PATCH] e2fsck: recreate extent mapped lost+found
2017-03-16 16:50 UTC (3+ messages)
repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
2017-03-16 16:13 UTC (3+ messages)
[PATCH] fscrypt: eliminate ->prepare_context() operation
2017-03-16 15:18 UTC (2+ messages)
question about jbd2 abnormal handle
2017-03-16 8:48 UTC (2+ messages)
64136 linux-ext4
2017-03-16 6:37 UTC
minor dumpe2fs issue
2017-03-15 21:48 UTC
Darlehen angebot 3 %
2017-03-15 1:17 UTC
[PATCH] ext4: mark inode dirty after converting inline directory
2017-03-15 18:53 UTC (3+ messages)
[Bug 194739] New: fallocate --collapse-range causes temporal data corruption on fragmented file
2017-03-15 17:48 UTC (2+ messages)
` [Bug 194739] "
[PATCH] fscrypt: remove broken support for detecting keyring key revocation
2017-03-15 17:12 UTC (4+ messages)
[PATCH] jbd2: don't leak memory if setting up journal fails
2017-03-15 11:39 UTC (2+ messages)
Corrupt ext4 fs after creation
2017-03-15 5:11 UTC (4+ messages)
[PATCH] ext4: constify static data that is never modified
2017-03-15 5:03 UTC
(unknown),
2017-03-15 3:26 UTC
[PATCH] ext4: evict inline data when writing to memory map
2017-03-14 23:32 UTC (4+ messages)
v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
2017-03-14 15:18 UTC (5+ messages)
[PATCH] generic: require journal in shutdown tests
2017-03-10 9:48 UTC (3+ messages)
[PATCH] ext4: don't BUG when truncating encrypted inodes on the orphan list
2017-03-09 19:21 UTC (5+ messages)
[PATCH 0/7 v5] scope GFP_NOFS api
2017-03-09 11:42 UTC (11+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save, restore} API
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe
4.11-rc1 acpi stomping ext4 slabs
2017-03-09 6:32 UTC (7+ messages)
` Race condition in ext4 (was Re: 4.11-rc1 acpi stomping ext4 slabs)
[PATCH 0/8 v2] Non-blocking AIO
2017-03-09 2:18 UTC (21+ messages)
` [PATCH 5/8] nowait aio: return on congested block device
[PATCH 0/6] introduce DAX tracepoint support
2017-03-08 22:05 UTC (6+ messages)
` [PATCH 3/6] dax: add tracepoint infrastructure, PMD tracing
[Bug 111961] New: ext4 umount - invalid opcode with PLEXTOR PX-128M6G-2242
2017-03-08 10:48 UTC (3+ messages)
` [Bug 111961] "
Please view the attached file
2017-03-06 16:05 UTC
[PATCH 0/8 v3] scope GFP_NOFS api
2017-03-06 11:59 UTC (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
New kvm-xfstests images uploaded
2017-03-06 5:58 UTC
Passionate Partner
2017-03-04 16:58 UTC
[PATCH] libext2fs: readahead for meta_bg
2017-03-04 0:45 UTC (3+ messages)
` [PATCH] libext2fs: preload block group on request
` [PATCH, RFC] "
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).