linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-02 10:45:47 to 2015-11-04 15:20:15 UTC [more...]

[PATCH 0/4] FS-Cache: Miscellaneous fixes
 2015-11-04 15:20 UTC  (2+ messages)
` [PATCH 1/4] FS-Cache: Increase reference of parent after registering, netfs success

[PATCH] namei: permit linking with CAP_FOWNER in userns
 2015-11-04 14:46 UTC  (18+ messages)
                  ` [RFC] namei: prevent sgid-hardlinks for unmapped gids

[PATCH] block: Don't allow illegal discard requests
 2015-11-04 14:17 UTC  (6+ messages)

[RFC] vfs: don't bother clearing close_on_exec bit for unused fds
 2015-11-04 12:33 UTC  (6+ messages)

[PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
 2015-11-04 12:21 UTC  (78+ messages)
  ` [PATCH v4] "
  ` [PATCH 01/13] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
  ` [PATCH 02/13] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU
  ` [PATCH 03/13] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
  ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
  ` [PATCH 05/13] Split FDPIC "struct elf_prstatus" to "struct elf_fdpic_prstatus"
  ` [PATCH 06/13] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
  ` [PATCH 07/13] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
  ` [PATCH 08/13] Move MAX_SHARED_LIBS to fs/binfmt_flat.c
  ` [PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
  ` [PATCH 10/13] Move USE_WCACHING to drivers/block/pktcdvd.c
  ` [PATCH 11/13] Always define MAX_RAW_MINORS as 2**20 in userspace
    ` [PATCH 12/13] Remove AT_VECTOR_SIZE_ARCH on x86
    ` [PATCH 13/13] Re-enable and clean up "check_config()" in headers_check.pl

[PATCH 3/6] xfs: Don't use unwritten extents for DAX
 2015-11-04  9:06 UTC  (8+ messages)

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

[PATCH 0/3] PM, vfs: use filesystem freezing instead of kthread freezer
 2015-11-03 21:33 UTC  (11+ messages)

[PATCH v9 0/1] Enable capsule loader interface for efi firmware updating
 2015-11-03 20:14 UTC  (9+ messages)
` [PATCH v9 1/1] efi: a misc char interface for user to update efi firmware

[PATCH v9 1/1] efi: a misc char interface for user to update efi firmware
 2015-11-03 19:59 UTC  (2+ messages)

[PATCH] osd fs: __r4w_get_page rely on PageUptodate for uptodate
 2015-11-03 15:39 UTC  (7+ messages)

[PLEASE MERGE] Pass xattr handler to xattr handler operations
 2015-11-03 14:36 UTC 

[PATCH 0/2] VFS: POSIX ACL fixes
 2015-11-03 14:25 UTC  (3+ messages)
` [PATCH 1/2] vfs: Check attribute names in posix acl xattr handers
` [PATCH 2/2] vfs: Fix the posix_acl_xattr_list return value

[PATCH/RFC] make btrfs subvol mounts appear in /proc/mounts
 2015-11-03  1:38 UTC  (4+ messages)

[RFC 00/11] DAX fsynx/msync support
 2015-11-02 21:02 UTC  (7+ messages)

Data Storage Users List
 2015-11-02 16:09 UTC 

[ANNOUNCE] util-linux v2.27.1
 2015-11-02 11:08 UTC 

[PATCH 0/3] PM, vfs: use filesystem freezing instead of kthread freezer
 2015-11-02 11:05 UTC  (4+ messages)
` [PATCH 1/3] power, vfs: move away from PF_KTHREAD freezing in favor of fs freezing


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