messages from 2016-03-11 22:59:15 to 2016-03-16 22:20:14 UTC [more...]
[PATCH v20 00/23] Richacls (Core and Ext4)
2016-03-16 22:18 UTC (19+ messages)
` [PATCH v20 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v20 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v20 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v20 04/23] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v20 05/23] vfs: Add permission flags for setting file attributes
` [PATCH v20 06/23] richacl: In-memory representation and helper functions
` [PATCH v20 07/23] richacl: Permission mapping functions
` [PATCH v20 08/23] richacl: Compute maximum file masks from an acl
` [PATCH v20 09/23] richacl: Permission check algorithm
` [PATCH v20 10/23] posix_acl: Unexport acl_by_type and make it static
` [PATCH v20 11/23] posix_acl: Improve xattr fixup code
` [PATCH v20 12/23] vfs: Cache base_acl objects in inodes
` [PATCH v20 13/23] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v20 14/23] vfs: Cache richacl in struct inode
` [PATCH v20 15/23] richacl: Update the file masks in chmod()
` [PATCH v20 16/23] richacl: Check if an acl is equivalent to a file mode
` [PATCH v20 18/23] richacl: Automatic Inheritance
` [PATCH v20 19/23] richacl: xattr mapping functions
[PATCH 2/2] block: create ioctl to discard-or-zeroout a range of blocks
2016-03-16 21:45 UTC (34+ messages)
Page migration issue with UBIFS
2016-03-16 20:47 UTC (12+ messages)
[PATCH] mm,writeback: Don't use ALLOC_NO_WATERMARKS for wb_start_writeback
2016-03-16 20:46 UTC (4+ messages)
` [PATCH] mm,writeback: Don't use memory reserves "
[WTF] utterly tasteless ABI in hfi1 (around ->write()/->write_iter())
2016-03-16 17:06 UTC (6+ messages)
[PATCH] vfs: show_vfsstat: do not ignore errors from show_devname method
2016-03-16 16:49 UTC (6+ messages)
` [RESEND PATCH] "
` [RESEND v2 "
` [RESEND v3 "
` [RESEND v4 "
[PATCH] fs/namei.c: Hard link and rename should check same device instead of same mount
2016-03-16 14:25 UTC (2+ messages)
[patch] direct-io: propagate -ENOSPC errors
2016-03-16 13:25 UTC (2+ messages)
[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
2016-03-16 9:44 UTC
[PATCH v18 00/22] Richacls (Core and Ext4)
2016-03-16 3:40 UTC (32+ messages)
` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 21/22] ext4: Add richacl support
mmotm 2016-03-15-16-15 uploaded
2016-03-15 23:16 UTC
[PATCH v2] devpts: Make ptmx be owned by the userns owner as a fallback
2016-03-15 22:07 UTC (2+ messages)
[PATCH] aio: rewrite aio_thread_op_foo_at to avoid 64-bit get_user
2016-03-15 21:38 UTC
[RFC] [PATCH 0/12] DAX page fault locking
2016-03-15 21:34 UTC (11+ messages)
` [PATCH 05/12] dax: Remove synchronization using i_mmap_lock
` [PATCH 12/12] dax: New fault locking
[PATCH v7 0/3] fallocate for block devices to provide zero-out
2016-03-15 19:42 UTC (4+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
[PATCH] devpts: Make ptmx be owned by the userns owner instead of userns-local 0
2016-03-15 18:21 UTC (4+ messages)
[PATCH v5 0/2] man-pages: document reflink/dedupe ioctls
2016-03-15 17:04 UTC (4+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
` [PATCH 2/2] man2: document the FIDEDUPERANGE ioctl
Orangefs, v4.5 and the merge window
2016-03-15 16:45 UTC (6+ messages)
[PATCH] f2fs: support access control via key management
2016-03-15 16:37 UTC (3+ messages)
[RFCv4 0/2] man-pages: document reflink/dedupe ioctls
2016-03-15 16:35 UTC (6+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
[PATCH v2 0/2] ima: tar issues
2016-03-15 16:26 UTC (5+ messages)
` [PATCH v2 1/2] ima: fix ima_inode_post_setattr
` [PATCH v2 2/2] ima: add support for creating files using the mknodat syscall
[PATCHv4 00/25] THP-enabled tmpfs/shmem
2016-03-15 15:52 UTC (7+ messages)
` [PATCHv4 12/25] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv4 17/25] vmscan: split file huge pages before paging them out
` [PATCHv4 23/25] shmem: get_unmapped_area align huge page
` [PATCHv4 24/25] shmem: add huge pages support
` [PATCHv4 25/25] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv5 26/25] thp: update Documentation/vm/transhuge.txt
[PATCH RESEND v2 03/18] fs: Treat foreign mounts as nosuid
2016-03-15 14:19 UTC (5+ messages)
` [PATCH] fs: remove excess check for in_userns
[GIT PULL] configfs changes for 4.6
2016-03-15 15:45 UTC
[PATCHv4 06/25] mm, rmap: account file thp pages
2016-03-15 15:30 UTC (2+ messages)
` [PATCHv5 "
[PATCH v4 1/7] fs: Add user namesapace member to struct super_block
2016-03-15 13:32 UTC (3+ messages)
` [PATCH] fs: fix a posible leak of allocated superblock
linux-next: manual merge of the aio tree with the vfs tree
2016-03-15 13:12 UTC (5+ messages)
[PATCH] aio: always provide ki_destruct_fn callback pointer
2016-03-15 10:10 UTC
[PATCH] block: protect iterate_bdevs() against concurrent close
2016-03-15 8:23 UTC (5+ messages)
[PATCH v6 0/3] fallocate for block devices to provide zero-out
2016-03-15 7:35 UTC (5+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
[vfs PATCH v3 0/4] vfs: Expand iomap interface to fiemap
2016-03-15 7:33 UTC (7+ messages)
` [vfs PATCH v3 1/4] VFS: move iomap from exportfs.h to iomap.h
` [vfs PATCH v3 2/4] VFS: Add new __generic_iomap_fiemap interface
` [vfs PATCH v3 4/4] GFS2: Use new iomap interface for fiemap
[PATCH] Remove last traces of ->sync_page
2016-03-15 7:27 UTC (2+ messages)
[patch] block-dev: checking for NULL instead of IS_ERR()
2016-03-15 7:26 UTC (2+ messages)
[PATCH] splice: handle zero nr_pages in splice_to_pipe()
2016-03-15 7:23 UTC (2+ messages)
[PATCH] remove warn when bdi is unregisterd in __mark_inode_dirty()
2016-03-15 4:08 UTC (3+ messages)
[PATCH] epoll: add exclusive wakeups flag
2016-03-15 2:36 UTC (16+ messages)
[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
2016-03-14 20:58 UTC (9+ messages)
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
[PATCH 07/13] aio: enabled thread based async fsync
2016-03-14 17:17 UTC (11+ messages)
` aio openat "
[PATCH v19 00/23] Richacls (Core and Ext4)
2016-03-14 14:55 UTC (24+ messages)
` [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v19 05/23] vfs: Add permission flags for setting file attributes
` [PATCH v19 06/23] richacl: In-memory representation and helper functions
` [PATCH v19 07/23] richacl: Permission mapping functions
` [PATCH v19 08/23] richacl: Compute maximum file masks from an acl
` [PATCH v19 09/23] richacl: Permission check algorithm
` [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static
` [PATCH v19 11/23] posix_acl: Improve xattr fixup code
` [PATCH v19 12/23] vfs: Cache base_acl objects in inodes
` [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v19 14/23] vfs: Cache richacl in struct inode
` [PATCH v19 15/23] richacl: Update the file masks in chmod()
` [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode
` [PATCH v19 17/23] richacl: Create-time inheritance
` [PATCH v19 18/23] richacl: Automatic Inheritance
` [PATCH v19 19/23] richacl: xattr mapping functions
` [PATCH v19 20/23] richacl: Add richacl xattr handler
` [PATCH v19 21/23] vfs: Add richacl permission checking
` [PATCH v19 22/23] ext4: Add richacl support
` [PATCH v19 23/23] ext4: Add richacl feature flag
[ANNOUNCE] util-linux v2.28-rc1
2016-03-14 12:22 UTC (3+ messages)
[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
2016-03-13 21:30 UTC (2+ messages)
races in ll_splice_alias()
2016-03-13 14:35 UTC (12+ messages)
` races in ll_splice_alias() and elsewhere (ext4, ocfs2)
[PATCH] Set nosuid, noexec, nodev if any lowerdirs have it
2016-03-13 7:57 UTC (2+ messages)
[PATCH 1/2] aio: use kmem_cache_zalloc
2016-03-13 7:26 UTC
confidential Message
2016-03-12 8:01 UTC
confidential Message
2016-03-12 10:51 UTC
[PATCH 1/2] f2fs: submit node page write bios when really required
2016-03-12 0:14 UTC (2+ messages)
` [PATCH 2/2] f2fs: avoid writepage lock when many threads call fsync
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).