linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 16:57:50 to 2019-04-09 09:37:36 UTC [more...]

[PATCH V2] io_uring: introduce inline reqs for IORING_SETUP_IOPOLL
 2019-04-09  9:37 UTC  (2+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-09  9:20 UTC  (10+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-09  8:26 UTC  (11+ messages)

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-09  8:24 UTC  (12+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/4] xfs: flush page mappings as part of setting immutable
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[PATCH] fs/aio.c: fix wrong return value regression in __io_submit_one
 2019-04-09  6:06 UTC 

[PATCH] fat: issue flush after the writeback of FAT
 2019-04-09  5:22 UTC  (4+ messages)

mmotm 2019-04-08-22-14 uploaded
 2019-04-09  5:15 UTC 

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-04-09  3:39 UTC  (11+ messages)
` [PATCH ghak90 V6 01/10] audit: collect audit task parameters
` [PATCH ghak90 V6 02/10] audit: add container id
` [PATCH ghak90 V6 03/10] audit: read container ID of a process
` [PATCH ghak90 V6 04/10] audit: log container info of syscalls
` [PATCH ghak90 V6 05/10] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V6 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V6 07/10] audit: add containerid support for user records
` [PATCH ghak90 V6 08/10] audit: add containerid filtering
` [PATCH ghak90 V6 09/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 V6 10/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH] bootfs: simple bootloader filesystem
 2019-04-09  3:23 UTC  (9+ messages)

[PATCH] ceph: remove superfluous inode_lock in ceph_fsync
 2019-04-09  2:16 UTC  (2+ messages)

[PATCH 0/2] sysctl: share commonly used constants
 2019-04-08 22:09 UTC  (3+ messages)
` [PATCH 1/2] proc/sysctl: add shared variables for range check
` [PATCH 2/2] kernel: use sysctl "

mmap and FUSE on 32bit systems
 2019-04-08 21:39 UTC 

[PATCH] fs: remove trailing whitespace
 2019-04-08 16:39 UTC  (2+ messages)

[PATCH] fs/block_dev.c: remove unused header file badblocks.h
 2019-04-08 16:02 UTC  (2+ messages)

[PATCH v2] fs/dax: deposit pagetable even when installing zero page
 2019-04-08 15:54 UTC  (6+ messages)

[PATCH V3] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-08 14:19 UTC  (3+ messages)

[PATCH] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-08 14:12 UTC  (9+ messages)

gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-04-08 13:44 UTC  (6+ messages)

[PATCH RFC v6 00/11] Ext4 Encoding and Case-insensitive support
 2019-04-08 12:02 UTC  (4+ messages)
` [PATCH RFC v6 04/11] unicode: reduce the size of utf8data[]

[LSF/MM TOPIC ][LSF/MM ATTEND] Read-only Mapping of Program Text using Large THP Pages
 2019-04-08 11:36 UTC  (7+ messages)
    `  "

general protection fault in d_alloc_pseudo
 2019-04-08 11:34 UTC 

[PATCH] fs/buffer.c: Fix data corruption when buffer write with IO error
 2019-04-08 11:11 UTC  (2+ messages)

[PATCH V2] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-08 10:47 UTC  (5+ messages)

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-08  8:22 UTC  (3+ messages)

[PATCH 1/2] cpumask: Introduce possible_cpu_safe()
 2019-04-08  8:15 UTC  (3+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] io_uring: Potential Oops in io_sq_offload_start()

AT_REPLACE flag for linkat()
 2019-04-08  7:18 UTC 

[PATCH v2 1/2] block: Add new BLK_STS_SELFTEST status
 2019-04-08  6:32 UTC  (5+ messages)
` [PATCH v2 2/2] btrfs: Add error string for EUCLEAN

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

[PATCH 04/15] dax: Introduce IOMAP_F_COW for copy-on-write
 2019-04-07  7:26 UTC  (3+ 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 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] 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 

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

[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  (8+ messages)
` [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)


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