linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-24 08:13:56 to 2016-11-28 21:51:00 UTC [more...]

[PATCH v3 00/33] Radix tree patches for 4.10
 2016-11-28 21:51 UTC  (57+ messages)
` [PATCH v3 01/33] radix tree test suite: Fix compilation
` [PATCH v3 02/33] tools: Add WARN_ON_ONCE
` [PATCH v3 03/33] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCH v3 04/33] radix tree test suite: Track preempt_count
` [PATCH v3 05/33] radix tree test suite: Free preallocated nodes
` [PATCH v3 06/33] radix tree test suite: Make runs more reproducible
` [PATCH v3 07/33] radix tree test suite: iteration test misuses RCU
` [PATCH v3 08/33] radix tree test suite: benchmark for iterator
` [PATCH v3 09/33] radix tree test suite: Use rcu_barrier
` [PATCH v3 10/33] radix tree test suite: Handle exceptional entries
` [PATCH v3 11/33] radix tree test suite: record order in each item
` [PATCH v3 12/33] tools: Add more bitmap functions
` [PATCH v3 13/33] radix tree test suite: Use common find-bit code
` [PATCH v3 14/33] radix-tree: Fix typo
` [PATCH v3 15/33] radix-tree: Move rcu_head into a union with private_list
` [PATCH v3 16/33] radix-tree: Create node_tag_set()
` [PATCH v3 17/33] radix-tree: Make radix_tree_find_next_bit more useful
` [PATCH v3 18/33] radix-tree: Improve dump output
` [PATCH v3 19/33] btrfs: Fix race in btrfs_free_dummy_fs_info()
` [PATCH v3 20/33] radix-tree: Improve multiorder iterators
` [PATCH v3 21/33] radix-tree: Delete radix_tree_locate_item()
` [PATCH v3 22/33] radix-tree: Delete radix_tree_range_tag_if_tagged()
` [PATCH v3 23/33] radix-tree: Add radix_tree_join
` [PATCH v3 24/33] radix-tree: Add radix_tree_split
` [PATCH v3 25/33] radix-tree: Add radix_tree_split_preload()
` [PATCH v3 26/33] radix-tree: Fix replacement for multiorder entries
` [PATCH v3 27/33] radix tree test suite: Check multiorder iteration
` [PATCH v3 28/33] idr: Add ida_is_empty
` [PATCH v3 29/33] tpm: Use idr_find(), not idr_find_slowpath()
` [PATCH v3 30/33] rxrpc: Abstract away knowledge of IDR internals
` [PATCH v3 31/33] idr: Reduce the number of bits per level from 8 to 6
` [PATCH v3 32/33] radix tree test suite: Add some more functionality
` [PATCH v3 33/33] Reimplement IDR and IDA using the radix tree

[PATCH] dax: try to avoid unused function warnings
 2016-11-28 21:24 UTC  (2+ messages)

[PATCH 0/6] introduce DAX tracepoint support
 2016-11-28 19:20 UTC  (29+ messages)
` [PATCH 1/6] dax: fix build breakage with ext4, dax and !iomap
` [PATCH 2/6] dax: remove leading space from labels
` [PATCH 3/6] dax: add tracepoint infrastructure, PMD tracing
` [PATCH 5/6] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH 6/6] dax: add tracepoints to dax_pmd_insert_mapping()

[PATCH v2 0/7] ocfs2: wire up {clone,copy,dedupe}_range
 2016-11-28 18:24 UTC  (6+ messages)
` [PATCH 5/7] ocfs2: don't eat io errors during _dio_end_io_write
` [PATCH 6/7] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features

[POC/RFC PATCH] overlayfs: constant inode numbers
 2016-11-28 18:02 UTC  (5+ messages)
    ` Fwd: "

[PATCH v13 0/8] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-28 16:13 UTC  (11+ messages)
` [PATCH v13 1/8] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v13 2/8] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v13 3/8] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v13 4/8] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v13 5/8] x86/cpufeature: Detect CPUID faulting support
` [PATCH v13 6/8] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v13 7/8] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
` [PATCH v13 8/8] KVM: x86: virtualize cpuid faulting

[bug report v4.8] fs/locks.c: kernel oops during posix lock stress test
 2016-11-28 13:40 UTC  (4+ messages)

[git pull] vfs fix
 2016-11-28  8:54 UTC  (7+ messages)

[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
 2016-11-28  2:12 UTC  (7+ messages)
` [PATCH 2/7] autofs - make struct path const in autofs4_dir_open()
` [PATCH 3/7] autofs - change struct path to const in autofs4_expire_wait() and autofs4_wait()
` [PATCH 4/7] vfs - change struct path to const in d_manage()
` [PATCH 5/7] vfs - constify path parameter of path_has_submounts()
` [PATCH 6/7] autofs - dont hold spin lock over direct mount expire
` [PATCH 7/7] vfs - make may_umount_tree() mount propogation aware

[PATCH 00/29] UBIFS File Encryption v1
 2016-11-28  1:27 UTC  (17+ messages)
` [PATCH 01/29] fscrypt: Add in-place encryption mode
` [PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
` [PATCH 05/29] fscrypt: Let fs select encryption index/tweak

an iomap-based direct I/O implementation V3
 2016-11-27 23:16 UTC  (7+ messages)

[PATCH] fscrypto: move ioctl processing more fully into common code
 2016-11-27 17:39 UTC  (4+ messages)

[PATCH 1/4] fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
 2016-11-27  4:41 UTC  (4+ messages)
` [PATCH 2/4] fscrypt: unexport fscrypt_initialize()
` [PATCH 3/4] fscrypt: move non-public structures and constants to fscrypt_private.h
` [PATCH 4/4] fscrypt: move the policy flags and encryption mode definitions to uapi header

[PATCH] fscrypto: remove unneeded Kconfig dependencies
 2016-11-26 20:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-11-26 20:05 UTC  (2+ messages)

[PATCH xfstests] dirstress: Allow ESTALE as well as ENOENT
 2016-11-26  1:39 UTC  (6+ messages)
      ` [PATCH 1/2] Document fstests mailing list
        ` [PATCH 2/2] dirstress: Allow ESTALE as well as ENOENT

[PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies
 2016-11-25 21:20 UTC  (21+ messages)
` [PATCH 1/7] vfs: allow overlayfs to intercept file ops
` [PATCH 2/7] vfs: export filp_clone_open()
` [PATCH 3/7] mm: ovl: copy-up on MAP_SHARED
  ` [mm] 68ab21008a: BUG:unable_to_handle_kernel
` [PATCH 4/7] ovl: add infrastructure for intercepting file ops
` [PATCH 5/7] ovl: intercept read_iter
` [PATCH 6/7] ovl: intercept mmap
` [PATCH 7/7] ovl: intercept fsync

[PATCH 1/1 linux-next] ext4: fix journal data documentation regarding O_DIRECT
 2016-11-25 19:53 UTC 

[PATCH 1/2] f2fs: use err for f2fs_preallocate_blocks
 2016-11-25 18:16 UTC  (4+ messages)
` [PATCH 2/2] f2fs: fix redundant block allocation
  ` [f2fs-dev] "

[PATCH 1/2] f2fs: revert segment allocation for direct IO
 2016-11-25 18:14 UTC  (5+ messages)
` [PATCH 2/2] f2fs: allow dio read for LFS mode
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: revert segment allocation for direct IO

[PATCH 1/2] f2fs: do not recover i_size if it's valid
 2016-11-25 15:40 UTC  (3+ messages)
` [PATCH 2/2] f2fs: fix wrong AUTO_RECOVER condition
  ` [f2fs-dev] "

make copy_file_range do the right thing
 2016-11-25  8:40 UTC  (2+ messages)
` [PATCH] fs: try to clone files first in vfs_copy_file_range

[PATCH 1/1 linux-next] ext4: add compatibility flag check
 2016-11-25  6:14 UTC  (5+ messages)

[PATCH] f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
 2016-11-25  2:32 UTC 

[PATCH] block_dev: don't test bdev->bd_contains when it is not stable
 2016-11-25  1:52 UTC 

fuse: feasible to distinguish between umount and abort?
 2016-11-25  0:33 UTC  (4+ messages)
` [fuse-devel] "

9pfs hangs since 4.7
 2016-11-24 19:50 UTC 

[PATCH 1/1 linux-next] vfs: fix comment typos
 2016-11-24 18:50 UTC 

[PATCH 0/7] quota: Use s_umount for quota on/off serialization
 2016-11-24 12:55 UTC  (9+ messages)
` [PATCH 1/7] fs: Provide function to get superblock with exclusive s_umount
` [PATCH 2/7] quota: Hold s_umount in exclusive mode when enabling / disabling quotas
` [PATCH 4/7] ocfs2: Protect periodic quota syncing with s_umount semaphore
` [PATCH 5/7] quota: Remove dqonoff_mutex from dquot_scan_active()
` [PATCH 6/7] ocfs2: Use s_umount for quota recovery protection
` [PATCH 7/7] quota: Remove dqonoff_mutex

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-11-24  9:46 UTC  (7+ messages)
` [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals
` [PATCH 4/6] dax: Finish fault completely when loading holes
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault
` [PATCH 6/6] ext4: Simplify DAX fault path

[RFC][PATCH 0/4] Enhanced file stat system call [ver #3]
 2016-11-24  8:13 UTC  (5+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "


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).