linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-26 21:55:05 to 2018-05-11 02:42:35 UTC [more...]

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-11  2:42 UTC  (11+ messages)

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-11  2:20 UTC  (6+ messages)
` [RFC v2 1/4] vfs: skip extra attributes check on removal for symlinks
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2018-05-10 19:16 UTC  (14+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
  ` [PATCH 1/2 V2] "
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
  ` [PATCH 2/2 V2] "

io_pgetevents & aio fsync V4
 2018-05-10 18:05 UTC  (10+ messages)
` [PATCH 1/7] aio: don't print the page size at boot time
` [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete
` [PATCH 3/7] aio: sanitize ki_list handling
` [PATCH 4/7] aio: remove the extra get_file/fput pair in io_submit_one
` [PATCH 5/7] aio: refactor read/write iocb setup
` [PATCH 6/7] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
` [PATCH 7/7] aio: implement io_pgetevents

[patch v19 0/4] JTAG driver introduction
 2018-05-10 17:24 UTC  (7+ messages)
` [patch v19 1/4] drivers: jtag: Add JTAG core driver
` [patch v19 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v19 3/4] Documentation: jtag: Add bindings for "
` [patch v19 4/4] Documentation: jtag: Add ABI documentation

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-10 16:00 UTC  (26+ messages)

[patch v18 0/4] JTAG driver introduction
 2018-05-10 15:13 UTC  (3+ messages)

[PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down
 2018-05-10 11:01 UTC  (5+ messages)
` [PATCH 00/24] security: Add kernel lockdown

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-09 15:29 UTC  (9+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-09 14:41 UTC  (5+ messages)

[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
 2018-05-07 21:12 UTC  (35+ messages)
` [PATCH v5 01/28] docs: fpga: add a document for FPGA Device Feature List (DFL) Framework Overview
` [PATCH v5 02/28] fpga: mgr: add region_id to fpga_image_info
` [PATCH v5 03/28] fpga: mgr: add status for fpga-manager
` [PATCH v5 04/28] fpga: mgr: add compat_id support
` [PATCH v5 05/28] fpga: region: "
` [PATCH v5 06/28] fpga: add device feature list support
` [PATCH v5 07/28] fpga: dfl: add chardev support for feature devices
` [PATCH v5 08/28] fpga: dfl: add dfl_fpga_cdev_find_port
` [PATCH v5 09/28] fpga: dfl: add feature device infrastructure
` [PATCH v5 10/28] fpga: dfl: add dfl_fpga_port_ops support
` [PATCH v5 11/28] fpga: dfl: add dfl_fpga_check_port_id function
` [PATCH v5 12/28] fpga: add FPGA DFL PCIe device driver
` [PATCH v5 13/28] fpga: dfl-pci: add enumeration for feature devices
` [PATCH v5 14/28] fpga: dfl: add FPGA Management Engine driver basic framework
` [PATCH v5 15/28] fpga: dfl: fme: add header sub feature support
` [PATCH v5 16/28] fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v5 17/28] fpga: dfl: fme: add partial reconfiguration sub feature support
` [PATCH v5 18/28] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v5 19/28] fpga: dfl: fme-mgr: add compat_id support
` [PATCH v5 20/28] fpga: dfl: add fpga bridge platform driver for FME
` [PATCH v5 21/28] fpga: dfl: add fpga region "
` [PATCH v5 22/28] fpga: dfl: fme-region: add support for compat_id
` [PATCH v5 23/28] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v5 24/28] fpga: dfl: afu: add port ops support
` [PATCH v5 25/28] fpga: dfl: afu: add header sub feature support
` [PATCH v5 26/28] fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v5 27/28] fpga: dfl: afu: add afu sub feature support
` [PATCH v5 28/28] fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support

[PATCH 0/6 v1] statfs: handle mount propagation
 2018-05-06 22:47 UTC  (7+ messages)
` [PATCH 1/6 v1] fs: use << for MS_* flags
` [PATCH 2/6 v1] statfs: use << to align with fs header
` [PATCH 3/6 v1] statfs: add ST_UNBINDABLE
` [PATCH 4/6 v1] statfs: add ST_SHARED
` [PATCH 5/6 v1] statfs: add ST_SLAVE
` [PATCH 6/6 v1] statfs: add ST_PRIVATE

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-06 16:51 UTC  (10+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-06 10:03 UTC  (35+ messages)
` [PATCH 01/14] uapi headers: Provide types_32_64.h (v2)
` [PATCH 02/14] rseq: Introduce restartable sequences system call (v13)
` [PATCH 03/14] arm: Add restartable sequences support
` [PATCH 04/14] arm: Wire up restartable sequences system call
` [PATCH 05/14] x86: Add support for restartable sequences (v2)
` [PATCH 06/14] x86: Wire up restartable sequence system call
` [PATCH 07/14] powerpc: Add support for restartable sequences
` [PATCH 08/14] powerpc: Wire up restartable sequences system call
` [PATCH 09/14] selftests: lib.mk: Introduce OVERRIDE_TARGETS
` [PATCH 10/14] rseq: selftests: Provide rseq library (v5)
` [PATCH 11/14] rseq: selftests: Provide basic test
` [PATCH 12/14] rseq: selftests: Provide basic percpu ops test (v2)
` [PATCH 13/14] rseq: selftests: Provide parametrized tests (v2)
` [PATCH 14/14] rseq: selftests: Provide Makefile, scripts, gitignore (v2)

[RFC PATCH for 4.18 00/23] Restartable sequences and CPU op vector
 2018-05-04 14:32 UTC  (9+ messages)
` [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system call (v7)

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-03 23:29 UTC  (5+ messages)
` [PATCH v2 1/4] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH v2 2/4] mm: check for proper migrate type during isolation
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface
` [PATCH v2 4/4] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages

[PATCH v2] fs: Add aio iopriority support for block_dev
 2018-05-03 22:53 UTC  (10+ messages)

[PATCH 0/6 resend] statfs: handle mount propagation
 2018-05-03 13:57 UTC  (4+ messages)

[PATCH 0/3] Interface for higher order contiguous allocations
 2018-05-02 21:13 UTC  (4+ messages)
` [PATCH 2/3] mm: add find_alloc_contig_pages() interface

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-05-02 13:06 UTC  (12+ messages)

[PATCH net-next] modules: allow modprobe load regular elf binaries
 2018-05-02  9:12 UTC  (4+ messages)

[PATCH] mm: don't show nr_indirectly_reclaimable in /proc/vmstat
 2018-04-30 15:30 UTC  (9+ messages)

[PATCH RFC v5] pidns: introduce syscall translate_pid
 2018-04-27 12:15 UTC  (5+ 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).