messages from 2015-10-13 07:19:56 to 2015-10-17 23:17:59 UTC [more...]
[PATCH v11 00/48] Richacls
2015-10-17 23:17 UTC (55+ messages)
` [PATCH v11 01/48] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v11 02/48] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v11 03/48] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v11 04/48] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v11 05/48] vfs: Add permission flags for setting file attributes
` [PATCH v11 06/48] richacl: In-memory representation and helper functions
` [PATCH v11 07/48] richacl: Permission mapping functions
` [PATCH v11 08/48] richacl: Compute maximum file masks from an acl
` [PATCH v11 09/48] richacl: Permission check algorithm
` [PATCH v11 10/48] vfs: Cache base_acl objects in inodes
` [PATCH v11 11/48] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v11 12/48] vfs: Cache richacl in struct inode
` [PATCH v11 14/48] richacl: Check if an acl is equivalent to a file mode
` [PATCH v11 15/48] richacl: Create-time inheritance
` [PATCH v11 16/48] richacl: Automatic Inheritance
` [PATCH v11 17/48] richacl: xattr mapping functions
` [PATCH v11 19/48] vfs: Add richacl permission checking
` [PATCH v11 20/48] ext4: Add richacl support
` [PATCH v11 22/48] xfs: Fix error path in xfs_get_acl
` [PATCH v11 23/48] xfs: Make xfs_set_mode non-static
` [PATCH v11 24/48] xfs: Add richacl support
` [PATCH v11 25/48] richacl: acl editing helper functions
` [PATCH v11 26/48] richacl: Move everyone@ aces down the acl
` [PATCH v11 13/48] richacl: Update the file masks in chmod()
` [PATCH v11 18/48] richacl: Add richacl xattr handler
` [PATCH v11 21/48] ext4: Add richacl feature flag
` [PATCH v11 27/48] richacl: Propagate everyone@ permissions to other aces
` [PATCH v11 33/48] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v11 35/48] nfsd: Add richacl support
` [PATCH v11 48/48] nfs: Add support for the v4.1 dacl attribute
` [PATCH v11 28/48] richacl: Set the owner permissions to the owner mask
` [PATCH v11 29/48] richacl: Set the other permissions to the other mask
` [PATCH v11 30/48] richacl: Isolate the owner and group classes
` [PATCH v11 31/48] richacl: Apply the file masks to a richacl
` [PATCH v11 32/48] richacl: Create richacl from mode values
` [PATCH v11 34/48] nfsd: Use richacls as internal acl representation
` [PATCH v11 36/48] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v11 37/48] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v11 38/48] richacl: Add support for unmapped identifiers
` [PATCH v11 39/48] nfsd: Add support for unmapped richace identifiers
` [PATCH v11 40/48] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v11 41/48] xfs: "
` [PATCH v11 42/48] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v11 43/48] sunrpc: Add xdr_init_encode_pages
` [PATCH v11 44/48] nfs: Fix GETATTR bitmap verification
` [PATCH v11 45/48] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v11 46/48] nfs: Distinguish missing users and groups from nobody
` [PATCH v11 47/48] nfs: Add richacl support
[PATCH 1/2] fs/pipe.c: preserve alloc_file() error code
2015-10-17 21:26 UTC (2+ messages)
` [PATCH 2/2] fs/pipe.c: return error code rather than 0 in pipe_write()
fs: out of bounds on stack in iov_iter_advance
2015-10-17 19:22 UTC (7+ messages)
[PATCH v5 0/9] VFS: In-kernel copy system call
2015-10-17 13:44 UTC (59+ messages)
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
[PATCH v6 0/4] VFS: In-kernel copy system call
2015-10-16 21:42 UTC (8+ messages)
` [PATCH v6 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v6 2/4] x86: add sys_copy_file_range to syscall tables
` [PATCH v6 3/4] btrfs: add .copy_file_range file operation
` [PATCH v6 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v6 5/4] copy_file_range.2: New page documenting copy_file_range()
[PATCH] mm: Make sendfile(2) killable
2015-10-16 21:05 UTC (4+ messages)
[PATCH v8 00/41] Richacls
2015-10-16 18:12 UTC (6+ messages)
[PATCH v11 0/5] Support for Open-Channel SSDs
2015-10-16 17:15 UTC (7+ messages)
` [PATCH v11 1/5] lightnvm: "
` [PATCH v11 2/5] gennvm: Generic NVM manager
` [PATCH v11 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v11 4/5] null_nvm: LightNVM test driver
` [PATCH v11 5/5] nvme: LightNVM support
[PATCH] f2fs: convert inline_data for f2fs_fiemap
2015-10-16 16:07 UTC
[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
2015-10-16 12:51 UTC (9+ messages)
[PATCH v2 0/2] Add updated DAX locking to ext2
2015-10-16 7:55 UTC (10+ messages)
` [PATCH v2 1/2] dax: dax_pfn_mkwrite() truncate race check
` [PATCH v2 2/2] ext2: Add locking for DAX faults
mmotm 2015-10-15-15-20 uploaded
2015-10-16 2:28 UTC (2+ messages)
[PATCH 0/2] Add explicit coredump filtering for DAX mappings
2015-10-15 20:01 UTC (3+ messages)
[PATCH v2 0/7] User namespace mount updates
2015-10-15 19:24 UTC (11+ messages)
` [PATCH v2 1/7] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v2 2/7] block_dev: Check permissions towards block device inode when mounting
` [PATCH v2 3/7] mtd: Check permissions towards mtd "
` [PATCH v2 4/7] fs: Treat foreign mounts as nosuid
` [PATCH v2 5/7] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v2 6/7] userns: Replace in_userns with current_in_userns
` [PATCH v2 7/7] Smack: Handle labels consistently in untrusted mounts
help with understanding evict inode functionality
2015-10-15 9:53 UTC (3+ messages)
[PATCH v9 0/5] Support for Open-Channel SSDs
2015-10-15 2:46 UTC (9+ messages)
` [PATCH v9 1/5] lightnvm: "
` [PATCH v9 2/5] gennvm: Generic NVM manager
` [PATCH v9 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v9 4/5] null_nvm: LightNVM test driver
` [PATCH v9 5/5] nvme: LightNVM support
[PATCH v2] fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries
2015-10-15 2:09 UTC (4+ messages)
[PATCH v3 0/1] Generalize poll events from eventfd
2015-10-15 1:42 UTC (2+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag
[PATCH v10 0/5] Support for Open-Channel SSDs
2015-10-15 1:09 UTC (11+ messages)
` [PATCH v10 1/5] lightnvm: "
` [RFC PATCH] lightnvm: nvm_find_target_type() can be static
` [PATCH v10 2/5] gennvm: Generic NVM manager
` [PATCH v10 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v10 4/5] null_nvm: LightNVM test driver
` [PATCH v10 5/5] nvme: LightNVM support
overlayfs: regression bug from 4bacc9c9 (Make f_path always point to the overlay and f_inode to the underlay)
2015-10-14 14:47 UTC (3+ messages)
[PATCH v4 01/11] user_ns: 3 new LSM hooks for user namespace operations
2015-10-14 12:42 UTC (11+ messages)
` [PATCH v4 02/11] lsm: /proc/$PID/attr/label_map file and getprocattr_seq hook
` [PATCH v4 03/11] lsm: add file opener's cred to a setprocattr arguments
` [PATCH v4 04/11] lsm: inode_pre_setxattr hook
` [PATCH v4 05/11] smack: extend capability functions and fix 2 checks
` [PATCH v4 06/11] smack: don't use implicit star to display smackfs/syslog
` [PATCH v4 07/11] smack: abstraction layer for 2 common Smack operations
` [PATCH v4 08/11] smack: misc cleanups in preparation for a namespace patch
` [PATCH v4 09/11] smack: namespace groundwork
` [PATCH v4 10/11] smack: namespace implementation
` [PATCH v4 11/11] smack: documentation for the Smack namespace
[PATCH v4 00/11] Smack namespace
2015-10-14 12:41 UTC
[PATCH v2] vfs: remove unused wrapper block_page_mkwrite()
2015-10-14 2:03 UTC (2+ messages)
updated orangefs tree at kernel.org
2015-10-13 23:34 UTC (9+ messages)
` orangefs: NAK until the ABI is documented (was Re: updated orangefs tree at kernel.org)
[PATCH v10 00/46] Richacls
2015-10-13 19:21 UTC (8+ messages)
` [PATCH v10 24/46] xfs: Add richacl support
[PATCH] vfs: remove unused wrapper block_page_mkwrite()
2015-10-13 17:53 UTC (2+ messages)
[PATCH 1/3] f2fs: introduce background_gc=sync mount option
2015-10-13 17:03 UTC (4+ messages)
` [PATCH 2/3] f2fs: add a tracepoint for background gc
` [f2fs-dev] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).