messages from 2015-10-08 03:50:27 to 2015-10-14 14:43:01 UTC [more...]
[PATCH v9 0/5] Support for Open-Channel SSDs
2015-10-14 14:42 UTC (6+ 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 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
[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
2015-10-14 9:02 UTC (7+ messages)
[PATCH v2 0/2] Add updated DAX locking to ext2
2015-10-14 8:51 UTC (6+ messages)
` [PATCH v2 1/2] dax: dax_pfn_mkwrite() truncate race check
` [PATCH v2 2/2] ext2: Add locking for DAX faults
[PATCH v5 0/9] VFS: In-kernel copy system call
2015-10-14 7:41 UTC (27+ messages)
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [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 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 (13+ messages)
` orangefs: NAK until the ABI is documented (was Re: updated orangefs tree at kernel.org)
[PATCH 0/2] Add explicit coredump filtering for DAX mappings
2015-10-13 22:54 UTC (2+ messages)
[PATCH v2 0/7] User namespace mount updates
2015-10-13 20:27 UTC (9+ 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
[PATCH v10 00/46] Richacls
2015-10-13 19:21 UTC (58+ messages)
` [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v10 05/46] vfs: Add permission flags for setting file attributes
` [PATCH v10 06/46] richacl: In-memory representation and helper functions
` [PATCH v10 07/46] richacl: Permission mapping functions
` [PATCH v10 08/46] richacl: Compute maximum file masks from an acl
` [PATCH v10 09/46] richacl: Permission check algorithm
` [PATCH v10 10/46] vfs: Cache base_acl objects in inodes
` [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v10 12/46] vfs: Cache richacl in struct inode
` [PATCH v10 13/46] richacl: Update the file masks in chmod()
` [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode
` [PATCH v10 15/46] richacl: Create-time inheritance
` [PATCH v10 16/46] richacl: Automatic Inheritance
` [PATCH v10 17/46] richacl: xattr mapping functions
` [PATCH v10 18/46] richacl: Add richacl xattr handler
` [PATCH v10 19/46] vfs: Add richacl permission checking
` [PATCH v10 20/46] ext4: Add richacl support
` [PATCH v10 21/46] ext4: Add richacl feature flag
` [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl
` [PATCH v10 23/46] xfs: Make xfs_set_mode non-static
` [PATCH v10 24/46] xfs: Add richacl support
` [PATCH v10 25/46] richacl: acl editing helper functions
` [PATCH v10 26/46] richacl: Move everyone@ aces down the acl
` [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces
` [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask
` [PATCH v10 29/46] richacl: Set the other permissions to the other mask
` [PATCH v10 30/46] richacl: Isolate the owner and group classes
` [PATCH v10 31/46] richacl: Apply the file masks to a richacl
` [PATCH v10 32/46] richacl: Create richacl from mode values
` [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v10 34/46] nfsd: Use richacls as internal acl representation
` [PATCH v10 35/46] nfsd: Add richacl support
` [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE, DIR} permissions
` [PATCH v10 38/46] richacl: Add support for unmapped identifiers
` [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages
` [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification
` [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v10 44/46] nfs: Add richacl support
` [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute
` [PATCH v10 46/46] richacl: uapi header split
[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] "
[PATCH v2] fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries
2015-10-13 15:49 UTC (3+ messages)
[PATCH 1/2] f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure
2015-10-13 3:30 UTC (5+ messages)
` [PATCH 2/2] Revert "f2fs: do not skip dentry block writes"
` [f2fs-dev] [PATCH 1/2] f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure
[PATCH v5] Fix DAX deadlocks for v4.3
2015-10-12 22:53 UTC (3+ messages)
` [PATCH v5] mm, dax: fix DAX deadlocks
overlayfs: regression bug from 4bacc9c9 (Make f_path always point to the overlay and f_inode to the underlay)
2015-10-12 13:50 UTC (2+ messages)
[PATCH] vfs: remove stale comment in inode_operations
2015-10-12 13:44 UTC (3+ messages)
[PATCH] mm: Make sendfile(2) killable
2015-10-12 12:45 UTC
Uninterruptable hang in sendfile
2015-10-12 12:33 UTC (2+ messages)
Use-after-free in ep_remove_wait_queue
2015-10-12 12:17 UTC (4+ messages)
[PATCH v8 0/2] Enable capsule loader interface for efi firmware updating
2015-10-12 12:11 UTC (6+ messages)
` [PATCH v8 2/2] efi: a misc char interface for user to update efi firmware
[PATCH] sh: add copy_user_page() alias for __copy_user()
2015-10-12 8:56 UTC (3+ messages)
[PATCH] f2fs: merge meta writes as many possible
2015-10-12 8:18 UTC (6+ messages)
` [f2fs-dev] "
[PATCH v7 0/2] Enable capsule loader interface for efi firmware updating
2015-10-11 19:03 UTC (6+ messages)
` [PATCH v7 1/2] efi: export efi_capsule_supported() function symbol
[vfs:orangefs-untested 18/19] gossip_err("Error: trailer size (%ld) is non-zero, no trailer elements though? (%zu)n", (unsigned long)trailer_size, count);
2015-10-10 17:59 UTC
RCU caching regression in kernel v4.1+
2015-10-10 17:19 UTC (9+ messages)
` [PATCH] namei: results of d_is_negative() should be checked after dentry revalidation
[vfs:orangefs-untested 18/19] fs/orangefs/devpvfs2-req.c:368:5: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t'
2015-10-10 15:55 UTC
[PATCH] namei: permit linking with CAP_FOWNER in userns
2015-10-10 14:59 UTC
[PATCH v5 00/20] nfsd: open file caching
2015-10-10 13:48 UTC (6+ messages)
2% interest rate loan offer
2015-10-10 7:22 UTC
[PATCH] f2fs: set GFP_NOFS for grab_cache_page
2015-10-09 22:55 UTC
[PATCH 0/2] Add updated DAX locking to ext2
2015-10-09 22:02 UTC (2+ messages)
` [PATCH 1/2] dax: dax_pfn_mkwrite() truncate race check
[PATCH 00/15] get_user_pages() for dax mappings
2015-10-09 21:12 UTC (4+ messages)
` [PATCH 10/15] block, dax: fix lifetime of in-kernel "
[PATCH] fs/buffer: simplify the code flow of LRU management algorithm
2015-10-09 16:18 UTC (4+ messages)
Hello
2015-10-09 11:20 UTC
[PATCH] namei: revalidate negative dentry before return -ENOENT
2015-10-09 9:01 UTC
[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
2015-10-09 8:50 UTC (3+ messages)
` [RFC PATCH 2/2] fs: Disable interrupts after acquiring bit_spin_lock
[RESEND PATCH] timerfd: Allow TFD_TIMER_CANCEL_ON_SET with relative timeouts
2015-10-09 8:25 UTC
[vfs:orangefs-untested 1/8] fs/orangefs/pvfs2-bufmap.c:551:2: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'unsigned int'
2015-10-09 7:56 UTC
[PATCH] fs/file.c: tidy up close_files
2015-10-08 19:08 UTC (2+ messages)
[PATCH 0/5] User namespace mount updates
2015-10-08 15:41 UTC (7+ messages)
` [PATCH 1/5] fs: Verify access of user towards block device file when mounting
[PATCH] vfs: Check attribute names in posix acl xattr handers
2015-10-08 15:33 UTC
[PATCH 00/17] cleanups of fs about new/huge_valid_dev
2015-10-08 12:29 UTC (9+ messages)
` [PATCH 05/17] fs/exofs: remove unnecessary new_valid_dev check
` [PATCH 09/17] fs/hpfs: "
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).