linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-29 03:23:17 to 2019-04-03 08:07:09 UTC [more...]

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

[PATCH] aio: Fix an error code in __io_submit_one()
 2019-04-03  6:22 UTC 

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

[RFC PATCH v2 00/14] Slab Movable Objects (SMO)
 2019-04-03  4:21 UTC  (15+ 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

[RFC PATCH v3 0/3] Block/XFS: Support alternative mirror device retry
 2019-04-03  2:45 UTC  (25+ messages)
` [PATCH v3 1/3] block: introduce submit_bio_verify()
` [PATCH v3 2/3] block: verify data when endio
` [PATCH v3 3/3] fs: xfs: add read_verifier() function

[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 v3 0/7] Extend write-hint for in-kernel use
 2019-04-03  2:57 UTC  (18+ messages)
    ` [PATCH v3 1/7] block: extend stream count "
    ` [PATCH v3 2/7] block: introduce API to register stream information with block layer
    ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
    ` [PATCH v3 4/7] nvme: register stream info with block layer
    ` [PATCH v3 5/7] fs: introduce APIs to enable sending write-hint with buffer-head
    ` [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 v3 00/24] Convert vfs.txt to vfs.rst
 2019-04-03  1:44 UTC  (13+ messages)
` [PATCH v3 20/24] docs: filesystems: vfs: Use SPDX identifier

[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 

[RESEND PATCH 1/3] ipc: Allow boot time extension of IPCMNI from 32k to 16M
 2019-04-02 21:22 UTC  (4+ messages)
` [RESEND PATCH 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode
` [RESEND PATCH 3/3] ipc: Do cyclic id allocation for the ipc object

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 v4 00/17] fscrypt: key management improvements
 2019-04-02 15:46 UTC  (18+ 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 ghak90 V5 00/10] audit: implement container identifier
 2019-04-02 14:28 UTC  (27+ messages)
` [PATCH ghak90 V5 05/10] audit: add containerid support for ptrace and signals
` [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 v9 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-04-02 11:54 UTC  (2+ messages)
` [PATCH v9] "

[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 01/68] kbuild: skip sub-make for in-tree build with GNU Make 4.x
 2019-04-02  7:38 UTC  (7+ messages)
` [RFC PATCH 35/68] vfs: Convert xenfs to use the new mount API
` [RFC PATCH 48/68] vfs: Convert cramfs "

[PATCH] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-02  2:36 UTC 

[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 1/6 v3] ptrace: Remove maxargs from task_current_syscall()
 2019-04-01 13:41 UTC 

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

[PATCH] fs: VALIDATE_FS_PARSER should default to n
 2019-04-01 11:53 UTC 

[PATCH] fs/binfmt_elf.c: fix GPF when dereferencing invalid interpreter
 2019-03-30 16:16 UTC  (2+ messages)

[PATCH v2] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-30 11:56 UTC 

[PATCH AUTOSEL 4.19 03/52] inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
 2019-03-30  0:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 51/52] x86/gart: Exclude GART aperture from kcore

[PATCH AUTOSEL 5.0 66/67] x86/gart: Exclude GART aperture from kcore
 2019-03-30  0:50 UTC 

[patch] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-30  0:15 UTC  (3+ messages)

gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-03-29 22:13 UTC  (3+ messages)

[PATCH][SMB3] Allow overriding the default persistent handle timeout on opens
 2019-03-29 21:53 UTC  (3+ messages)

general protection fault in load_elf_binary
 2019-03-29 21:48 UTC  (2+ messages)

[PATCH][smbinfo cifsutils]
 2019-03-29 19:05 UTC  (5+ messages)

[PATCH v3] gfs2: Convert gfs2 to fs_context
 2019-03-29 16:54 UTC  (3+ messages)

fanotify: surprising chain reaction -> deadlock
 2019-03-29 14:40 UTC  (2+ messages)

[PATCH v6 03/07] ocfs2: use common file type conversion
 2019-03-29 14:28 UTC  (2+ messages)

possible deadlock in userfaultfd_read (2)
 2019-03-29 10:34 UTC 

[PATCH] vfs: return EINVAL instead of ENOENT when missing source
 2019-03-29  9:18 UTC  (2+ messages)

[block] 4e366a7962: blktests.nvme.005.fail
 2019-03-29  8:18 UTC  (6+ messages)

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-03-29  4:02 UTC  (4+ messages)
` [PATCH 3/3] xfs: don't allow most setxattr to immutable files

[RFC][PATCH 1/4 v2] ptrace: Remove maxargs from task_current_syscall()
 2019-03-28 23:05 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).