messages from 2016-11-01 22:36:27 to 2016-11-06 16:36:03 UTC [more...]
an iomap-based direct I/O implementation V2
2016-11-06 16:36 UTC (10+ messages)
` [PATCH 1/5] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 4/5] iomap: implement direct I/O
` [PATCH 5/5] xfs: use iomap_dio_rw
When is export_operations.get_parent triggered?
2016-11-06 12:24 UTC (3+ messages)
fsnotify_mark_srcu wtf?
2016-11-06 6:45 UTC (5+ messages)
[PATCHSET] Throttled buffered writeback
2016-11-05 22:37 UTC (18+ messages)
` [PATCH 1/8] block: add WRITE_BACKGROUND
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 3/8] writeback: mark background writeback as such
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
[GIT PULL] overlayfs fixes for 4.9-rc3
2016-11-05 21:41 UTC (7+ messages)
[PATCH 0/3] overlayfs: allow moving directory trees
2016-11-05 20:40 UTC (9+ messages)
` [PATCH 1/3] ovl: check fs features
` [PATCH 3/3] ovl: redirect on rename-dir
[PATCH 1/2] fscrypto: don't use on-stack buffer for filename encryption
2016-11-05 15:13 UTC (3+ messages)
` [PATCH 2/2] fscrypto: don't use on-stack buffer for key derivation
[PATCH v3 0/8] Various fixes related to ptrace_may_access()
2016-11-05 14:56 UTC (19+ messages)
` [PATCH v3 1/8] exec: introduce cred_guard_light
[PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint
2016-11-05 7:02 UTC (5+ messages)
` [PATCH 3/3] f2fs: keep dirty inodes selectively for checkpoint
` [PATCH 3/3 v2] "
` [f2fs-dev] "
[PATCH] DAX: use proper length when the range is not aligned to PAGE_SIZE
2016-11-04 23:55 UTC (3+ messages)
Richacl and ext4 vs. xfs
2016-11-04 23:15 UTC (3+ messages)
[PATCH 1/2] f2fs: assign segments correctly for direct_io
2016-11-04 22:56 UTC (2+ messages)
` [PATCH 2/2] f2fs: remove checkpoint in f2fs_freeze
[PATCH v8 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-04 20:34 UTC (3+ messages)
` [PATCH v8 7/7] KVM: x86: virtualize cpuid faulting
[PATCH 0/6 v2] fs: Provide function to unmap metadata for a range of blocks
2016-11-04 20:32 UTC (8+ 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
` [PATCH 4/6] ext2: "
` [PATCH 5/6] fs: Add helper to clean bdev aliases under a bh and use it
` [PATCH 6/6] fs: Remove unmap_underlying_metadata
[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
2016-11-04 18:14 UTC (31+ messages)
` [PATCH 01/20] mm: Change type of vmf->virtual_address
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 05/21] mm: Trim __do_fault() arguments
` [PATCH 06/21] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 06/20] mm: Use pass "
` [PATCH 12/21] mm: Factor out common parts of write fault handling
` [PATCH 14/21] mm: Use vmf->page during WP faults
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/21] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/21] mm: Change return values of finish_mkwrite_fault()
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] dax: Make cache flushing protected by entry lock
` [PATCH 18/21] mm: Export follow_pte()
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
` [PATCH 20/21] dax: Protect PTE modification on WP fault by radix tree entry lock
` [PATCH 21/21] dax: Clear dirty entry tags on cache flush
[PATCH 1/3] f2fs: add fast path for find_next_{zero}bit
2016-11-04 15:51 UTC (7+ messages)
` [PATCH 2/3] f2fs: use __set_page_dirty_nobuffers directly
` [f2fs-dev] "
interesting
2016-11-04 10:38 UTC
[PATCH 0/11] ext4: Convert ext4 DAX IO to iomap framework
2016-11-04 4:20 UTC (19+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Allow unaligned unlocked DAX IO
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 11/11] dax: Rip out get_block based IO support
[PATCH 0/21 v4 RESEND] dax: Clear dirty bits after flushing caches
2016-11-04 4:25 UTC (22+ messages)
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/21] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/21] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/21] mm: Trim __do_fault() arguments
` [PATCH 06/21] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 07/21] mm: Add orig_pte field into vm_fault
` [PATCH 08/21] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/21] mm: Factor out functionality to finish page faults
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
` [PATCH 11/21] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/21] mm: Factor out common parts of write fault handling
` [PATCH 13/21] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 14/21] mm: Use vmf->page during WP faults
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/21] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/21] mm: Change return values of finish_mkwrite_fault()
` [PATCH 18/21] mm: Export follow_pte()
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 20/21] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 21/21] dax: Clear dirty entry tags on cache flush
3740 linux-fsdevel
2016-11-04 3:44 UTC
[RFC 0/6] vfs: Add timestamp range check support
2016-11-04 0:27 UTC (12+ messages)
` [RFC 1/6] vfs: Add file timestamp range support
` [RFC 2/6] vfs: Add checks for filesystem timestamp limits
` [RFC 3/6] afs: Add time limits in the super block
` [RFC 4/6] ext4: Initialize timestamps limits
` [RFC 5/6] vfs: Add timestamp_truncate() api
` [RFC 6/6] utimes: Clamp the timestamps before update
tmpfs returns incorrect data on concurrent pread() and truncate()
2016-11-03 23:45 UTC (6+ messages)
[PATCH v9 00/16] re-enable DAX PMD support
2016-11-03 21:16 UTC (4+ messages)
[PATCH] vfs: fix vfs_clone_file_range() for overlayfs files
2016-11-03 20:57 UTC (5+ messages)
[PATCH v2 0/8] Various fixes related to ptrace_may_access()
2016-11-03 20:43 UTC (11+ messages)
` [PATCH v2 4/8] futex: don't leak robust_list pointer
` [PATCH v2 8/8] Documentation: add security/ptrace_checks.txt
[PATCHv3 00/41] ext4: support of huge pages
2016-11-03 20:40 UTC (10+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
2016-11-03 15:33 UTC (3+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
[PATCH] Make file struct available to fchmod FS handlers
2016-11-03 15:22 UTC (5+ messages)
` [fuse-devel] "
[PATCH 01/25] fs/buffer: Convert to hotplug state machine
2016-11-03 14:49 UTC
[PATCH 00/60] block: support multipage bvec
2016-11-03 11:30 UTC (22+ messages)
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
[PATCH v2 34/37] docs: fix locations of several documents that got moved
2016-11-02 10:08 UTC (5+ 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).