linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-10 20:06:21 to 2016-08-25 23:31:20 UTC [more...]

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-08-25 23:31 UTC  (7+ 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 v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-08-25 23:26 UTC  (4+ 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

[RFC PATCH v8 0/9] Restartable sequences system call
 2016-08-25 17:56 UTC  (21+ messages)
  ` [RFC PATCH v8 1/9] "
  ` [RFC PATCH v8 2/9] tracing: instrument restartable sequences
  ` [RFC PATCH v8 3/9] Restartable sequences: ARM 32 architecture support
  ` [RFC PATCH v8 4/9] Restartable sequences: wire up ARM 32 system call
  ` [RFC PATCH v8 5/9] Restartable sequences: x86 32/64 architecture support
` [RFC PATCH v8 6/9] Restartable sequences: wire up x86 32/64 system call
` [RFC PATCH v8 7/9] Restartable sequences: powerpc architecture support
` [RFC PATCH v8 8/9] Restartable sequences: Wire up powerpc system call
` [RFC PATCH v8 9/9] Restartable sequences: self-tests

[RFC v2 00/10] Landlock LSM: Unprivileged sandboxing
 2016-08-25 14:44 UTC  (18+ 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 10/10] samples/landlock: Add sandbox example

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

Context switch latency in tickless isolated CPU
 2016-08-22 16:35 UTC  (11+ messages)

[Documentation] State of CPU controller in cgroup v2
 2016-08-22 10:12 UTC  (16+ messages)

[PATCH v15 00/13] support "task_isolation" mode
 2016-08-20  1:42 UTC  (5+ messages)
` [PATCH v15 04/13] task_isolation: add initial support
` [PATCH v15 12/13] task_isolation: add user-settable notification signal
  ` [PATCH] Fix /proc/stat freezes (was [PATCH v15] "task_isolation" mode)

[PATCH 0/8] pipe: fix limit handling
 2016-08-19  5:25 UTC 

[PATCH 1/2] pipe: check limits only when increasing pipe capacity
 2016-08-19  5:07 UTC  (12+ messages)
` [PATCH 2/2] pipe: make pipe user buffer limit checks more precise

Donation Funds
 2016-08-19  2:03 UTC 

Hello....!!
 2016-08-18 21:23 UTC 

[PATCH v4 1/3] ACPI / debugger: Add kernel flushing support
 2016-08-17  2:39 UTC  (3+ messages)

[PACTH v4 0/3] Implement /proc/<pid>/totmaps
 2016-08-16 22:33 UTC  (4+ messages)
  ` [PACTH v4 1/3] mm, proc: "
` [PACTH v4 2/3] Documentation/filesystems: Fixed typo
` [PACTH v4 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

[PACTH v3 0/3] Implement /proc/<pid>/totmaps
 2016-08-16 18:47 UTC  (9+ messages)
` [PACTH v3 1/3] mm, proc: "
` [PACTH v3 2/3] Documentation/filesystems: Fixed typo
` [PACTH v3 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

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

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-08-15 18:06 UTC  (37+ messages)
` [RFC PATCH v7 1/7] "
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

[PATCH v13 00/12] support "task_isolation" mode
 2016-08-15 15:03 UTC  (20+ messages)
          ` clocksource_watchdog causing scheduling of timers every second (was [v13] support "task_isolation" mode)

[PATCH v14 00/14] support "task_isolation" mode
 2016-08-15 14:59 UTC  (5+ messages)
` [PATCH v14 04/14] task_isolation: add initial support

[PACTH v1] mm, proc: Implement /proc/<pid>/totmaps
 2016-08-13 12:39 UTC 

[PATCH] perf_event_open.2: 4.9 PERF_EVENT_IOC_SET_DRV_CONFIGS support
 2016-08-12 20:47 UTC  (7+ 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).