messages from 2016-10-25 00:13:39 to 2016-11-11 10:09:00 UTC [more...]
[PATCH 0/11 v2] ext4: Convert ext4 DAX IO to iomap framework
2016-11-11 10:08 UTC (22+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 03/11] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 04/11] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 05/11] ext4: DAX iomap write support
` [PATCH 06/11] ext4: Avoid split extents for DAX writes
` [PATCH 07/11] dax: Introduce IOMAP_FAULT flag
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 09/11] ext4: Rip out DAX handling from direct IO path
` [PATCH 10/11] ext2: Use iomap_zero_range() for zeroing truncated page in DAX path
` [PATCH 11/11] dax: Rip out get_block based IO support
4042 linux-ext4
2016-11-11 6:11 UTC
[PATCH V2] ext4: ext4_mb_seq_groups_show: Fix stack memory corruption
2016-11-10 17:13 UTC (2+ messages)
33981 linux-ext4
2016-11-10 7:01 UTC
[PATCH] ext4: ext4_mb_seq_groups_show: Fix stack memory corruption
2016-11-10 5:44 UTC (3+ messages)
[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
2016-11-08 22:51 UTC (12+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
` [PATCH 2/4] sched: separate out io_schedule_prepare() and io_schedule_finish()
` [PATCH 3/4] mutex: add mutex_lock_io()
` [PATCH 4/4] jbd2: use mutex_lock_io() for journal->j_checkpoint_mutex
[PATCH] EXT4: fixes for recovery mode
2016-11-08 15:19 UTC
[Bug 187051] New: "orphan list check failed" error in ext4
2016-11-08 15:15 UTC (8+ messages)
` [Bug 187051] "
47323 linux-ext4
2016-11-08 12:46 UTC
Richacl and ext4 vs. xfs
2016-11-07 19:50 UTC (4+ messages)
[PATCHv3 00/41] ext4: support of huge pages
2016-11-07 16:03 UTC (21+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
[PATCH 1/2] fscrypto: don't use on-stack buffer for filename encryption
2016-11-07 15:44 UTC (7+ messages)
` [PATCH 2/2] fscrypto: don't use on-stack buffer for key derivation
[PATCH V2 linux-next] ext4: fix block_validity definition
2016-11-07 7:25 UTC
[RFC] A proposal for adding case insensitive lookups to ext4
2016-11-07 5:42 UTC (9+ messages)
[PATCH 0/6 v2] fs: Provide function to unmap metadata for a range of blocks
2016-11-07 2:40 UTC (9+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] direct-io: Use clean_bdev_aliases() instead of handmade iteration
` [PATCH 3/6] ext4: Use clean_bdev_aliases() instead of iteration
` [lkp] [ext4] adad5aa544: fio.write_bw_MBps +4074.4% improvement
` [PATCH 4/6] ext2: Use clean_bdev_aliases() instead of iteration
` [PATCH 5/6] fs: Add helper to clean bdev aliases under a bh and use it
` [PATCH 6/6] fs: Remove unmap_underlying_metadata
[RFC 0/6] vfs: Add timestamp range check support
2016-11-06 21:14 UTC (10+ messages)
` [RFC 4/6] ext4: Initialize timestamps limits
[Bug 186981] New: ext4 is not working on kernel 4.8.6
2016-11-05 0:19 UTC
[PATCH 0/11] ext4: Convert ext4 DAX IO to iomap framework
2016-11-04 4:20 UTC (26+ messages)
` [PATCH 02/11] ext4: Allow unaligned unlocked DAX IO
` [PATCH 04/11] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 03/11] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 05/11] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 06/11] ext4: DAX iomap write support
` [PATCH 07/11] ext4: Avoid split extents for DAX writes
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 09/11] ext4: Rip out DAX handling from direct IO path
` [PATCH 10/11] ext2: Use iomap_zero_range() for zeroing truncated page in DAX path
` [PATCH 11/11] dax: Rip out get_block based IO support
[PATCH v9 00/16] re-enable DAX PMD support
2016-11-03 21:16 UTC (20+ messages)
` [PATCH v9 03/16] ext2: remove support for DAX PMD faults
` [PATCH v9 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v9 02/16] dax: remove buffer_size_valid()
` [PATCH v9 04/16] dax: make 'wait_table' global variable static
` [PATCH v9 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v9 08/16] dax: remove dax_pmd_fault()
` [PATCH v9 09/16] dax: correct dax iomap code namespace
` [PATCH v9 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v9 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v9 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v9 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v9 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v9 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v9 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v9 06/16] dax: consistent variable naming for DAX entries
` [PATCH v9 07/16] dax: coordinate locking for offsets in PMD range
[PATCH] ext4: ext4_mb_mark_free_simple: Fix integer value truncation
2016-11-03 19:32 UTC (2+ messages)
[Bug 186551] New: mkfs.ext4 tries to discard sector beyond the end of the device
2016-11-02 14:30 UTC (12+ messages)
` [Bug 186551] "
[PATCH 00/60] block: support multipage bvec
2016-10-31 22:52 UTC (4+ messages)
` [PATCH 50/60] ext4: convert to bio_for_each_segment_all_rd()
0728525532700 linux-ext4
2016-10-28 20:39 UTC
[PATCH v8 00/16] re-enable DAX PMD support
2016-10-27 14:41 UTC (2+ messages)
[Bug 182261] New: Deleted files reappear
2016-10-26 20:40 UTC (3+ messages)
` [Bug 182261] "
[PATCHv4 00/43] ext4: support of huge pages
2016-10-26 7:36 UTC (15+ messages)
` [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv4 34/43] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv4 38/43] ext4: handle writeback with huge pages
` [PATCHv4 40/43] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv4 41/43] ext4: make fallocate() operations work with "
` [PATCHv4 42/43] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv4 43/43] ext4, vfs: add huge= mount option
[PATCH] ext4: allow inode expansion for nojournal file systems
2016-10-25 23:05 UTC (3+ messages)
[PATCH] ext4: remove parameter from ext4_xattr_ibody_set()
2016-10-25 22:13 UTC
[PATCH] mke2fs: Avoid crashes / infinite loops for absurdly large devices
2016-10-25 18:09 UTC (2+ messages)
[PATCH] partinfo: fix some build errors
2016-10-25 17:28 UTC (2+ messages)
[PATCH] plausible: fix compilation on RHEL 5.x due to missing magic define
2016-10-25 17:23 UTC (2+ messages)
` "
resizing file system fails when file system block size is smaller than page size
2016-10-25 17:19 UTC (2+ messages)
[BUG] softlockup observed with 64k block size on ppc64
2016-10-25 13:19 UTC (3+ messages)
Test generic/299 stalling forever
2016-10-25 2:59 UTC (12+ 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).