linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-17 17:10:13 to 2016-11-23 07:19:23 UTC [more...]

[PATCH v2] fideduperange.2: fix the discussion of maximum sizes
 2016-11-23  7:06 UTC  (4+ messages)

[PATCH] fideduperange.2: fix the discussion of maximum sizes
 2016-11-23  4:47 UTC  (3+ messages)

[PATCH v2 0/7] ocfs2: wire up {clone,copy,dedupe}_range
 2016-11-23  4:36 UTC  (8+ messages)
` [PATCH 1/7] ocfs2: convert inode refcount test to a helper
` [PATCH 2/7] ocfs2: add newlines to some error messages
` [PATCH 3/7] ocfs2: prohibit refcounted swapfiles
` [PATCH 4/7] ocfs2: budget for extent tree splits when adding refcount flag
` [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
` [PATCH 7/7] ocfs2: charge quota for reflinked blocks

fuse: max_background and congestion_threshold settings
 2016-11-22 23:43 UTC  (9+ messages)
` [fuse-devel] "

linux-next: Tree for Nov 22 (ext4 + dax)
 2016-11-23  4:28 UTC  (3+ messages)

[RFC PATCH 0/3] fs: add AT_REPLACE flag for linkat()
 2016-11-23  3:57 UTC  (7+ messages)
` [RFC PATCH 1/3] fs: add AT_REPLACE flag for linkat() which replaces the target
` [RFC PATCH 2/3] vfs: add d_replace()
` [RFC PATCH 3/3] Btrfs: add support for linkat() AT_REPLACE

[PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint
 2016-11-23  1:36 UTC  (3+ messages)

[RFC][PATCH 0/4] Enhanced file stat system call [ver #3]
 2016-11-23  0:56 UTC  (5+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "
` [PATCH 2/4] statx: Ext4: Return enhanced file attributes "
` [PATCH 3/4] statx: NFS: "
` [PATCH 4/4] statx: AFS: "

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

[PATCH] fscrypto: move ioctl processing more fully into common code
 2016-11-22 23:15 UTC  (2+ messages)

[RFC][PATCH 0/4] Enhanced file stat system call
 2016-11-22 20:58 UTC  (45+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available
` [PATCH 2/4] statx: Ext4: Return enhanced file attributes
` [PATCH 4/4] statx: AFS: "

[PATCH] vfs: Allow FS_USERNS_MOUNT filesystems to create inodes with unmapped uid/gids
 2016-11-22 18:55 UTC  (2+ messages)

[glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64
 2016-11-22 18:41 UTC  (12+ messages)

[PATCH 1/2] vfs: simpler d_hash()
 2016-11-22 19:57 UTC 

[PATCH 2/2] vfs: delete d_hash_mask
 2016-11-22 19:58 UTC 

[PATCH v12 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-22 17:26 UTC  (17+ messages)
` [PATCH v12 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v12 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v12 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v12 7/7] KVM: x86: virtualize cpuid faulting

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-22 15:53 UTC  (12+ messages)
` [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 06/12] dm: crypt: use bio_add_page()
` [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 08/12] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments

[PATCH v2] Add a "nosymlinks" mount option
 2016-11-22 14:13 UTC  (6+ messages)

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-11-22 13:42 UTC  (18+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir

locking in fs/signalfd.c
 2016-11-21 21:47 UTC 

[PATCH 0/20 v5] dax: Clear dirty bits after flushing caches
 2016-11-21  4:39 UTC  (25+ messages)
` [PATCH 01/20] mm: Join struct fault_env and vm_fault
` [PATCH 02/20] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/20] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/20] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/20] mm: Trim __do_fault() arguments
` [PATCH 06/20] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [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: Factor out common parts of write fault handling
` [PATCH 12/20] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 13/20] mm: Use vmf->page during WP faults
` [PATCH 14/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 15/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 16/20] 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 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush

logfs: GPF in logfs_alloc_inode
 2016-11-20 23:48 UTC  (6+ messages)

debugfs question
 2016-11-20 18:59 UTC  (6+ messages)

★★★《出国参展邀请函》2017第52届世界JEC复合材料展览及会议,请转——董事长/总经理(收) |gD4/L100-M| linny@repow.com.cn
 2016-11-20 15:40 UTC 

[RFC][PATCH 0/4] ovl: Do not hold s_vfs_rename_mutex during data copy up
 2016-11-20  8:27 UTC  (7+ messages)
` [RFC][PATCH 4/4] ovl: allow concurrent copy up data of different files

[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
 2016-11-19 18:44 UTC  (41+ messages)
            ` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
                              ` [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions
                                ` [REVIEW][PATCH 1/3] ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
                                ` [REVIEW][PATCH 2/3] exec: Don't allow ptracing an exec of an unreadable file
                                          ` [REVIEW][PATCH 2/3] ptrace: Don't allow accessing an undumpable mm
                                ` [REVIEW][PATCH 3/3] exec: Ensure mm->user_ns contains the execed files

[PATCH 00/29] Improve radix tree for 4.10
 2016-11-18 20:23 UTC  (18+ messages)
` [PATCH 23/29] idr: Add ida_is_empty
` [PATCH 20/29] radix tree: Improve multiorder iterators
` [PATCH 21/29] radix-tree: Delete radix_tree_locate_item()
` [PATCH 28/28] Reimplement IDR and IDA using the radix tree

[GIT PULL] another nfsd bugfix for 4.9
 2016-11-18 20:22 UTC  (2+ messages)

[RFC][PATCH 0/4] Enhanced file stat system call [ver #2]
 2016-11-18 18:02 UTC  (7+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "
` [PATCH 2/4] statx: Ext4: Return enhanced file attributes "
` [PATCH 3/4] statx: NFS: "
` [PATCH 4/4] statx: AFS: "

[PATCH 1/2] f2fs: do not recover i_size if it's valid
 2016-11-17 23:29 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix wrong AUTO_RECOVER condition

[PATCH] Make file struct available to fchmod FS handlers
 2016-11-17 23:03 UTC  (8+ messages)
  ` [fuse-devel] "

[GIT PULL] Orangefs update for 4.9 rc5
 2016-11-17 19:15 UTC 


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