linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-31 12:17:25 to 2015-09-06 02:55:04 UTC [more...]

[git pull] vfs pile 1
 2015-09-06  2:55 UTC 

[GIT PULL] nfsd changes for 4.3
 2015-09-06  0:28 UTC  (2+ messages)

[RFC v7 00/41] Richacls
 2015-09-05 10:27 UTC  (42+ messages)
` [RFC v7 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v7 05/41] vfs: Add permission flags for setting file attributes
` [RFC v7 06/41] richacl: In-memory representation and helper functions
` [RFC v7 07/41] richacl: Permission mapping functions
  ` [RFC v7 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
  ` [RFC v7 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
  ` [RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
  ` [RFC v7 08/41] richacl: Compute maximum file masks from an acl
  ` [RFC v7 09/41] richacl: Update the file masks in chmod()
  ` [RFC v7 10/41] richacl: Permission check algorithm
  ` [RFC v7 11/41] vfs: Cache base_acl objects in inodes
  ` [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 17/41] vfs: Add richacl permission checking
  ` [RFC v7 19/41] ext4: Add richacl feature flag
  ` [RFC v7 20/41] richacl: acl editing helper functions
  ` [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
  ` [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
  ` [RFC v7 33/41] richacl: Add support for unmapped identifiers
  ` [RFC v7 35/41] sunrpc: Allow to demand-allocate pages to encode into
  ` [RFC v7 36/41] sunrpc: Add xdr_init_encode_pages
  ` [RFC v7 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
  ` [RFC v7 39/41] nfs: Add richacl support
  ` [RFC v7 40/41] nfs: Add support for the v4.1 dacl attribute
  ` [RFC v7 41/41] richacl: uapi header split
` [RFC v7 12/41] vfs: Cache richacl in struct inode
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 16/41] richacl: xattr mapping functions
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [RFC v7 34/41] ext4: Don't allow unmapped identifiers in richacls
` [RFC v7 37/41] nfs: Fix GETATTR bitmap verification

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-05  8:33 UTC  (17+ messages)
` [PATCH v1 2/8] x86: add sys_copy_file_range to syscall tables
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 7/8] vfs: Copy should use file_out rather than file_in
  ` [PATCH v1 1/9] vfs: add copy_file_range syscall and vfs helper
  ` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
  ` [PATCH v1 5/8] vfs: Remove copy_file_range mountpoint checks
  ` [PATCH v1 6/8] vfs: Copy should check len after file open mode
  ` [PATCH v1 8/8] vfs: Fall back on splice if no copy function defined
  ` [PATCH v1 9/8] copy_file_range.2: New page documenting copy_file_range()

tmpfs bug: open("/dev/shm/foo", O_RDWR | O_CREAT | O_EXCL | O_DIRECT)
 2015-09-04 18:35 UTC 

[PATCH 0/5] Pass xattr handler to xattr handler operations
 2015-09-04 11:57 UTC  (6+ messages)
` [PATCH 1/5] ubifs: Remove unused "security.*" xattr handler
` [PATCH 2/5] hfsplus: Remove unused xattr handler list operations
` [PATCH 3/5] 9p: Simplify the xattr handlers
` [PATCH 4/5] xattr handlers: Pass handler to operations instead of flags
` [PATCH 5/5] xattr handlers: Some simplifications

[PATCH v7 0/5] Support for Open-Channel SSDs
 2015-09-04  8:49 UTC  (10+ messages)
` [PATCH v7 1/5] lightnvm: "

[GIT PULL] Orangefs (text only resend)
 2015-09-03 22:44 UTC  (7+ messages)

[GIT PULL] Ext3 removal, quota & udf fixes
 2015-09-03 22:26 UTC  (32+ messages)

[PATCH] dax, pmem: add support for msync
 2015-09-03 16:44 UTC  (33+ messages)

[PATCH 1/2] fs: export d_exchange for the fs with FS_RENAME_DOSE_D_MOVE
 2015-09-03  9:12 UTC  (2+ messages)
` [PATCH 2/2] ovl: ovl_rename2 should do d_move by itself

Aborting unused transaction
 2015-09-03  6:09 UTC 

[PATCH] null_blk: fix memory leak on cleanup
 2015-09-03  5:48 UTC  (3+ messages)

Reply Back On-Time
 2015-09-01  2:20 UTC 

[RFC v6 00/40] Richacls
 2015-09-02 20:38 UTC  (17+ messages)
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
` [RFC v6 09/40] richacl: Update the file masks in chmod()
` [RFC v6 10/40] richacl: Permission check algorithm

fs: out of bounds on stack in iov_iter_advance
 2015-09-02 20:00 UTC  (5+ messages)

[GIT PULL] f2fs updates for v4.3
 2015-09-02 18:53 UTC 

[PATCH] null_blk: fix wrong capacity when bs is not 512 bytes
 2015-09-02 18:42 UTC  (2+ messages)

[PATCH v7 0/5] Add initial configfs support for IIO
 2015-09-02 12:16 UTC  (10+ messages)
` [PATCH v7 1/5] configfs: Allow dynamic group (un)registration
` [PATCH v7 3/5] iio: core: Introduce IIO software triggers
` [PATCH v7 4/5] iio: trigger: Introduce IIO hrtimer based trigger

[PATCH v5 2/2] efi: a misc char interface for user to update efi firmware
 2015-09-02  6:31 UTC 

[PATCH review 0/4] Loopback mount escape fixes
 2015-09-01 18:11 UTC  (15+ messages)
` [PATCH review 0/6] Bind "
  ` [PATCH review 6/6] vfs: Cache the results of path_connected

[PATCH] fs: have flush_delayed_fput flush the workqueue job
 2015-09-01 17:57 UTC  (2+ messages)

[PATCH] mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified
 2015-09-01 11:21 UTC  (4+ messages)

Data race in __inode_add_bytes
 2015-09-01  9:21 UTC  (3+ messages)
` Fwd: "

btrfs regression since 4.X kernel NULL pointer dereference
 2015-09-01  4:41 UTC  (6+ messages)

[PATCH] generic/224: Increase filesystem instance size to 1.5 GiB
 2015-09-01  2:33 UTC  (8+ messages)

Do you need a loan?
 2015-08-31 19:16 UTC 

[RFC / BUG] mtd: provide proper 32/64-bit compat_ioctl() support for BLKPG
 2015-08-31 18:01 UTC  (2+ 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).