linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-21 18:36:56 to 2019-03-26 21:39:19 UTC [more...]

[PATCH v6 01/07] ufs: use fs_umode_to_dtype() helper
 2019-03-26 21:39 UTC 

[PATCH v6 00/07] common implementation of dirent file types
 2019-03-26 21:39 UTC 

[RFC PATCH 0/4] fuse: Convert to fs_context
 2019-03-26 21:02 UTC  (3+ messages)
` [RFC PATCH 1/4] vfs: Create fs_context-aware mount_bdev() replacement

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

[PATCH 01/15] btrfs: create a mount option for dax
 2019-03-26 19:10 UTC  (17+ messages)
` [PATCH 02/15] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 03/15] btrfs: basic dax read
` [PATCH 04/15] dax: Introduce IOMAP_F_COW for copy-on-write
` [PATCH 05/15] btrfs: return whether extent is nocow or not
` [PATCH 06/15] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 07/15] btrfs: add dax write support
` [PATCH 08/15] dax: add dax_iomap_cow to copy a mmap page before writing
` [PATCH 09/15] btrfs: add dax mmap support
` [PATCH 10/15] btrfs: Add dax specific address_space_operations
` [PATCH 11/15] fs: dedup file range to use a compare function
` [PATCH 12/15] btrfs: trace functions for btrfs_iomap_begin/end
` [PATCH 13/15] btrfs: handle dax page zeroing
` [PATCH 14/15] btrfs: Disable dax-based defrag and send
` [PATCH 15/15] btrfs: Writeprotect mmap pages on snapshot
` [PATCH v2 00/15] btrfs dax support

[GIT PULL] file locking bugfix for v5.1
 2019-03-26 17:45 UTC  (2+ messages)

Deadlock when using FUSE with PID namespaces
 2019-03-26 16:51 UTC 

[PATCH v6 1/8] mm/mmu_notifier: helper to test if a range invalidation is blockable
 2019-03-26 16:47 UTC 

[PATCH v2] quota: fix a problem about transfer quota
 2019-03-26 16:43 UTC  (2+ messages)

Resurrecting EPOLLROUNDROBIN
 2019-03-26 15:00 UTC  (4+ messages)

KASAN: use-after-free Read in path_lookupat
 2019-03-26 11:38 UTC  (31+ messages)
              ` ceph: fix use-after-free on symlink traversal
                ` jffs2: "
                ` ubifs: "
                ` debugfs: "

possible deadlock in __generic_file_fsync
 2019-03-26 10:32 UTC  (5+ messages)

[PATCH] writeback: fix range_cyclic writeback vs writepages deadlock
 2019-03-26  9:33 UTC 

[PATCH 1/2] io_uring: fix big-endian compat signal mask handling
 2019-03-26  8:35 UTC  (9+ messages)

[QUESTION] Long read latencies on mixed rw buffered IO
 2019-03-26  4:36 UTC  (15+ messages)

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-26  2:18 UTC  (4+ messages)
` [BACKPORT 4.4.y 20/25] Hang/soft lockup in d_invalidate with simultaneous calls

[PATCH] fs: fix warning about Using plain integer as NULL pointer
 2019-03-26  1:02 UTC  (3+ messages)

[PATCH] ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
 2019-03-25 23:49 UTC  (4+ messages)
` [RFC PATCH] clonerange: test remapping the rainbow

[PATCH] locks: ignore same lock in blocked_lock_hash
 2019-03-25 22:33 UTC  (12+ messages)
      ` [PATCH v2] "
            ` [PATCH v3] locks: wake any locks blocked on request before deadlock check

Possible UDF locking error?
 2019-03-25 18:23 UTC  (3+ messages)

[PATCH v2 0/3] add flag for tracking bio allocation
 2019-03-25 13:32 UTC  (18+ messages)
` [PATCH v2 1/3] block: bio: kill BIO_SEG_VALID flag
` [PATCH v2 2/3] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
` [PATCH v2 3/3] block: bio: introduce BIO_ALLOCED flag and check it in bio_free

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-03-25 13:04 UTC  (3+ messages)

[RFC PATCH] ceph: Convert to fs_context
 2019-03-25  9:18 UTC  (3+ messages)

nfs4 v5.1-rc1, listxattr succeeded but getxattr
 2019-03-25  5:08 UTC 

KASAN: use-after-free Read in link_path_walk
 2019-03-25  4:52 UTC  (2+ messages)

[patch] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-25  0:51 UTC 

KASAN: use-after-free Read in trailing_symlink
 2019-03-24 20:44 UTC  (2+ messages)

[RFC PATCH v2 1/1] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-24  9:14 UTC  (2+ messages)

[RFC] [PATCH 0/5] procfs: reduce duplication by using symlinks
 2019-03-24  3:01 UTC  (5+ messages)

Q. set_cached_acl() on NFSv3
 2019-03-24  2:46 UTC 

Pagefault in fuse_do_ioctl
 2019-03-23 20:50 UTC 

WARNING in request_end
 2019-03-23 20:16 UTC  (5+ messages)

[PATCH 0/4] Provide generic top-down mmap layout functions
 2019-03-23  8:18 UTC  (9+ messages)
` [PATCH 1/4] arm64, mm: Move generic mmap layout functions to mm
` [PATCH 2/4] arm: Use generic mmap top-down layout
` [PATCH 3/4] mips: "
` [PATCH 4/4] riscv: Make mmap allocation top-down by default

[PATCH RFC v6 00/11] Ext4 Encoding and Case-insensitive support
 2019-03-22 23:57 UTC  (3+ messages)

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-03-22 22:02 UTC  (4+ messages)
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-22 17:52 UTC  (6+ messages)

[PATCH 00/43] VFS: Introduce filesystem context
 2019-03-22 14:00 UTC  (6+ messages)
` [PATCH 11/43] convert do_remount_sb() to fs_context

possible deadlock in flush_workqueue (2)
 2019-03-22 11:12 UTC 

WARNING: syz-executor still has locks held!
 2019-03-22 10:36 UTC  (13+ messages)

[PATCH 0/2] add flag for tracking bio allocation
 2019-03-22 10:24 UTC  (7+ messages)
` [PATCH 1/2] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX

BUG: unable to handle kernel paging request in do_mount
 2019-03-22 10:14 UTC  (2+ messages)

[PATCH 13/38] vfs: Convert cxl to fs_context
 2019-03-22  7:42 UTC  (2+ messages)

possible deadlock in userfaultfd_release
 2019-03-22  7:14 UTC  (2+ messages)

gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-03-22  0:21 UTC  (4+ messages)

[PATCH v7 0/7] Allow initializing the kernfs node's secctx based on its parent
 2019-03-21 21:21 UTC  (4+ messages)

[PATCH v2 0/1] userfaultfd: allow to forbid unprivileged users
 2019-03-21 21:06 UTC  (7+ messages)
` [PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd

[PATCH 0/6] sysctl: add pending proc_do_large_bitmap fix
 2019-03-21 19:18 UTC  (3+ messages)

[PATCH v2 1/2] gfs2: Convert gfs2 to fs_context
 2019-03-21 18:36 UTC  (3+ messages)
` [PATCH] vfs: Allow selection of fs root independent of sb


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