linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 17:13:30 to 2019-12-16 15:34:52 UTC [more...]

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 15:34 UTC  (9+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

[PATCH v7 00/13] add the latest exfat driver
 2019-12-16 15:26 UTC  (16+ messages)
    ` [PATCH v7 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v7 02/13] exfat: add super block operations
    ` [PATCH v7 03/13] exfat: add inode operations
    ` [PATCH v7 04/13] exfat: add directory operations
    ` [PATCH v7 05/13] exfat: add file operations
    ` [PATCH v7 06/13] exfat: add exfat entry operations
    ` [PATCH v7 07/13] exfat: add bitmap operations
    ` [PATCH v7 08/13] exfat: add exfat cache
    ` [PATCH v7 09/13] exfat: add misc operations
    ` [PATCH v7 10/13] exfat: add nls operations
    ` [PATCH v7 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v7 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v7 13/13] MAINTAINERS: add exfat filesystem

File monitor problem
 2019-12-16 15:00 UTC  (10+ messages)

[PATCH v2] drivers/staging/exfat/exfat_super.c: Clean up ffsCamelCase function names
 2019-12-16 14:16 UTC 

[PATCH v2] drivers/staging/exfat: Fix spelling mistakes
 2019-12-16 14:12 UTC 

[PATCH] Fix a panic when core_pattern is set to "| prog..."
 2019-12-16 13:48 UTC 

open_by_handle_at: mount_fd opened with O_PATH
 2019-12-16 13:11 UTC  (3+ messages)

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 12:53 UTC  (3+ messages)
` [PATCH v11 "

[PATCH 0/8 v6] btrfs direct-io using iomap
 2019-12-16 12:41 UTC  (13+ messages)
` [PATCH 1/8] fs: Export generic_file_buffered_read()
` [PATCH 2/8] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls
` [PATCH 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 5/8] fs: Remove dio_end_io()
` [PATCH 6/8] btrfs: Wait for extent bits to release page
` [PATCH 7/8] btrfs: Use ->iomap_end() instead of btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

KASAN: use-after-free Read in iov_iter_alignment
 2019-12-16 10:58 UTC  (8+ messages)

[PATCH] pipe: Fix bogus dereference in iov_iter_alignment()
 2019-12-16 10:54 UTC 

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 10:08 UTC  (6+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

[PATCH 0/2] New zonefs file system
 2019-12-16  9:42 UTC  (8+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] zonefs: Add documentation

[RFC v2] binfmt_misc: pass binfmt_misc flags to the interpreter
 2019-12-16  9:22 UTC  (2+ messages)

Can fanotify OPEN_PERM work with CIFS?
 2019-12-16  9:14 UTC  (2+ messages)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-16  4:17 UTC  (31+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH] vfs: stop shrinker while fs is freezed
 2019-12-16  4:11 UTC  (4+ messages)

[PATCH] jbd2: fix kernel-doc notation warning
 2019-12-16  2:45 UTC  (2+ messages)

[PATCH] openat2: switch to __attribute__((packed)) for open_how
 2019-12-15 20:55 UTC  (5+ messages)

[PATCH] ramfs: support O_TMPFILE
 2019-12-15 11:47 UTC 

[GIT PULL] overlayfs fixes for 5.5-rc2
 2019-12-14 22:05 UTC  (2+ messages)

[PATCH 0/1] preparatory patch for a uid/gid shifting bind mount
 2019-12-14 11:56 UTC  (2+ messages)

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-14  0:01 UTC  (3+ messages)
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED

KCSAN: data-race in link_path_walk.part.0 / page_get_link
 2019-12-13 22:04 UTC 

[PATCH v6 00/28] btrfs: zoned block device support
 2019-12-13 21:58 UTC  (39+ messages)
` [PATCH v6 01/28] btrfs: introduce HMZONED feature flag
` [PATCH v6 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v6 03/28] btrfs: Check and enable HMZONED mode
` [PATCH v6 04/28] btrfs: disallow RAID5/6 in "
` [PATCH v6 05/28] btrfs: disallow space_cache "
` [PATCH v6 06/28] btrfs: disallow NODATACOW "
` [PATCH v6 07/28] btrfs: disable fallocate "
` [PATCH v6 08/28] btrfs: implement log-structured superblock for "
` [PATCH v6 09/28] btrfs: align device extent allocation to zone boundary
` [PATCH v6 10/28] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH v6 11/28] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v6 12/28] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v6 13/28] btrfs: reset zones of unused block groups
` [PATCH v6 14/28] btrfs: redirty released extent buffers in HMZONED mode
` [PATCH v6 15/28] btrfs: serialize data allocation and submit IOs
` [PATCH v6 16/28] btrfs: implement atomic compressed IO submission
` [PATCH v6 17/28] btrfs: support direct write IO in HMZONED
` [PATCH v6 18/28] btrfs: serialize meta IOs on HMZONED mode
` [PATCH v6 19/28] btrfs: wait existing extents before truncating
` [PATCH v6 20/28] btrfs: avoid async checksum on HMZONED mode
` [PATCH v6 21/28] btrfs: disallow mixed-bg in "
` [PATCH v6 22/28] btrfs: disallow inode_cache "
` [PATCH v6 23/28] btrfs: support dev-replace "
` [PATCH v6 24/28] btrfs: enable relocation "
` [PATCH v6 25/28] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v6 26/28] btrfs: split alloc_log_tree()
` [PATCH v6 27/28] btrfs: enable tree-log on HMZONED mode
` [PATCH v6 28/28] btrfs: enable to mount HMZONED incompat flag
` [PATCH RFC v2] libblkid: implement zone-aware probing for HMZONED btrfs

[PATCH v6 00/27] nfs: Mount API conversion
 2019-12-13 21:39 UTC  (3+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-13 20:53 UTC  (2+ messages)
` [PATCH v2 11/24] hfs/hfsplus: use 64-bit inode timestamps

[PATCHSET v4 0/5] Support for RWF_UNCACHED
 2019-12-13 20:47 UTC  (13+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: add struct iomap_data
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-13 19:51 UTC  (6+ messages)

[PATCHSET 0/10] io_uring items for 5.6
 2019-12-13 18:36 UTC  (11+ messages)
` [PATCH 01/10] io_uring: add support for fallocate()
` [PATCH 02/10] io_uring: remove 'sqe' parameter to the OP helpers that take it
` [PATCH 03/10] fs: add namei support for doing a non-blocking path lookup
` [PATCH 04/10] fs: make build_open_flags() available internally
` [PATCH 05/10] io_uring: add support for IORING_OP_OPENAT
` [PATCH 06/10] fs: move filp_close() outside of __close_fd_get_file()
` [PATCH 07/10] io-wq: add support for uncancellable work
` [PATCH 08/10] io_uring: add support for IORING_OP_CLOSE
` [PATCH 09/10] io_uring: use u64_to_user_ptr() consistently
` [PATCH 10/10] io_uring: avoid ring quiesce for fixed file set unregister and update

list_del corruption when running ndctl with linux next
 2019-12-13 17:55 UTC  (3+ messages)

[PATCH 0/2] shiftfs reworked as a uid/gid shifting bind mount
 2019-12-13 17:49 UTC  (7+ messages)
` [PATCH 1/2] fs: introduce "

[LSF/MM/BPF TOPIC] automating file system benchmarks
 2019-12-13 15:35 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH] fs/direct-io.c: include fs/internal.h for missing prototype
 2019-12-13 10:40 UTC  (2+ messages)

[PATCH 00/12] various vfs patches
 2019-12-13  9:33 UTC  (4+ messages)
` [PATCH 01/12] aio: fix async fsync creds

[PATCH] vfs: Don't reject unknown parameters
 2019-12-13  9:30 UTC  (8+ messages)

BUG: corrupted list in __dentry_kill (2)
 2019-12-13  9:10 UTC  (7+ messages)

single aio thread is migrated crazily by scheduler
 2019-12-13  5:32 UTC  (11+ messages)
        ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread
          ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-13  1:48 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v6 1/2] sched/numa: introduce per-cgroup NUMA locality info
          ` [PATCH v6 2/2] sched/numa: documentation for per-cgroup numa

[PATCH 57/58] sysctl/sysrq: Remove __sysrq_enabled copy
 2019-12-13  0:06 UTC 

[PATCHv2] vfs: Handle file systems without ->parse_params better
 2019-12-12 22:50 UTC  (2+ messages)

[PATCH 0/8 v5] btrfs direct-io using iomap
 2019-12-12 22:46 UTC  (8+ messages)
` [PATCH 3/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 4/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls

[PATCH] vfs: Handle file systems without ->parse_params better
 2019-12-12 22:32 UTC  (3+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: add blktrace extension support
 2019-12-12 22:19 UTC  (2+ messages)

mmotm 2019-12-10-19-14 uploaded
 2019-12-12 20:58 UTC  (4+ messages)
` mmotm 2019-12-10-19-14 uploaded (objtool: func() falls through)

[PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-12 18:13 UTC  (3+ messages)

[PATCH 4.4 0/7] fs/proc: Stop reporting eip and esp in
 2019-12-12 17:15 UTC  (2+ messages)

[PATCH RFC v4 11/13] mm/vmscan: Move count_vm_event(DROP_SLAB) into drop_slab()
 2019-12-12 17:11 UTC  (2+ messages)
` [PATCH RFC v4 13/13] virtio-mem: Drop slab objects when unplug continues to fail


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