linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 07:30:52 to 2020-01-22 16:42:50 UTC [more...]

[PATCHSET v2 0/3] Add io_uring support for epoll_ctl
 2020-01-22 16:42 UTC  (3+ messages)
` [PATCH 1/3] eventpoll: abstract out epoll_ctl() handler
` [PATCH 2/3] eventpoll: support non-blocking do_epoll_ctl() calls

[PATCHSET 0/3] Add io_uring support for epoll_ctl
 2020-01-22 16:23 UTC  (6+ messages)
` [PATCH 1/3] eventpoll: abstract out epoll_ctl() handler
` [PATCH 2/3] eventpoll: support non-blocking do_epoll_ctl() calls
` [PATCH 3/3] io_uring: add support for epoll_ctl(2)

[PATCH v1 1/6] fs/readdir: Fix filldir() and filldir64() use of user_access_begin()
 2020-01-22 16:13 UTC  (7+ messages)
` [PATCH v1 2/6] powerpc/32s: Fix bad_kuap_fault()
` [PATCH v1 3/6] powerpc/kuap: Fix set direction in allow/prevent_user_access()
` [PATCH v1 4/6] powerpc/32s: Drop NULL addr verification
` [PATCH v1 5/6] powerpc/32s: prepare prevent_user_access() for user_access_end()
` [PATCH v1 6/6] powerpc: Implement user_access_begin and friends

[LSF/MM/BPF TOPIC] Do not pin pages for various direct-io scheme
 2020-01-22 15:56 UTC  (8+ messages)
    ` [Lsf-pc] "

[RFC][PATCH] iov_iter: Add ITER_MAPPING
 2020-01-22 14:57 UTC 

[PATCH] sched/rt: Add a new sysctl to control uclamp_util_min
 2020-01-22 14:57 UTC  (9+ messages)

Q, SIGIO on pipe
 2020-01-22 14:22 UTC  (2+ messages)

[PATCH v3 0/3] protect page cache from freeing inode
 2020-01-22 13:46 UTC  (2+ messages)

[PATCH] fs: fuse: check return value of fuse_simple_request
 2020-01-22 12:56 UTC  (3+ messages)

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2020-01-22 12:38 UTC  (11+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file

[PATCH v8 0/2] New zonefs file system
 2020-01-22 10:07 UTC  (6+ messages)
` [PATCH v8 1/2] fs: "
` [PATCH v8 2/2] zonefs: Add documentation

[LSF/MM/BPF TOPIC] Allowing linkat() to replace the destination
 2020-01-22  9:53 UTC  (14+ messages)

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-22  9:44 UTC  (4+ messages)

[PATCH] staging: exfat: remove fs_func struct
 2020-01-22  8:57 UTC  (2+ messages)

[LFS/MM TOPIC] fs reflink issues, fs online scrub/check, etc
 2020-01-22  8:21 UTC  (8+ messages)
      ` [Lsf-pc] "

[PATCH] fs: remove comments about free_more_memory
 2020-01-22  7:57 UTC 

[PATCH 4.19 000/306] 4.19.87-stable review
 2020-01-22  7:48 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Generic page write protection
 2020-01-22  6:21 UTC  (7+ messages)

[POC RFC 0/3] splice(2) support for io_uring
 2020-01-22  3:30 UTC  (14+ messages)
` [PATCH 1/3] splice: make do_splice public
` [PATCH 2/3] io_uring: add interface for getting files
` [PATCH 3/3] io_uring: add splice(2) support

mmotm 2020-01-21-13-28 uploaded
 2020-01-22  3:19 UTC  (3+ messages)
` mmotm 2020-01-21-13-28 uploaded (convert everything to struct proc_ops)
` mmotm 2020-01-21-13-28 uploaded (struct proc_ops)

[PATCH v5 0/6] fscrypt preparations for encryption+casefolding
 2020-01-22  1:16 UTC  (9+ messages)
` [PATCH v5 1/6] fscrypt: don't allow v1 policies with casefolding
` [PATCH v5 2/6] fscrypt: derive dirhash key for casefolded directories
` [PATCH v5 3/6] fscrypt: clarify what is meant by a per-file key
` [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
` [PATCH v5 5/6] ubifs: allow both hash and disk name to be provided in no-key names
` [PATCH v5 6/6] fscrypt: improve format of "

vfat: Broken case-insensitive support for UTF-8
 2020-01-22  0:25 UTC  (36+ messages)
      ` oopsably broken case-insensitive support in ext4 and f2fs (Re: vfat: Broken case-insensitive support for UTF-8)

[PATCH][bpf] don't bother with getname/kern_path - use user_path_at
 2020-01-21 23:32 UTC  (2+ messages)

[PATCH v6 0/9] Inline Encryption Support
 2020-01-21 22:05 UTC  (11+ messages)
` [PATCH v6 2/9] block: Add encryption context to struct bio

[PATCH v13 11/13] exfat: add Kconfig and Makefile
 2020-01-21 16:33 UTC 

[PATCH v13 00/13] add the latest exfat driver
 2020-01-21 12:57 UTC  (14+ messages)
` [PATCH v13 01/13] exfat: add in-memory and on-disk structures and headers
` [PATCH v13 02/13] exfat: add super block operations
` [PATCH v13 03/13] exfat: add inode operations
` [PATCH v13 04/13] exfat: add directory operations
` [PATCH v13 05/13] exfat: add file operations
` [PATCH v13 06/13] exfat: add fat entry operations
` [PATCH v13 07/13] exfat: add bitmap operations
` [PATCH v13 08/13] exfat: add exfat cache
` [PATCH v13 09/13] exfat: add misc operations
` [PATCH v13 10/13] exfat: add nls operations
` [PATCH v13 11/13] exfat: add Kconfig and Makefile
` [PATCH v13 12/13] MAINTAINERS: add exfat filesystem
` [PATCH v13 13/13] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

[PATCH v12 11/13] exfat: add Kconfig and Makefile
 2020-01-21 12:27 UTC 

[PATCH v12 00/13] add the latest exfat driver
 2020-01-21 11:30 UTC 

[ANNOUNCE] util-linux v2.35
 2020-01-21 10:57 UTC 

[PATCH] proc: remove unused macro
 2020-01-21 10:28 UTC  (2+ messages)

[LFS/MM TOPIC] Enabling file and directory change notification for network and cluster file systems
 2020-01-21 10:02 UTC  (6+ messages)

[PATCH v19 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2020-01-21  9:09 UTC  (4+ messages)

[PATCH] fs/select: remove __COMPAT_NFDBITS
 2020-01-21  8:49 UTC 

[PATCH] hfsplus: remove Hangul_LCount
 2020-01-21  8:49 UTC 

[bug report] fs: New zonefs file system
 2020-01-21  6:58 UTC  (2+ messages)

[PATCH v6 00/28] btrfs: zoned block device support
 2020-01-21  6:54 UTC  (6+ messages)
` [PATCH v6 15/28] btrfs: serialize data allocation and submit IOs

[PATCH v12 00/13] add the latest exfat driver
 2020-01-21  2:34 UTC  (16+ messages)
` [PATCH v12 01/13] exfat: add in-memory and on-disk structures and headers
` [PATCH v12 02/13] exfat: add super block operations
` [PATCH v12 03/13] exfat: add inode operations
` [PATCH v12 04/13] exfat: add directory operations
` [PATCH v12 05/13] exfat: add file operations
` [PATCH v12 06/13] exfat: add fat entry operations
` [PATCH v12 07/13] exfat: add bitmap operations
` [PATCH v12 08/13] exfat: add exfat cache
` [PATCH v12 09/13] exfat: add misc operations
` [PATCH v12 10/13] exfat: add nls operations
` [PATCH v12 11/13] exfat: add Kconfig and Makefile
` [PATCH v12 12/13] MAINTAINERS: add exfat filesystem
` [PATCH v12 13/13] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-01-21  2:08 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v7 2/2] sched/numa: documentation for per-cgroup numa, statistics
            ` [PATCH v8 0/2] sched/numa: introduce numa locality
              ` [PATCH v8 1/2] sched/numa: introduce per-cgroup NUMA locality info
              ` [PATCH v8 2/2] sched/numa: documentation for per-cgroup numa, statistics

Lease semantic proposal
 2020-01-21  0:56 UTC  (8+ messages)

[PATCH] io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
 2020-01-20 23:54 UTC  (6+ messages)

[PATCH 0/3] bootconfig: tracing: Fix documentations of bootconfig and boot-time tracing
 2020-01-20 23:54 UTC  (2+ messages)

udf: Incorrect handling of timezone
 2020-01-20 23:35 UTC  (3+ messages)

[PATCH v3 0/9] Support for Casefolding and Encryption
 2020-01-20 22:10 UTC  (3+ messages)

[PATCH] splice: direct call for default_file_splice*()
 2020-01-20 20:49 UTC 

[GIT PULL] Reiserfs fix for v5.5-rc8
 2020-01-20 19:30 UTC  (2+ messages)

udf: Suspicious values in udf_statfs()
 2020-01-20 13:02 UTC  (5+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2020-01-20 16:58 UTC  (7+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-01-20 15:11 UTC  (11+ messages)

[PATCHSET v2 0/6] io_uring: add support for open/close
 2020-01-20 13:04 UTC  (10+ messages)

[PATCH] jffs2: move jffs2_init_inode_info() just after allocating inode
 2020-01-20 11:44 UTC  (2+ messages)

[RFC] iomap: fix race between readahead and direct write
 2020-01-20 11:42 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).