linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-26 14:11:37 to 2016-03-05 03:06:38 UTC [more...]

[PATCH v6 0/3] fallocate for block devices to provide zero-out
 2016-03-05  3:06 UTC  (6+ 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 v3 00/52] mtd: rework ECC layout definition
 2016-03-05  2:26 UTC  (14+ messages)
` [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v3 16/52] mtd: nand: use mtd_set_ecclayout() "
` [PATCH v3 39/52] mtd: nand: jz4780: switch to mtd_ooblayout_ops
` [PATCH v3 48/52] mtd: nand: vf610: "

THP-enabled filesystem vs. FALLOC_FL_PUNCH_HOLE
 2016-03-04 23:24 UTC  (6+ messages)

[PATCH v4 0/2] make sigaltstack() compatible with swapcontext()
 2016-03-04 22:22 UTC  (4+ messages)
` [PATCH 1/2] sigaltstack: implement SS_AUTODISARM flag
` [PATCH 2/2] selftests: Add test for sigaltstack(SS_AUTODISARM)

[PATCH v4 1/2] mm: introduce page reference manipulation functions
 2016-03-04 20:04 UTC  (8+ messages)
` [PATCH v4 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH v9 00/13] support "task_isolation" mode for nohz_full
 2016-03-04 12:56 UTC  (9+ messages)
` [PATCH v9 04/13] task_isolation: add initial support

[PATCH v5] fuse: Add support for passthrough read/write
 2016-03-04 12:23 UTC  (2+ messages)
  ` [fuse-devel] "

[PATCH v5.1 0/2] create BLKZEROOUT ioctl that invalidates page cache
 2016-03-04  2:30 UTC  (26+ messages)
` [PATCH 1/2] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/2] block: create ioctl to discard-or-zeroout a range of blocks

[PATCH] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-03 23:51 UTC  (7+ messages)

[RFC][PATCH 0/7] System Calls for Memory Protection Keys
 2016-03-03 23:49 UTC  (3+ messages)

[PATCH] [media] media.h: postpone connectors entities
 2016-03-03 17:54 UTC 

[PATCH v2] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-03 17:28 UTC  (5+ messages)

generic RDMA READ/WRITE API V2
 2016-03-03 16:11 UTC  (12+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2
  ` [PATCH 1/6] vfs: pass a flags argument to vfs_readv/vfs_writev
  ` [PATCH 3/6] x86: wire up preadv2 and pwritev2
  ` [PATCH 4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
  ` [PATCH 5/6] direct-io: only use block polling if explicitly requested
` [PATCH 6/6] blk-mq: enable polling support by default
  ` selective block polling and preadv2/pwritev2 revisited V3

[PATCH] selftests: add a new test for Media Controller API
 2016-03-03 11:49 UTC  (2+ messages)

Fw: new important message
 2016-03-03  2:37 UTC 

[PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
 2016-03-02 23:56 UTC 

[PATCH v10 00/12] support "task_isolation" mode
 2016-03-02 20:09 UTC  (3+ messages)
` [PATCH v10 04/12] task_isolation: add initial support
` [PATCH v10 06/12] task_isolation: support PR_TASK_ISOLATION_STRICT mode

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-03-02 10:44 UTC  (42+ messages)
` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

[PATCH RFC] Introduce new security.nscapability xattr
 2016-03-02  0:00 UTC  (10+ messages)

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCHv2 00/10] RFKill airplane-mode indicator
 2016-03-01 16:15 UTC  (7+ messages)
` [PATCHv2 08/10] rfkill: Use switch to demux userspace operations

[PATCH V4 0/4] Introduce CoreSight STM support
 2016-03-01  6:35 UTC  (5+ messages)
  ` [PATCH V4 1/4] stm class: provision for statically assigned masterIDs
` [PATCH V4 2/4] Documentations: Add explanations of the case for non-configurable masters
` [PATCH V4 3/4] coresight-stm: Bindings for System Trace Macrocell
` [PATCH V4 4/4] coresight-stm: adding driver for CoreSight STM component

selective block polling and preadv2/pwritev2 revisited V2
 2016-02-29 14:59 UTC  (24+ messages)
` [PATCH 1/7] vfs: pass a flags argument to vfs_readv/vfs_writev
` [PATCH 2/7] vfs: vfs: Define new syscalls preadv2,pwritev2
` [PATCH 4/7] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
` [PATCH 5/7] direct-io: only use block polling if explicitly requested
` [PATCH 6/7] blk-mq: enable polling support by default
` [PATCH 7/7] block, directio: set a REQ_POLL flag when submitting polled bios

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-02-29  8:17 UTC  (23+ messages)
` [PATCH v18 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v18 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v18 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v18 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v18 06/22] richacl: In-memory representation and helper functions
` [PATCH v18 07/22] richacl: Permission mapping functions
` [PATCH v18 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v18 14/22] richacl: Update the file masks in chmod()
` [PATCH v18 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v18 16/22] richacl: Create-time inheritance
` [PATCH v18 17/22] richacl: Automatic Inheritance
` [PATCH v18 18/22] richacl: xattr mapping functions
  ` [PATCH v18 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
  ` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
  ` [PATCH v18 13/22] vfs: Cache richacl in struct inode
  ` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 20/22] vfs: Add richacl permission checking
` [PATCH v18 21/22] ext4: Add richacl support
` [PATCH v18 22/22] ext4: Add richacl feature flag

[PATCH v10 2/2] cpufreq: powernv: Add sysfs attributes to show throttle stats
 2016-02-29  6:39 UTC  (2+ messages)

[PATCH v3 0/2] make sigaltstack() compatible with swapcontext()
 2016-02-29  6:29 UTC  (4+ messages)
  ` [PATCH 1/2] sigaltstack: implement SS_AUTODISARM flag
` [PATCH 2/2] selftests: Add test for sigaltstack(SS_AUTODISARM)

RichACLs man-pages review
 2016-02-28 22:11 UTC  (9+ messages)
` richacl(7) man page review comments

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:39 UTC 

[PATCH v5 00/20] kthread: Use kthread worker API more widely
 2016-02-27 15:18 UTC  (11+ messages)
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()
` [PATCH v5 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v5 10/20] kthread: Better support freezable kthread workers

[PATCH v5 08/20] kthread: Allow to cancel kthread work
 2016-02-27 15:16 UTC  (8+ messages)

[PATCH v6 0/8] Additional kmsg devices
 2016-02-27 11:54 UTC  (5+ messages)

CGroup Namespaces (v10)
 2016-02-26 22:47 UTC  (3+ messages)
` [lxc-devel] "

[PATCH] uapi glibc compat: fix cases where glibc net/if.h is included before linux/if.h
 2016-02-26 16:28 UTC  (4+ messages)

[PATCH v1 00/10] uuid: convert users to generic UUID API
 2016-02-26 14:29 UTC  (9+ messages)
` [PATCH v1 06/10] device property: switch to use "
` [PATCH v1 10/10] efivars: use generic UUID library


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