messages from 2016-10-17 08:47:32 to 2016-10-21 09:30:06 UTC [more...]
[POC/RFC PATCH] overlayfs: fix data inconsistency at copy up
2016-10-21 9:30 UTC (7+ messages)
[PATCH] [v3] mount: dont execute propagate_umount() many times for same mounts
2016-10-20 21:30 UTC (11+ messages)
` [RFC][PATCH] mount: In mark_umount_candidates and __propogate_umount visit each mount once
` [RFC][PATCH v2] "
` [REVIEW][PATCH] mount: In propagate_umount handle overlapping mount propagation trees
[PATCH] orangefs: user file_inode() where it is due
2016-10-21 4:33 UTC
[PATCH 1/3] f2fs: add fast path for find_next_{zero}bit
2016-10-21 2:28 UTC (3+ messages)
` [PATCH 2/3] f2fs: use __set_page_dirty_nobuffers directly
` [PATCH 3/3] f2fs: remove percpu_count due to performance regression
ext4 lockdep splat with v4.9-rc1
2016-10-21 2:06 UTC
[PATCH 1/8] vfs - change d_manage() to take a struct path
2016-10-20 23:39 UTC (3+ messages)
Lock ordering in iomap code
2016-10-20 20:22 UTC (5+ messages)
[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
2016-10-20 19:26 UTC (36+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 10/10] mm: replace access_process_vm() "
[PATCH] fs: Do to trim high file position bits in iomap_page_mkwrite_actor
2016-10-20 11:35 UTC
[GIT PULL] isofs and ext2 fix for 4.9-rc2
2016-10-20 10:05 UTC
[PATCH 0/20 v3] dax: Clear dirty bits after flushing caches
2016-10-20 8:48 UTC (61+ messages)
` [PATCH 03/20] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 05/20] mm: Trim __do_fault() arguments
` [PATCH 07/20] mm: Add orig_pte field into vm_fault
` [PATCH 08/20] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/20] mm: Factor out functionality to finish page faults
` [PATCH 10/20] mm: Move handling of COW faults into DAX code
` [PATCH 11/20] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/20] mm: Factor out common parts of write fault handling
` [PATCH 13/20] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 14/20] mm: Use vmf->page during WP faults
` [PATCH 15/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] 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
[ANNOUNCE] util-linux v2.29-rc2
2016-10-20 6:03 UTC (2+ messages)
[PATCH] f2fs: make clean inodes when flushing inode page
2016-10-20 2:26 UTC
[PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint
2016-10-20 2:26 UTC (4+ messages)
` [PATCH 2/3] f2fs: call f2fs_balance_fs for setattr
` [PATCH 3/3] f2fs: keep dirty inodes selectively for checkpoint
` [PATCH 3/3 v2] "
[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
2016-10-19 23:17 UTC (24+ messages)
` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
Difference between invalidating and deleting dentry
2016-10-19 21:00 UTC (12+ messages)
` [fuse-devel] "
[PATCH v8 00/16] re-enable DAX PMD support
2016-10-19 19:34 UTC (17+ messages)
` [PATCH v8 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v8 02/16] dax: remove buffer_size_valid()
` [PATCH v8 03/16] ext2: remove support for DAX PMD faults
` [PATCH v8 04/16] dax: make 'wait_table' global variable static
` [PATCH v8 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v8 06/16] dax: consistent variable naming for DAX entries
` [PATCH v8 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v8 08/16] dax: remove dax_pmd_fault()
` [PATCH v8 09/16] dax: correct dax iomap code namespace
` [PATCH v8 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v8 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v8 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v8 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v8 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v8 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD
[RFD] Common userspace tool for fscypto
2016-10-19 17:36 UTC (2+ messages)
[PATCH v3 0/2] iostat update for dax and libnvdimm
2016-10-19 15:57 UTC (4+ messages)
` [PATCH v3 1/2] DAX: enable iostat for read/write
` [PATCH v3 2/2] libnvdimm: use generic iostat interfaces
[PATCH 00/12] misc filesystem patches for 4.9
2016-10-19 8:56 UTC (8+ messages)
` [PATCH 07/12] vfs: do get_write_access() on upper layer of overlayfs
[RFC] [PATCH] Add a "nolinks" mount option
2016-10-19 14:35 UTC (10+ messages)
[PATCH v2] Add a "nosymlinks" mount option
2016-10-19 12:31 UTC
[PATCH v2 34/37] docs: fix locations of several documents that got moved
2016-10-19 13:59 UTC (3+ messages)
[4.9-rc1] warnings at fs/locks.c:615 locks_unlink_lock_ctx+0x350/0x4f0
2016-10-18 21:23 UTC (3+ messages)
fscrypto: Two trivial patches
2016-10-18 20:54 UTC (3+ messages)
` [PATCH 1/2] fscrypto: Fix log string in do_crypto()
` [PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string
[PATCH] f2fs: declare static function for __build_free_nids
2016-10-18 18:49 UTC
[PATCH] f2fs: use BIO_MAX_PAGES for bio allocation
2016-10-18 18:48 UTC
[RFC] [PATCH] d_move and d_unlinked race fix
2016-10-18 16:53 UTC (2+ messages)
[PATCH] fscrypto: move ioctl processing more fully into common code
2016-10-18 16:52 UTC (3+ messages)
[PATCH] xfs: don't take the IOLOCK exclusive for direct I/O page invalidation
2016-10-18 12:58 UTC (3+ messages)
[PATCH 1/2] man2/fallocate.2: document behavior with shared blocks
2016-10-18 6:11 UTC (4+ messages)
` [PATCH 2/2] man2/ioctl_fideduperange.2: clarify operation some more
Bug in fua code
2016-10-18 4:52 UTC
[PATCH] aio: fix a use after free (and fix freeze protection of aio writes)
2016-10-17 20:05 UTC (9+ messages)
[PATCH] DAX: enable iostat for read/write
2016-10-17 19:12 UTC (5+ messages)
[PATCH] orangefs: don't use d_time
2016-10-17 18:08 UTC (3+ messages)
[4.9-rc1] UBSAN: Undefined behaviour in fs/read_write.c:92:10
2016-10-17 17:47 UTC
[PATCH v2] DAX: enable iostat for read/write
2016-10-17 17:45 UTC (3+ messages)
[PATCH v6 15/17] dax: add struct iomap based DAX PMD support
2016-10-17 14:55 UTC (4+ messages)
` [PATCH v7 "
[PATCH v6 00/17] re-enable DAX PMD support
2016-10-17 9:09 UTC (4+ messages)
` [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD
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).