linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-22 12:26:47 to 2015-09-25 21:09:00 UTC [more...]

[PATCH 00/15] get_user_pages() for dax mappings
 2015-09-25 21:08 UTC  (29+ messages)
` [PATCH 01/15] avr32: convert to asm-generic/memory_model.h
` [PATCH 02/15] hugetlb: fix compile error on tile
` [PATCH 03/15] frv: fix compiler warning from definition of __pmd()
` [PATCH 04/15] x86, mm: quiet arch_add_memory()
` [PATCH 05/15] pmem: kill memremap_pmem()
` [PATCH 06/15] devm_memunmap: use devres_release()
` [PATCH 07/15] devm_memremap: convert to return ERR_PTR
` [PATCH 08/15] block, dax, pmem: reference counting infrastructure
` [PATCH 09/15] block, pmem: fix null pointer de-reference on shutdown, check for queue death
` [PATCH 10/15] block, dax: fix lifetime of in-kernel dax mappings
` [PATCH 11/15] mm, dax, pmem: introduce __pfn_t
` [PATCH 12/15] mm, dax, gpu: convert vm_insert_mixed to __pfn_t, introduce _PAGE_DEVMAP
` [PATCH 13/15] mm, dax: convert vmf_insert_pfn_pmd() to __pfn_t
` [PATCH 14/15] mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
` [PATCH 15/15] mm, x86: get_user_pages() for dax mappings

[PATCH v3 0/9] VFS: In-kernel copy system call
 2015-09-25 20:48 UTC  (11+ messages)
` [PATCH v3 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v3 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v3 3/9] btrfs: add .copy_file_range file operation
` [PATCH v3 4/9] vfs: Copy should check len after file open mode
` [PATCH v3 5/9] vfs: Copy shouldn't forbid ranges inside the same file
  ` [PATCH v3 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v3 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v3 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v3 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v3 10/9] copy_file_range.2: New page documenting copy_file_range()

[RFC v7 00/41] Richacls
 2015-09-25 20:17 UTC  (56+ messages)
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 24/41] richacl: Set the other permissions to the other mask
` [RFC v7 25/41] richacl: Isolate the owner and group classes
` [RFC v7 26/41] richacl: Apply the file masks to a richacl
        ` [PATCH] richacl: Possible other write-through fix
` [RFC v7 27/41] richacl: Create richacl from mode values
` [RFC v7 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v7 29/41] nfsd: Use richacls as internal acl representation
` [RFC v7 30/41] nfsd: Add richacl support
` [RFC v7 31/41] nfsd: Add support for the v4.1 dacl attribute
` [RFC v7 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions

[PATCH] dax: fix deadlock in __dax_fault
 2015-09-25 18:23 UTC  (6+ messages)

[PATCH v4 0/7] Initial support for user namespace owned mounts
 2015-09-25 17:57 UTC  (21+ messages)
` [PATCH v4 1/7] fs: Add user namesapace member to struct super_block
` [PATCH v4 2/7] userns: Simpilify MNT_NODEV handling
` [PATCH v4 3/7] fs: Verify access of user towards block device file when mounting
` [PATCH v4 4/7] fs: Limit file caps to the user namespace of the super block
` [PATCH v4 5/7] fs: Treat foreign mounts as nosuid
` [PATCH v4 6/7] Smack: Add support for unprivileged mounts from user namespaces
` [PATCH v4 7/7] selinux: "

fuse scalability part 1
 2015-09-25 17:53 UTC  (6+ messages)
  ` [fuse-devel] "

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-09-25 15:49 UTC  (26+ messages)
` [PATCH 2/2] "
              ` [PATCH cgroup/for-4.3-fixes] cgroup, writeback: don't enable cgroup writeback on traditional hierarchies

[PATCH] fs, seqfile: always allow oom killer
 2015-09-25 13:13 UTC  (2+ messages)

Data race in __inode_add_bytes
 2015-09-25 11:52 UTC  (5+ messages)

[v15 0/4] ext4: add project quota support
 2015-09-24 17:12 UTC  (12+ messages)
` [v15 1/4] ext4: adds project ID support

[PATCH v2] dax: fix NULL pointer in __dax_pmd_fault()
 2015-09-24 16:06 UTC  (11+ messages)

[PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
 2015-09-24 12:15 UTC  (4+ messages)

ext4: performance regression introduced by the cgroup writeback support
 2015-09-24  7:26 UTC  (6+ messages)

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-09-24  1:59 UTC  (4+ messages)
` [PATCH 1/3] BTRFS: support NFSv2 export

[PATCH v3 36/39] ubifs: implement ubifs_get_qsize to get quota size in ubifs
 2015-09-24  0:50 UTC  (12+ messages)

[PATCH v3 0/7] Initial support for user namespace owned mounts
 2015-09-23 21:00 UTC  (5+ messages)
` [PATCH v3 5/7] fs: Treat foreign mounts as nosuid

(unknown),
 2015-09-23 17:11 UTC 

[PATCH] dcache: Deduplicate code that sets up dentry_hashtable
 2015-09-23  4:56 UTC 

[4.3-rc1, regression] dax: hang on i_mmap_rwsem in generic/075
 2015-09-23  4:14 UTC  (4+ messages)

mmotm 2015-09-22-15-28 uploaded
 2015-09-22 22:28 UTC 

[PATCH] fs: Remove unneeded return from void function
 2015-09-22 21:54 UTC 

[PATCH] sh: add copy_user_page() alias for __copy_user()
 2015-09-22 21:46 UTC 

[RFC PATCH 1/2] VFS: Kill use of O_LARGEFILE inside the kernel
 2015-09-22 21:45 UTC  (6+ messages)
` [RFC PATCH 2/2] VFS: Don't pass O_LARGEFILE when opening a file internally

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-22 20:30 UTC  (10+ messages)
` [PATCH v2 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

Good day
 2015-09-22 19:50 UTC 

Darlehen
 2015-09-22 12:12 UTC 

[PATCH] dax: fix NULL pointer in __dax_pmd_fault()
 2015-09-22 18:00 UTC  (2+ messages)

Build regressions/improvements in v4.3-rc2
 2015-09-22 14:24 UTC  (2+ messages)

[PATCH v2 0/7] Pass xattr handler to xattr handler operations
 2015-09-22 12:47 UTC  (10+ messages)
` [PATCH v2 1/7] ubifs: Remove unused security xattr handler
` [PATCH v2 2/7] hfsplus: Remove unused xattr handler list operations
` [PATCH v2 3/7] jffs2: Add missing capability check for listing trusted xattrs
` [PATCH v2 4/7] xattr handlers: Pass handler to operations instead of flags
` [PATCH v2 5/7] 9p: xattr simplifications
` [PATCH v2 6/7] squashfs: "
` [PATCH v2 7/7] f2fs: "


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