linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 09:17:31 to 2020-02-11 00:56:36 UTC [more...]

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-02-11  0:56 UTC  (3+ messages)

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-11  0:48 UTC  (12+ 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

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

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-10 23:42 UTC  (12+ 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

RFC: hold i_rwsem until aio completes
 2020-02-10 23:29 UTC  (3+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon

[PATCH 00/11] Lock warning cleanup
 2020-02-10 23:09 UTC  (5+ messages)
  ` [PATCH 07/11] fs_pin: Add missing annotation for pin_kill() declaration
  ` [PATCH 08/11] fs_pin: Add missing annotation for pin_kill() definition

[LSF/MM/BPF TOPIC] Multi-actuator HDDs
 2020-02-10 21:52 UTC  (3+ messages)

[PATCH v2] debugfs: Check module state before warning in {full/open}_proxy_open()
 2020-02-10 21:40 UTC  (2+ messages)

[PATCH v3 0/7] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-10 20:53 UTC  (9+ 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] ima: export the measurement list when needed
 2020-02-10 20:24 UTC  (5+ messages)

[PATCH 2/5] proc/sysctl: optimize proc_sys_readdir
 2020-02-10 20:08 UTC  (2+ messages)

[PATCH v2 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
 2020-02-10 19:31 UTC  (5+ messages)
` [PATCH v2 2/3] epoll: ep->wq can be woken up unlocked in certain cases
` [PATCH v2 3/3] kselftest: introduce new epoll test case

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-10 19:23 UTC  (18+ messages)
` [PATCH v8 01/11] proc: Rename struct proc_fs_info to proc_fs_opts
` [PATCH v8 02/11] proc: add proc_fs_info struct to store proc information
` [PATCH v8 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v8 04/11] proc: move hide_pid, pid_gid from pid_namespace "
` [PATCH v8 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v8 06/11] proc: support mounting procfs instances inside same pid namespace
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
` [PATCH v8 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v8 09/11] proc: add option to mount only a pids subset
` [PATCH v8 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH v8 11/11] proc: Move hidepid values to uapi as they are user interface to mount

[PATCH 00/22] staging: exfat: Fix checkpatch warning: Avoid
 2020-02-10 18:35 UTC  (23+ messages)
` [PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h
    ` [PATCH v2 00/19] Renaming some identifiers
      ` [PATCH v2 01/19] staging: exfat: Rename variable 'Year' to 'year'
      ` [PATCH v2 02/19] staging: exfat: Rename variable 'Month' to 'month'
      ` [PATCH v2 03/19] staging: exfat: Rename variable 'Day' to 'day'
      ` [PATCH v2 04/19] staging: exfat: Rename variable 'Hour' to 'hour'
      ` [PATCH v2 05/19] staging: exfat: Rename variable 'Minute' to 'minute'
      ` [PATCH v2 06/19] staging: exfat: Rename variable 'Second' to 'second'
      ` [PATCH v2 07/19] staging: exfat: Rename variable 'MilliSecond' to 'millisecond'
      ` [PATCH v2 08/19] staging: exfat: Rename variable 'FatType' to 'fat_type'
      ` [PATCH v2 09/19] staging: exfat: Rename variable 'ClusterSize' to 'cluster_size'
      ` [PATCH v2 10/19] staging: exfat: Rename variable 'NumClusters' to 'num_clusters'
      ` [PATCH v2 11/19] staging: exfat: Rename variable 'FreeClusters' to 'free_clusters'
      ` [PATCH v2 12/19] staging: exfat: Rename variable 'UsedClusters' to 'used_clusters'
      ` [PATCH v2 13/19] staging: exfat: Rename variable 'Name' to 'name'
      ` [PATCH v2 14/19] staging: exfat: Rename variable 'ShortName' to 'short_name'
      ` [PATCH v2 15/19] staging: exfat: Rename variable 'Attr' to 'attr'
      ` [PATCH v2 16/19] staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
      ` [PATCH v2 17/19] staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'
      ` [PATCH v2 18/19] staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'
      ` [PATCH v2 19/19] staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'

[patch] fs: fix use after free in get_tree_bdev
 2020-02-10 18:10 UTC 

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-10 17:07 UTC  (11+ messages)
` [PATCH v5 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v5 04/12] mm: introduce page_ref_sub_return()
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-10 15:15 UTC  (14+ 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

ANNOUNCE: nfs-utils-2.4.3 released
 2020-02-10 10:46 UTC 

[PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
 2020-02-10  9:43 UTC  (7+ messages)

[PATCH] staging: exfat: Replace printk with pr_info
 2020-02-10  9:14 UTC 

[PATCH v2] mm, swap: move inode_lock out of claim_swapfile
 2020-02-10  4:25 UTC  (3+ messages)

[PATCH] Documentation: fuse: fix Sphinx directive warning
 2020-02-10  3:33 UTC 

[GIT PULL] New zonefs file system for 5.6-rc1
 2020-02-10  0:10 UTC  (2+ messages)

[git pull] vboxsf
 2020-02-09 21:30 UTC  (2+ messages)

[PATCH] staging: exfat: Replace printk with pr_info
 2020-02-09 21:09 UTC  (2+ messages)

[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] 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)

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)

[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

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

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

[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 

[PATCH 00/20] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-07  9:54 UTC  (12+ messages)
` [PATCH 06/20] btrfs: factor out gather_device_info()
` [PATCH 08/20] btrfs: factor out create_chunk()
` [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 v2] staging: exfat: remove 'vol_type' variable
 2020-02-07  9:42 UTC  (2+ 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).