linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 10:56:51 to 2020-02-09 17:12:13 UTC [more...]

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-09 17:12 UTC  (6+ messages)
` [Lsf-pc] "

[PATCH v4] Add a "nosymfollow" mount option
 2020-02-09  9:12 UTC  (7+ messages)

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-02-09  8:09 UTC  (2+ messages)

[PATCH] ceph: fix allocation under spinlock in mount option parsing
 2020-02-09  2:40 UTC  (2+ messages)

[PATCH] fs: update comment for current parameters
 2020-02-09  2:35 UTC 

[git pull] vboxsf
 2020-02-08 22:46 UTC 

[git pull] vfs.git misc
 2020-02-08 21:55 UTC  (2+ messages)

[GIT PULL] compat-ioctl fix for v5.6
 2020-02-08 21:55 UTC  (2+ messages)

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-08 19:34 UTC  (13+ messages)
` [PATCH v3 01/12] fs/stat: Define DAX statx attribute
` [PATCH v3 02/12] fs/xfs: Isolate the physical DAX flag from effective
` [PATCH v3 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH v3 04/12] fs/xfs: Clean up DAX support check
` [PATCH v3 05/12] fs: remove unneeded IS_DAX() check
` [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock
` [PATCH v3 07/12] fs: Add locking for a dynamic DAX state
` [PATCH v3 08/12] fs/xfs: Clarify lockdep dependency for xfs_isilocked()
` [PATCH v3 09/12] fs/xfs: Add write DAX lock to xfs layer
` [PATCH v3 10/12] fs: Prevent DAX state change if file is mmap'ed
` [PATCH v3 11/12] fs/xfs: Clean up locking in dax invalidate
` [PATCH v3 12/12] fs/xfs: Allow toggle of effective DAX flag

Test to trace kernel bug in fsconfig(2) with nfs
 2020-02-08 17:20 UTC  (2+ messages)

[PATCH] exfat: update file system parameter handling
 2020-02-08  3:42 UTC  (7+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  2:12 UTC  (10+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 4/8] ext4: "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[GIT PULL] nfsd changes for 5.6
 2020-02-08  2:05 UTC  (2+ messages)

[GIT PULL] fuse fixes for 5.6-rc1
 2020-02-08  2:05 UTC  (2+ messages)

[GIT PULL] orangefs fix for 5.6
 2020-02-08  2:05 UTC  (2+ messages)

[PATCH] bootconfig: Use parse_args() to find bootconfig and '--'
 2020-02-08  1:41 UTC  (4+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-02-08  0:44 UTC  (6+ messages)
` [PATCH v6 08/22] bootconfig: init: Allow admin to use bootconfig for init command line

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-07 22:21 UTC  (8+ messages)
` [PATCH v3 1/3] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v3 2/3] buffer: record blockdev write errors in super_block that it backs
` [PATCH v3 3/3] vfs: add a new ioctl for fetching the superblock's errseq_t

BUG: sleeping function called from invalid context in __kmalloc
 2020-02-07 21:58 UTC  (5+ messages)

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-07 21:14 UTC  (18+ messages)
` [PATCH v5 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v5 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v5 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v5 04/12] mm: introduce page_ref_sub_return()
` [PATCH v5 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v5 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v5 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v5 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v5 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v5 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v3 0/7] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-07 20:26 UTC  (8+ messages)
` [PATCH v3 1/7] pmem: Add functions for reading/writing page to/from pmem
` [PATCH v3 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges
` [PATCH v3 3/7] dax, pmem: Add a dax operation zero_page_range
` [PATCH v3 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH v3 5/7] dm,dax: Add dax zero_page_range operation
` [PATCH v3 6/7] dax,iomap: Start using dax native zero_page_range()
` [PATCH v3 7/7] dax,iomap: Add helper dax_iomap_zero() to zero a range

[PATCH v2 20/27] compat_ioctl: simplify the implementation
 2020-02-07 20:02 UTC  (4+ messages)

[PATCH 2/5] proc/sysctl: optimize proc_sys_readdir
 2020-02-07 18:03 UTC 

[PATCH v2 0/2] New mount API syscalls
 2020-02-07 17:42 UTC  (3+ messages)
` [PATCH v2 1/2] Add manpages for move_mount(2) and open_tree(2)
` [PATCH v2 2/2] Add manpage for fsopen(2), fspick(2) and fsmount(2)

[RFC PATCH 0/5][V2] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-07 17:06 UTC  (17+ messages)
` [PATCH 1/5] dax, pmem: Add a dax operation zero_page_range
` [PATCH 3/5] dm,dax: Add dax zero_page_range operation
` [PATCH 4/5] dax,iomap: Start using dax native zero_page_range()

[PATCH] compat_ioctl: fix FIONREAD on devices
 2020-02-07 17:04 UTC 

[PATCH] io_uring: flush overflowed CQ events in the io_uring_poll()
 2020-02-07 16:38 UTC  (3+ messages)

[vfs:merge.nfs-fs_parse.1 4/26] ERROR: "lookup_constant" [fs/nfs/nfs.ko] undefined!
 2020-02-07 16:31 UTC 

[GIT PULL] New zonefs file system for 5.6-rc1
 2020-02-07 15:02 UTC 

[PATCH 00/20] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-07  9:54 UTC  (42+ messages)
` [PATCH 01/20] btrfs: change type of full_search to bool
` [PATCH 02/20] btrfs: introduce chunk allocation policy
` [PATCH 03/20] btrfs: refactor find_free_dev_extent_start()
` [PATCH 04/20] btrfs: introduce alloc_chunk_ctl
` [PATCH 05/20] btrfs: factor out set_parameters()
` [PATCH 06/20] btrfs: factor out gather_device_info()
` [PATCH 07/20] btrfs: factor out decide_stripe_size()
` [PATCH 08/20] btrfs: factor out create_chunk()
` [PATCH 09/20] btrfs: parameterize dev_extent_min
` [PATCH 12/20] btrfs: introduce clustered_alloc_info

[PATCH 1/2] staging: exfat: remove DOSNAMEs
 2020-02-07  9:47 UTC  (2+ messages)

[PATCH 1/2] pstore/platform: fix potential mem leak if pstore_init_fs failed
 2020-02-07  9:46 UTC  (2+ messages)
` [PATCH 2/2] pstore/ram: remove unnecessary ramoops_unregister_dummy()

[PATCH 00/22] staging: exfat: Fix checkpatch warning: Avoid
 2020-02-07  9:46 UTC  (3+ messages)
` [PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h

[PATCH v2] staging: exfat: remove 'vol_type' variable
 2020-02-07  9:42 UTC  (2+ messages)

[v12 1/2] fs: New zonefs file system
 2020-02-07  7:18 UTC 

[PATCH] exportfs: fix handling of rename race in reconnect_one()
 2020-02-07  6:26 UTC  (8+ messages)

KASAN: slab-out-of-bounds Read in suffix_kstrtoint
 2020-02-07  5:07 UTC  (2+ messages)

[PATCH v13 0/2] New zonefs file system
 2020-02-07  4:06 UTC  (4+ messages)
` [PATCH v13 1/2] fs: "
` [PATCH v13 2/2] zonefs: Add documentation

[PATCH v12 0/2] New zonefs file system
 2020-02-07  3:49 UTC  (7+ messages)
` [PATCH v12 1/2] fs: "
` [PATCH v12 2/2] zonefs: Add documentation

[PATCH RESEND v8 0/2] sched/numa: introduce numa locality
 2020-02-07  3:37 UTC  (4+ messages)
` [PATCH RESEND v8 1/2] sched/numa: introduce per-cgroup NUMA locality info
` [PATCH RESEND v8 2/2] sched/numa: documentation for per-cgroup numa

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-02-07  2:37 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v8 "
            ` [PATCH RESEND "

[RFC v1] xarray: start converting test_xarray to KUnit
 2020-02-07  1:18 UTC 

[PATCH] fuse: Don't make buffered read forward overflow value to a userspace process
 2020-02-07  0:44 UTC  (6+ messages)

[LSF/MM TOPIC] Congestion
 2020-02-07  0:08 UTC  (8+ messages)
` [Lsf-pc] "

[PATCH v12 2/2] zonefs: Add documentation
 2020-02-06 20:12 UTC 

[PATCH v12 1/2] fs: New zonefs file system
 2020-02-06 19:56 UTC 

[PATCH v5] Add a "nosymfollow" mount option
 2020-02-06 19:10 UTC  (7+ messages)

[confused] can orangefs ACLs be removed at all?
 2020-02-06 17:09 UTC  (3+ messages)

[patch] dax: pass NOWAIT flag to iomap_apply
 2020-02-06 15:39 UTC  (5+ messages)

RFC: hold i_rwsem until aio completes
 2020-02-06 15:31 UTC  (3+ messages)
` [PATCH 05/12] gfs2: fix O_SYNC write handling
  ` [Cluster-devel] "

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-06 14:49 UTC  (8+ messages)
` [PATCH 8/8] xarray: Don't clear marks in xas_store()

[PATCH 0/3] fstests: fixes for 64k pages and dax
 2020-02-06 14:36 UTC  (3+ messages)

[PATCH v2] ima: export the measurement list when needed
 2020-02-06 14:13 UTC 

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-02-06 12:51 UTC  (6+ messages)
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns

[PATCH] fuse: Support RENAME_WHITEOUT flag
 2020-02-06 12:12 UTC  (2+ messages)

[PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-02-06 12:11 UTC  (2+ messages)

[PATCH v2] fuse: use true,false for bool variable
 2020-02-06 12:10 UTC  (2+ messages)

[vfs:merge.nfs-fs_parse.1 13/26] fs/nfs/fs_context.c:177:3: error: 'const struct fs_parameter_description' has no member named 'name'
 2020-02-06 11:08 UTC 

[vfs:merge.nfs-fs_parse.0 1/2] fs/nfs/fs_context.c:101:45: error: macro "__fsparam" requires 5 arguments, but only 4 given
 2020-02-06 11:00 UTC 

[vfs:merge.nfs-fs_parse.1 13/26] fs/nfs/fs_context.c:177:11: error: initialization from incompatible pointer type
 2020-02-06 10:56 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).