linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-24 20:01:46 to 2015-09-29 06:18:34 UTC [more...]

fuse scalability part 1
 2015-09-29  6:18 UTC  (5+ messages)

[PATCH] dax: fix deadlock in __dax_fault
 2015-09-29  4:19 UTC  (19+ messages)
            `  "

[RFC] fs: change lookup_bh_lru() to use memmove()
 2015-09-29  3:16 UTC 

Samba symlinks and dcache collisions
 2015-09-29  2:48 UTC 

[PATCH v8 00/41] Richacls
 2015-09-28 23:42 UTC  (51+ messages)
` [PATCH v8 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v8 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v8 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v8 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v8 05/41] vfs: Add permission flags for setting file attributes
` [PATCH v8 06/41] richacl: In-memory representation and helper functions
` [PATCH v8 07/41] richacl: Permission mapping functions
` [PATCH v8 08/41] richacl: Compute maximum file masks from an acl
` [PATCH v8 09/41] richacl: Update the file masks in chmod()
` [PATCH v8 10/41] richacl: Permission check algorithm
` [PATCH v8 11/41] vfs: Cache base_acl objects in inodes
` [PATCH v8 12/41] vfs: Cache richacl in struct inode
` [PATCH v8 13/41] richacl: Check if an acl is equivalent to a file mode
` [PATCH v8 14/41] richacl: Create-time inheritance
` [PATCH v8 15/41] richacl: Automatic Inheritance
` [PATCH v8 16/41] richacl: xattr mapping functions
` [PATCH v8 17/41] vfs: Add richacl permission checking
` [PATCH v8 18/41] ext4: Add richacl support
` [PATCH v8 19/41] ext4: Add richacl feature flag
` [PATCH v8 20/41] richacl: acl editing helper functions
` [PATCH v8 21/41] richacl: Move everyone@ aces down the acl
` [PATCH v8 22/41] richacl: Propagate everyone@ permissions to other aces
` [PATCH v8 23/41] richacl: Set the owner permissions to the owner mask
` [PATCH v8 24/41] richacl: Set the other permissions to the other mask
` [PATCH v8 25/41] richacl: Isolate the owner and group classes
` [PATCH v8 26/41] richacl: Apply the file masks to a richacl
` [PATCH v8 27/41] richacl: Create richacl from mode values
` [PATCH v8 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v8 29/41] nfsd: Use richacls as internal acl representation
` [PATCH v8 30/41] nfsd: Add richacl support
` [PATCH v8 31/41] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v8 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v8 33/41] richacl: Add support for unmapped identifiers
` [PATCH v8 34/41] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v8 35/41] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v8 36/41] sunrpc: Add xdr_init_encode_pages
` [PATCH v8 37/41] nfs: Fix GETATTR bitmap verification
` [PATCH v8 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v8 39/41] nfs: Add richacl support
` [PATCH v8 40/41] nfs: Add support for the v4.1 dacl attribute
` [PATCH v8 41/41] richacl: uapi header split

[PATCH 00/17] cleanups of fs about new/huge_valid_dev
 2015-09-28 23:20 UTC  (22+ messages)
` [PATCH 01/17] fs/kdev_t: remove unused huge_valid_dev function
  ` [PATCH 02/17] fs/kdev_t: old/new_valid_dev can be boolean
` [PATCH 03/17] fs/vfs: remove unnecessary new_valid_dev check
` [PATCH 04/17] fs/btrfs: "
` [PATCH 05/17] fs/exofs: "
` [PATCH 06/17] fs/ext2: "
` [PATCH 07/17] fs/ext4: "
` [PATCH 08/17] fs/f2fs: "
` [PATCH 09/17] fs/hpfs: "
` [PATCH 10/17] fs/jffs2: "
` [PATCH 11/17] fs/jfs: "
  ` [Jfs-discussion] "
` [PATCH 12/17] fs/ncpfs: "
  ` [PATCH 13/17] fs/nfs: "
` [PATCH 14/17] fs/nilfs2: "
` [PATCH 15/17] fs/reiserfs: "
` [PATCH 16/17] fs/stat: "
` [PATCH 17/17] fs/ubifs: "

[PATCH stable request 3.10] vfs: Remove incorrect debugging WARN in prepend_path
 2015-09-28 23:17 UTC  (2+ messages)
` [PATCH] "

[PATCH] f2fs: should get a victim from retrials
 2015-09-28 21:43 UTC  (2+ messages)
` [PATCH v2] "

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

[PATCH v3 0/9] VFS: In-kernel copy system call
 2015-09-28 20:42 UTC  (19+ 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()

[PATCH 0/5] Security: Provide unioned file support
 2015-09-28 20:01 UTC  (6+ messages)
` [PATCH 1/5] Security: Provide copy-up security hooks for unioned files
` [PATCH 2/5] Overlayfs: Use copy-up security hooks
` [PATCH 3/5] SELinux: Stub in copy-up handling
` [PATCH 4/5] SELinux: Handle opening of a unioned file
` [PATCH 5/5] SELinux: Check against union label for file operations

[PATCH v4 0/7] Initial support for user namespace owned mounts
 2015-09-28 19:45 UTC  (20+ messages)
` [PATCH v4 1/7] fs: Add user namesapace member to struct super_block
` [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 6/7] Smack: Add support for unprivileged mounts from user namespaces

[PATCH 00/15] get_user_pages() for dax mappings
 2015-09-28 18:44 UTC  (11+ messages)
` [PATCH 01/15] avr32: convert to asm-generic/memory_model.h
` [PATCH 08/15] block, dax, pmem: reference counting infrastructure

[PATCH] mm: fix cpu hangs on truncating last page of a 16t sparse file
 2015-09-28 18:08 UTC  (9+ messages)

[PATCH 0/3] Remove ext3 filesystem driver
 2015-09-28 17:45 UTC  (3+ messages)

[4.3-rc1, regression] ext2 vs ext3/ext4 fs probing issues
 2015-09-28 17:36 UTC  (5+ messages)

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-28 17:23 UTC  (6+ messages)
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-28 16:08 UTC  (12+ messages)

[RFC] fs: change bh_lru_install() implementation
 2015-09-28  9:26 UTC 

[PATCH] fs/buffer: simplify the code flow of LRU management algorithm
 2015-09-28  6:52 UTC  (3+ messages)

[PATCH] UBIFS: Add freeze support in ubifs
 2015-09-28  3:10 UTC  (3+ messages)

v4.3-rc2, fault in sock_release via nfs_put_client
 2015-09-28  2:27 UTC  (3+ messages)

Build regressions/improvements in v4.3-rc2
 2015-09-27 16:09 UTC  (3+ messages)

[PATCH] fs: namespace: to_mnt_ns should be static
 2015-09-27 14:31 UTC 

aufs vs overlayfs for factory settings use case
 2015-09-27 13:53 UTC  (4+ messages)

ANNOUNCE: nfs-utils-1.3.3 released
 2015-09-26 17:39 UTC 

[PATCH] f2fs: do not skip dentry block writes
 2015-09-26  2:54 UTC 

[RFC v7 00/41] Richacls
 2015-09-25 20:17 UTC  (16+ messages)
` [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 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] 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)


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