linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-31 18:42:31 to 2019-04-04 14:38:06 UTC [more...]

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

[PATCH] kernel/sysctl.c: fix out of bounds access in fs.file-max
 2019-04-04 14:09 UTC  (10+ 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 v2] acct: fix possible deadlock in acct_pin_kill
 2019-04-04 10:52 UTC 

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 10:52 UTC  (20+ 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 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] aio: use kmem_cache_free() instead of kfree()
 2019-04-04  8:44 UTC 

[RFC PATCH v2 00/14] Slab Movable Objects (SMO)
 2019-04-04  8:01 UTC  (24+ messages)
` [RFC PATCH v2 01/14] slub: Add isolate() and migrate() methods
` [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 04/14] slub: Slab defrag core
` [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 07/14] tools/testing/slab: Add object migration test module
` [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 10/14] tools/testing/slab: Add XArray movable objects tests
` [RFC PATCH v2 11/14] slub: Enable moving objects to/from specific nodes
` [RFC PATCH v2 12/14] slub: Enable balancing slabs across nodes
` [RFC PATCH v2 13/14] dcache: Provide a dentry constructor
` [RFC PATCH v2 14/14] dcache: Implement object migration

[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  (18+ messages)
` [PATCH v3 20/24] docs: filesystems: vfs: Use SPDX identifier

[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  (15+ 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  (20+ messages)
` [PATCH v4 01/17] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v4 02/17] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v4 03/17] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v4 04/17] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v4 05/17] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v4 06/17] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()
` [PATCH v4 08/17] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v4 09/17] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v4 10/17] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v4 11/17] fscrypt: v2 encryption policy support
` [PATCH v4 12/17] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v4 13/17] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v4 14/17] ext4: wire up new fscrypt ioctls
` [PATCH v4 15/17] f2fs: "
` [PATCH v4 16/17] ubifs: "
` [PATCH v4 17/17] fscrypt: document the new ioctls and policy version

[PATCH] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
 2019-04-03 19:50 UTC  (5+ messages)

[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  (17+ messages)
  ` [PATCH v3 1/7] block: extend stream count "
  ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
  ` [PATCH v3 6/7] fs: introduce write-hint start point for in-kernel hints
  ` [PATCH v3 7/7] fs/ext4,jbd2: add support for passing write-hint with journal

[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 

[PATCH 01/15] btrfs: create a mount option for dax
 2019-04-03  3:20 UTC  (17+ messages)
` [PATCH 04/15] dax: Introduce IOMAP_F_COW for copy-on-write
` [PATCH 05/15] btrfs: return whether extent is nocow or not
` [PATCH 07/15] btrfs: add dax write support
` [PATCH 11/15] fs: dedup file range to use a compare function

[PATCH] bootfs: simple bootloader filesystem
 2019-04-02 22:22 UTC  (6+ messages)
` [PATCH] e2fsprogs: create tools for formatting and fscking bootfs

mmotm 2019-04-02-17-16 uploaded
 2019-04-03  0:17 UTC 

b050de0f98 ("fs/binfmt_elf.c: free PT_INTERP filename ASAP"): BUG: KASAN: null-ptr-deref in allow_write_access
 2019-04-02 16:17 UTC  (2+ messages)

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-02 14:28 UTC  (15+ messages)
` [PATCH ghak90 V5 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 V5 10/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH] io_uring: introduce inline reqs for IORING_SETUP_IOPOLL & direct_io
 2019-04-02  8:29 UTC  (3+ messages)

[PATCH] fs/open: Fix most outstanding security bugs
 2019-04-02  7:56 UTC  (11+ messages)

[RFC PATCH 35/68] vfs: Convert xenfs to use the new mount API
 2019-04-02  7:38 UTC  (4+ messages)
` [RFC PATCH 48/68] vfs: Convert cramfs "

[PATCH v2 00/15] btrfs dax support
 2019-04-01 20:08 UTC  (3+ messages)
` [PATCH] btrfs: allow MAP_SYNC mmap

Fwd: [PATCH] secdesc-ui.py: a UI to view the security descriptors on SMB2+ shares
 2019-04-01 19:23 UTC  (2+ messages)
    `  "

fanotify permission events on virtual filesystem
 2019-04-01 17:26 UTC  (5+ messages)

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-01 17:11 UTC  (2+ messages)

[PATCH] Documentation: document d_prune op in vfs.txt
 2019-04-01 12:49 UTC 

[RESEND PATCH v1] fuse: Add ioctl flag for compat ioctl with 64-bit time_t
 2019-04-01 12:03 UTC 

Is it possible that certain physical disk doesn't implement flush correctly?
 2019-04-01 12:04 UTC  (12+ messages)

[PATCH] fs: VALIDATE_FS_PARSER should default to n
 2019-04-01 11:53 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).