linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 04:32:05 to 2019-04-06 17:07:37 UTC [more...]

[PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
 2019-04-06 17:07 UTC  (2+ messages)

[PATCH v3 bpf-next 00/21] bpf: Sysctl hook
 2019-04-06 17:02 UTC  (24+ messages)
` [PATCH v3 bpf-next 01/21] bpf: Add base proto function for cgroup-bpf programs
` [PATCH v3 bpf-next 02/21] bpf: Sysctl hook
` [PATCH v3 bpf-next 03/21] bpf: Introduce bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 04/21] bpf: Introduce bpf_sysctl_get_current_value helper
` [PATCH v3 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 06/21] bpf: Add file_pos field to bpf_sysctl ctx
` [PATCH v3 bpf-next 07/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 08/21] libbpf: Support sysctl hook
` [PATCH v3 bpf-next 09/21] selftests/bpf: Test sysctl section name
` [PATCH v3 bpf-next 10/21] selftests/bpf: Test BPF_CGROUP_SYSCTL
` [PATCH v3 bpf-next 11/21] selftests/bpf: Test bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 12/21] selftests/bpf: Test sysctl_get_current_value helper
` [PATCH v3 bpf-next 13/21] selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 14/21] selftests/bpf: Test file_pos field in bpf_sysctl ctx
` [PATCH v3 bpf-next 15/21] bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
` [PATCH v3 bpf-next 16/21] bpf: Introduce bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 17/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 18/21] selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
` [PATCH v3 bpf-next 19/21] selftests/bpf: Test ARG_PTR_TO_LONG arg type
` [PATCH v3 bpf-next 20/21] selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 21/21] selftests/bpf: C based test for sysctl and strtoX

No way to break bio_for_each_segment_all() macro?
 2019-04-06 14:00 UTC  (6+ messages)

[PATCH v2 1/2] block: Add new BLK_STS_SELFTEST status
 2019-04-06 10:37 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs: Add error string for EUCLEAN

[PATCH 1/2] block: Add new BLK_STS_SELFTEST status
 2019-04-06  9:31 UTC  (9+ messages)
` [PATCH 2/2] btrfs: Add error string for EUCLEAN

[PATCH] fs/buffer.c: Fix data corruption when buffer write with IO error
 2019-04-06  7:13 UTC 

[PATCH] sysctl: redefine zero as a unsigned long
 2019-04-06  5:47 UTC  (4+ messages)

mmotm 2019-04-05-18-28 uploaded
 2019-04-06  1:28 UTC 

[PATCH] fs: remove trailing whitespace
 2019-04-06  1:18 UTC 

Allow trusted filesystems to provide IMA hashes directly
 2019-04-05 20:55 UTC  (29+ messages)
` [PATCH V2 3/4] IMA: Optionally make use of filesystem-provided hashes

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-05 17:11 UTC  (7+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-05 14:02 UTC  (3+ messages)

[PATCH] chardev: set variable ret to -EBUSY before checking minor range overlap
 2019-04-05 13:53 UTC 

[PATCH v3 1/4] chardev: add additional check for minor range overlap
 2019-04-05 12:52 UTC  (7+ messages)
` [PATCH v3 2/4] chardev: add a check for given minor range
` [PATCH v3 3/4] chardev: code cleanup for __register_chrdev_region()
` [PATCH v3 4/4] chardev: update comment based on the code

[RFC PATCH 64/68] vfs: Convert devpts to use the new mount API
 2019-04-05 12:52 UTC  (2+ messages)

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-05 11:32 UTC  (7+ messages)
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

[bug report] chardev: code cleanup for __register_chrdev_region()
 2019-04-05 11:32 UTC  (4+ messages)

BUG: unable to handle kernel paging request in do_mount
 2019-04-05 10:15 UTC  (2+ messages)

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (4+ messages)
` [PATCH 2/3] xfs: reset page mappings after setting immutable

[PATCH v2 bpf-next 00/21] bpf: Sysctl hook
 2019-04-05  0:20 UTC  (4+ messages)
` [PATCH v2 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers

[PATCH] aio: use kmem_cache_free() instead of kfree()
 2019-04-05  0:14 UTC  (2+ messages)

[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-04-04 22:06 UTC  (18+ messages)
` [PATCH v1 01/17] kunit: test: add KUnit test runner core
` [PATCH v1 02/17] kunit: test: add test resource management API
` [PATCH v1 03/17] kunit: test: add string_stream a std::stream like string builder
` [PATCH v1 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v1 05/17] kunit: test: add the concept of expectations
` [PATCH v1 06/17] kbuild: enable building KUnit
` [PATCH v1 07/17] kunit: test: add initial tests
` [PATCH v1 08/17] kunit: test: add support for test abort
` [PATCH v1 09/17] kunit: test: add tests for kunit "
` [PATCH v1 10/17] kunit: test: add the concept of assertions
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 12/17] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v1 13/17] kunit: defconfig: add defconfigs for building "
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
` [PATCH v1 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v1 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v1 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[RFC PATCH v2 00/14] Slab Movable Objects (SMO)
 2019-04-04 21:58 UTC  (21+ messages)
` [RFC PATCH v2 02/14] tools/vm/slabinfo: Add support for -C and -M options
` [RFC PATCH v2 03/14] slub: Sort slab cache list
` [RFC PATCH v2 05/14] tools/vm/slabinfo: Add remote node defrag ratio output
` [RFC PATCH v2 06/14] tools/vm/slabinfo: Add defrag_used_ratio output
` [RFC PATCH v2 08/14] tools/testing/slab: Add object migration test suite
` [RFC PATCH v2 09/14] xarray: Implement migration function for objects
` [RFC PATCH v2 14/14] dcache: Implement object migration

[PATCH v2] acct: fix possible deadlock in acct_pin_kill
 2019-04-04 19:33 UTC  (6+ messages)

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
  ` [Qemu-devel] "
` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
            ` [Qemu-devel] "

[PATCH] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
 2019-04-04 15:31 UTC  (6+ messages)

[PATCH] kernel/sysctl.c: fix out of bounds access in fs.file-max
 2019-04-04 14:49 UTC  (11+ messages)

[PATCH 1/2] cpumask: Introduce possible_cpu_safe()
 2019-04-04 11:28 UTC  (5+ messages)
` [PATCH 2/2] io_uring: Potential Oops in io_sq_offload_start()

[PATCH 4.9 61/91] genirq: Avoid summation loops for /proc/stat
 2019-04-04  8:47 UTC 

[PATCH 4.14 079/121] genirq: Avoid summation loops for /proc/stat
 2019-04-04  8:47 UTC 

[PATCH 5.0 154/246] genirq: Avoid summation loops for /proc/stat
 2019-04-04  8:47 UTC 

[PATCH 4.19 115/187] genirq: Avoid summation loops for /proc/stat
 2019-04-04  8:47 UTC 

[PATCH] vfs: return EINVAL instead of ENOENT when missing source
 2019-04-04  8:39 UTC  (2+ messages)

[PATCH 1/6 v3] ptrace: Remove maxargs from task_current_syscall()
 2019-04-04  7:52 UTC  (2+ messages)

[PATCH v3 00/24] Convert vfs.txt to vfs.rst
 2019-04-04  6:30 UTC  (13+ messages)

[PATCH v2 0/5] Provide generic top-down mmap layout functions
 2019-04-04  5:51 UTC  (6+ messages)
` [PATCH v2 1/5] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v2 2/5] arm64, mm: Move generic mmap layout functions "
` [PATCH v2 3/5] arm: Use generic mmap top-down layout
` [PATCH v2 4/5] mips: "
` [PATCH v2 5/5] riscv: Make mmap allocation top-down by default

[PATCH v3 2/3] block: verify data when endio
 2019-04-03 22:21 UTC  (11+ messages)

[PATCH v9 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-04-03 20:49 UTC  (3+ messages)
` [PATCH v9] "

[PATCH v4 00/17] fscrypt: key management improvements
 2019-04-03 20:36 UTC  (4+ messages)
` [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()

[PATCH] aio: Fix an error code in __io_submit_one()
 2019-04-03 16:46 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 20/87] fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes
 2019-04-03 16:19 UTC  (4+ messages)

[PATCH v3 0/7] Extend write-hint for in-kernel use
 2019-04-03 14:47 UTC  (13+ messages)
  ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
  ` [PATCH v3 7/7] fs/ext4,jbd2: add support for passing write-hint with journal
  ` [PATCH v3 6/7] fs: introduce write-hint start point for in-kernel hints

[PATCH] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-03 14:44 UTC  (2+ messages)

[RESEND PATCH 1/3] ipc: Allow boot time extension of IPCMNI from 32k to 16M
 2019-04-03 14:01 UTC  (4+ messages)
` [RESEND PATCH 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode

Possible UDF locking error?
 2019-04-03  8:07 UTC  (4+ messages)

[RFC PATCH] fcntl header: drop duplicate O_NDELAY
 2019-04-03  6:03 UTC 


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