linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-29 20:30:50 to 2016-07-06 05:00:17 UTC [more...]

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-07-06  4:59 UTC  (17+ messages)
` [PATCH 013/119] xfs: support btrees with overlapping intervals for keys
` [PATCH 020/119] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
` [PATCH 023/119] xfs: introduce rmap btree definitions
` [PATCH 024/119] xfs: add rmap btree stats infrastructure
` [PATCH 025/119] xfs: rmap btree add more reserved blocks
` [PATCH 026/119] xfs: add owner field to extent allocation and freeing
` [PATCH 028/119] xfs: define the on-disk rmap btree format
` [PATCH 038/119] xfs: convert unwritten status of reverse mappings

[PATCH 0/5][RFC] Overlayfs SELinux Support
 2016-07-06  4:36 UTC  (24+ messages)
` [PATCH 1/5] security, overlayfs: provide copy up security hook for unioned files
` [PATCH 2/5] security,overlayfs: Provide security hook for copy up of xattrs for overlay file
` [PATCH 3/5] selinux: Pass security pointer to determine_inode_label()
` [PATCH 4/5] overlayfs: Correctly label newly created file over whiteout
` [PATCH 5/5] overlayfs: Use vfs_getxattr_noperm() for real inode

More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes
 2016-07-06  4:35 UTC  (27+ messages)

[PATCH 1/2] f2fs: check only data or node for summary
 2016-07-06  4:09 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3] fs/dcache.c: avoid soft-lockup in dput()
 2016-07-06  3:32 UTC 

[PATCH v2] fs/dcache.c: avoid soft-lockup in dput()
 2016-07-06  2:36 UTC  (3+ messages)

[PATCH 0/4] ceph: allow ceph_d_revalidate to handle some cases under LOOKUP_RCU
 2016-07-06  1:55 UTC  (6+ messages)
` [PATCH 1/4] ceph: remove ceph_mdsc_lease_release
` [PATCH 2/4] ceph: clear d_fsinfo pointer under d_lock
` [PATCH 3/4] ceph: allow dentry_lease_is_valid to work under RCU walk
` [PATCH 4/4] ceph: handle LOOKUP_RCU in ceph_d_revalidate

[PATCH] Patch for quota-tools to avoid project quota crash
 2016-07-06  1:35 UTC  (2+ messages)

[PATCH] posix_acl: de-union a_refcount and a_rcu
 2016-07-05 23:55 UTC 

Autofs and mount namespaces
 2016-07-05 23:35 UTC  (4+ messages)

[PATCH review 0/11] General unprivileged mount support
 2016-07-05 21:28 UTC  (22+ messages)
` [PATCH review 01/11] fs: Refuse uid/gid changes which don't map into s_user_ns
  ` [PATCH review 02/11] userns: Handle -1 in k[ug]id_has_mapping when !CONFIG_USER_NS
  ` [PATCH review 03/11] vfs: Verify acls are valid within superblock's s_user_ns
  ` [PATCH review 04/11] fs: Check for invalid i_uid in may_follow_link()
  ` [PATCH review 05/11] cred: Reject inodes with invalid ids in set_create_file_as()
  ` [PATCH review 06/11] vfs: Don't modify inodes with a uid or gid unknown to the vfs
  ` [PATCH review 07/11] vfs: Don't create "
  ` [PATCH review 08/11] quota: Ensure qids map to the filesystem
  ` [PATCH review 09/11] quota: Handle quota data stored in s_user_ns
    ` [PATCH v2 "
  ` [PATCH review 10/11] evm: Translate user/group ids relative to s_user_ns when computing HMAC
  ` [PATCH review 11/11] fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns

[PATCH 0/3 v2] fs: allow to use dirfd as root for openat and other *at syscalls
 2016-07-05 21:36 UTC  (5+ messages)
` [PATCH 1/3] namei: add LOOKUP_DFD_ROOT to use dfd as root
    ` [PATCH 1/3 v2] "

[PATCH] mbcache: fix to detect failure of register_shrinker
 2016-07-05 20:16 UTC  (2+ messages)
`  "

[RFC] [PATCH 0/2] OrangeFS in-kernel lookup and attribute cache
 2016-07-05 19:13 UTC  (3+ messages)
` [PATCH 1/2] orangefs: Use d_time to avoid excessive lookups
` [PATCH 2/2] orangefs: Cache getattr results

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-05 17:08 UTC  (36+ messages)
` [PATCH v23 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v23 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v23 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v23 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v23 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v23 06/22] richacl: In-memory representation and helper functions
` [PATCH v23 07/22] richacl: Permission mapping functions
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 09/22] richacl: Permission check algorithm
` [PATCH v23 10/22] posix_acl: Improve xattr fixup code
` [PATCH v23 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v23 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 14/22] richacl: Update the file masks in chmod()
` [PATCH v23 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v23 16/22] richacl: Create-time inheritance
` [PATCH v23 17/22] richacl: Automatic Inheritance
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 19/22] richacl: Add richacl xattr handler
` [PATCH v23 20/22] vfs: Add richacl permission checking
` [PATCH v23 21/22] ext4: Add richacl support
` [PATCH v23 22/22] ext4: Add richacl feature flag

[RFC PATCH] coredump: avoid ext4 auto_da_alloc for core file
 2016-07-05 16:57 UTC  (8+ messages)

fs: use after free in __fput
 2016-07-05 13:44 UTC 

[PATCH] vfs: fix typo in link_path_walk()
 2016-07-05 13:37 UTC  (4+ messages)

[PATCH] Fix bss mapping for the interpreter in binfmt_elf
 2016-07-04 17:01 UTC  (3+ messages)

[PATCH] ext4: don't call ext4_should_journal_data() on the journal inode
 2016-07-04 15:02 UTC  (5+ messages)

Shipment delivery problem #00000331562
 2016-07-03 16:56 UTC 

[GIT PULL] fuse fix for 4.7-rc5
 2016-07-03  8:37 UTC 

[GIT PULL] overlayfs fixes for 4.7-rc5
 2016-07-03  8:32 UTC 

Question about loop device DIO/AIO and FLUSH
 2016-07-03  8:26 UTC  (9+ messages)

[RFC PATCH] ext4: validate number of meta clusters in group
 2016-07-02  7:49 UTC  (2+ messages)

[git pull] vfs.git fixes
 2016-07-01 20:51 UTC 

[RFC] fuse: Support posix ACLs
 2016-07-01 19:58 UTC  (18+ messages)
    ` [fuse-devel] "

[GIT PULL] lockd/locks bugfixes for 4.7
 2016-07-01 19:06 UTC 

[PATCH] overlayfs: Warn instead of error if d_type is not supported
 2016-07-01 14:02 UTC 

[PATCH] locks: use file_inode()
 2016-07-01 13:47 UTC  (3+ messages)

Please add the freevxfs tree to linux-next
 2016-07-01  9:36 UTC  (3+ messages)

[GIT PULL] Delete CURRENT_TIME_SEC and replace current_fs_time()
 2016-07-01  5:02 UTC 

[GIT PULL] libnvdimm fixes for 4.7-rc6
 2016-07-01  1:01 UTC 

[GIT PULL] libnvdimm fixes for 4.7-rc6
 2016-07-01  1:01 UTC 

[GIT PULL] libnvdimm fixes for 4.7-rc6
 2016-07-01  1:01 UTC 

[GIT PULL] libnvdimm fixes for 4.7-rc6
 2016-07-01  1:01 UTC 

iomap infrastructure and multipage writes V5
 2016-06-30 23:16 UTC  (4+ messages)

[GIT PULL for 4.8] consolidate vfs API for overlayfs
 2016-06-30  7:22 UTC  (3+ messages)

[PATCH 0/3 v1] dax: Clear dirty bits after flushing caches
 2016-06-29 20:47 UTC  (4+ messages)
` [PATCH 3/3] dax: Clear dirty entry tags on cache flush


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