linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-18 22:17:14 to 2015-09-24 15:28:51 UTC [more...]

[RFC v7 00/41] Richacls
 2015-09-24 15:28 UTC  (61+ messages)
` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
` [RFC v7 14/41] richacl: Create-time inheritance
` [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 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [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
` [RFC v7 27/41] richacl: Create richacl from mode values
` [RFC v7 28/41] nfsd: Keep list of acls to dispose of in compoundargs

[PATCH 00/15] get_user_pages() for dax mappings
 2015-09-24 15:15 UTC  (26+ 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 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
 2015-09-24 12:15 UTC  (4+ messages)

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

[PATCH] dax: fix deadlock in __dax_fault
 2015-09-24  9:03 UTC  (3+ messages)

[PATCH v2] dax: fix NULL pointer in __dax_pmd_fault()
 2015-09-24  8:50 UTC  (10+ messages)

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

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

fuse scalability part 1
 2015-09-24  6:30 UTC  (3+ messages)
  ` [fuse-devel] "

[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 00/39] Add quota supporting in ubifs
 2015-09-24  0:50 UTC  (21+ messages)
` [PATCH v3 11/39] fs: quota: replace opened calling of ->sync_fs with sync_filesystem
` [PATCH v3 36/39] ubifs: implement ubifs_get_qsize to get quota size in ubifs

[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

[PATCH v4 0/7] Initial support for user namespace owned mounts
 2015-09-23 20:16 UTC  (8+ 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: "

(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  (18+ messages)
` [PATCH v2 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v2 4/9] vfs: Copy should check len after file open mode
` [PATCH v2 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v2 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v2 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [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  (3+ 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: "

[PATCH] generic/224: Increase filesystem instance size to 1.5 GiB
 2015-09-22  5:18 UTC  (4+ messages)

[PATCH] DOC: filesystem: Fix typo in fs/eventfd.c
 2015-09-22  3:04 UTC 

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-21 20:21 UTC  (13+ messages)

[PATCH] f2fs: should get a victim from retrials
 2015-09-21 19:12 UTC 

[PATCH v8 0/5] Support for Open-Channel SSDs
 2015-09-21 16:05 UTC  (6+ messages)
` [PATCH v8 1/5] lightnvm: "
` [PATCH v8 2/5] lightnvm: Hybrid Open-Channel SSD block manager
` [PATCH v8 3/5] lightnvm: RRPC target
` [PATCH v8 4/5] null_nvm: LightNVM test driver
` [PATCH v8 5/5] nvme: LightNVM support

[PATCH] fs/super.c: use && instead of & for warn_on condition
 2015-09-21 15:40 UTC  (2+ messages)

[PATCH] fs: fix data race on mnt.mnt_flags
 2015-09-21 14:06 UTC  (2+ messages)

[PATCH] fs: fix data races on inode->i_flctx
 2015-09-21 11:53 UTC  (9+ messages)

[PATCH 0/5] Pass xattr handler to xattr handler operations
 2015-09-21  7:30 UTC  (3+ messages)
` [PATCH 3/5] 9p: Simplify the xattr handlers

[4.3-rc1, regression] ext2 vs ext3/ext4 fs probing issues
 2015-09-21  7:07 UTC 

mmotm 2015-09-18-16-08 uploaded
 2015-09-18 23:09 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).