linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-21 11:26:04 to 2016-09-06 19:15:15 UTC [more...]

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-09-06 19:15 UTC  (13+ messages)
` [PATCH 1/6] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
` [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 4/6] fs: add iomap_file_dirty
` [PATCH 5/6] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
  ` [PATCH 6/6] iomap: add a flag to report shared extents

[PATCH 0/4 v3] Add an interface to discover relationships between namespaces
 2016-09-06 15:54 UTC  (7+ messages)
  ` [PATCH 1/4] kernel: add a helper to get an owning user namespace for a namespace
  ` [PATCH 2/4] nsfs: add ioctl to get an owning user namespace for ns file descriptor
  ` [PATCH 3/4] nsfs: add ioctl to get a parent namespace
  ` [PATCH 4/4] tools/testing: add a test to check nsfs ioctl-s

[Documentation] State of CPU controller in cgroup v2
 2016-09-06 10:29 UTC  (17+ messages)

[PATCH v5 0/3] mm, proc: Implement /proc/<pid>/totmaps
 2016-09-05 20:14 UTC  (4+ messages)
` [PATCH v5 1/3] "
  ` [PATCH v5 2/3] Documentation/filesystems: Fixed typo
` [PATCH v5 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

[PATCH v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-09-04  5:36 UTC  (7+ messages)
  ` [PATCH 1/3] man2/fallocate.2: document behavior with shared blocks
  ` [PATCH 2/3] man2/ioctl_fideduperange.2: clarify operation some more
  ` [PATCH 3/3] ioctl_xfs_ioc_getfsmap.2: document XFS_IOC_GETFSMAP ioctl
    ` [PATCH v2 3/3] ioctl_getfsmap.2: document the GETFSMAP ioctl

add RWF_(D)SYNC flag to preadv2/pwritev2 V2
 2016-09-04  4:56 UTC  (5+ messages)
` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC

[PATCH v14 00/14] support "task_isolation" mode
 2016-09-03 15:31 UTC  (11+ messages)
` [PATCH v14 04/14] task_isolation: add initial support

[PATCH v15 00/13] support "task_isolation" mode
 2016-09-02 17:28 UTC  (20+ messages)
` [PATCH v15 04/13] task_isolation: add initial support
` Ping: [PATCH v15 00/13] support "task_isolation" mode

[PATCH] tools-powerpc: Return false instead of -1
 2016-09-02  9:54 UTC  (2+ messages)
  `  "

[PACTH v4 0/3] Implement /proc/<pid>/totmaps
 2016-09-01 23:42 UTC  (6+ messages)
` [PACTH v4 1/3] mm, proc: "

[PATCH 1/2] tracing/syscalls: allow multiple syscall numbers per syscall
 2016-09-01 15:24 UTC  (18+ messages)

[PATCH 0/4 v2] Add an interface to discover relationships between namespaces
 2016-09-01  5:12 UTC  (11+ messages)
  ` [PATCH 1/4] kernel: add a helper to get an owning user namespace for a namespace
  ` [PATCH 2/4] nsfs: add ioctl to get an owning user namespace for ns file descriptor
  ` [PATCH 3/4] nsfs: add ioctl to get a parent namespace
  ` [PATCH 4/4] tools/testing: add a test to check nsfs ioctl-s

Dear Sir/Madam
 2016-08-31 19:09 UTC 

[RFC v2 00/10] Landlock LSM: Unprivileged sandboxing
 2016-08-31  3:29 UTC  (61+ messages)
` [RFC v2 01/10] landlock: Add Kconfig
` [RFC v2 02/10] bpf: Move u64_to_ptr() to BPF headers and inline it
` [RFC v2 03/10] bpf,landlock: Add a new arraymap type to deal with (Landlock) handles
` [RFC v2 04/10] seccomp: Split put_seccomp_filter() with put_seccomp()
` [RFC v2 05/10] seccomp: Handle Landlock
` [RFC v2 06/10] landlock: Add LSM hooks
` [RFC v2 07/10] landlock: Add errno check
` [RFC v2 08/10] landlock: Handle file system comparisons
` [RFC v2 09/10] landlock: Handle cgroups
        ` [RFC v2 09/10] landlock: Handle cgroups (performance)
        ` [RFC v2 09/10] landlock: Handle cgroups (netfilter match)
        ` [RFC v2 09/10] landlock: Handle cgroups (program types)
` [RFC v2 10/10] samples/landlock: Add sandbox example
    ` [RFC v2 00/10] Landlock LSM: Unprivileged sandboxing (cgroup delegation)

[RFC PATCH v8 0/9] Restartable sequences system call
 2016-08-30  2:01 UTC  (10+ messages)
` [RFC PATCH v8 1/9] "

[PATCH v2 1/8] pipe: relocate round_pipe_size() above pipe_set_size()
 2016-08-29  0:22 UTC  (8+ messages)
` [PATCH v2 2/8] pipe: move limit checking logic into pipe_set_size()
` [PATCH v2 3/8] pipe: refactor argument for account_pipe_buffers()
  ` [PATCH v2 4/8] pipe: fix limit checking in pipe_set_size()
` [PATCH v2 5/8] pipe: simplify logic in alloc_pipe_info()
` [PATCH v2 6/8] pipe: fix limit checking "
` [PATCH v2 7/8] pipe: make account_pipe_buffers() return a value, and use it
` [PATCH v2 8/8] pipe: cap initial pipe capacity according to pipe-max-size limit

[PATCH v2 0/8] pipe: fix limit handling
 2016-08-29  0:20 UTC 

[PATCH v10 0/3] fallocate for block devices
 2016-08-26  2:15 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
` [PATCH 3/3] block: implement (some of) fallocate for block devices

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-08-25 11:44 UTC  (5+ messages)
` [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

Continue a discussion about the netlink interface
 2016-08-24 22:16 UTC 

[PATCH 4/8] pipe: fix limit checking in pipe_set_size()
 2016-08-22 19:37 UTC  (10+ messages)

Context switch latency in tickless isolated CPU
 2016-08-22 16:35 UTC  (11+ 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).