linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 17:49:08 to 2019-12-11 02:55:54 UTC [more...]

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  2:53 UTC  (15+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v9 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v9 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v9 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v9 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v9 19/25] vfio, mm: "
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v9 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v9 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v9 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v1] fput: Use unbound workqueue for scheduling delayed fput works
 2019-12-11  2:51 UTC 

[PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-11  2:48 UTC  (2+ messages)

AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-12-11  2:41 UTC  (4+ messages)

mmotm 2019-12-06-19-46 uploaded
 2019-12-11  1:58 UTC  (5+ messages)

[PATCH 0/8 v4] btrfs direct-io using iomap
 2019-12-11  1:57 UTC  (10+ 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: Remove lockdep_assert_held()
` [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

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-11  1:14 UTC  (7+ 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: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH v6 00/13] add the latest exfat driver
 2019-12-11  1:00 UTC  (4+ messages)
  ` [PATCH v6 05/13] exfat: add file operations

[PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-11  0:56 UTC  (5+ messages)

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (38+ messages)
` [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
` [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v8 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v8 16/26] net/xdp: "
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v8 19/26] vfio, mm: "
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
` [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCHSET 0/5] Support for RWF_UNCACHED
 2019-12-11  0:28 UTC  (14+ 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: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH] rxrpc: Mutexes are unusable from softirq context, so use rwsem instead
 2019-12-10 23:35 UTC  (7+ messages)
    ` [PATCH] Revert "locking/mutex: Complain upon mutex API misuse in IRQ contexts"
      ` [tip: locking/urgent] "

Regression in squashfs mount option handling in v5.4
 2019-12-10 22:10 UTC  (3+ messages)

[PATCH] iomap: Export iomap_page_create and iomap_set_range_uptodate
 2019-12-10 21:27 UTC  (5+ messages)

[PATCH v6 00/27] nfs: Mount API conversion
 2019-12-10 21:16 UTC  (29+ messages)
` [PATCH v6 01/27] saner calling conventions for nfs_fs_mount_common()
` [PATCH v6 02/27] nfs: stash server into struct nfs_mount_info
` [PATCH v6 03/27] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v6 04/27] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v6 05/27] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v6 06/27] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v6 07/27] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v6 08/27] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v6 09/27] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v6 10/27] nfs: merge xdev and remote file_system_type
` [PATCH v6 11/27] nfs: unexport nfs_fs_mount_common()
` [PATCH v6 12/27] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v6 13/27] nfs: get rid of mount_info ->fill_super()
` [PATCH v6 14/27] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v6 15/27] nfs: get rid of ->set_security()
` [PATCH v6 16/27] NFS: Move mount parameterisation bits into their own file
` [PATCH v6 17/27] NFS: Constify mount argument match tables
` [PATCH v6 18/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v6 19/27] NFS: Split nfs_parse_mount_options()
` [PATCH v6 20/27] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v6 21/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v6 22/27] NFS: Do some tidying of the parsing code
` [PATCH v6 23/27] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v6 24/27] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v6 25/27] NFS: Add fs_context support
` [PATCH v6 26/27] NFS: Additional refactoring for fs_context conversion
` [PATCH v6 27/27] NFS: Attach supplementary error information to fs_context

[PATCH AUTOSEL 5.4 245/350] selftests: proc: Make va_max 1MB
 2019-12-10 21:05 UTC 

File monitor problem
 2019-12-10 20:49 UTC  (7+ messages)

[PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2019-12-10 18:35 UTC 

memory leak in fasync_helper
 2019-12-10 17:49 UTC  (3+ messages)

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-10 17:39 UTC  (14+ messages)

single aio thread is migrated crazily by scheduler
 2019-12-10 17:23 UTC  (21+ messages)
                    ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread
                      ` [PATCH v3] "

[PATCH v2 4/4] samples: Add example of using PTRACE_GETFD in conjunction with user trap
 2019-12-10 16:38 UTC  (9+ messages)

[PATCH v18 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-12-10 15:34 UTC  (3+ messages)
  ` [PATCH v18] "

debugfs removal fails after commit 653f0d05be09 ("simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems")
 2019-12-10 15:07 UTC 

[PATCH 0/5] Refactor ioctl_fibmap() internal interface
 2019-12-10 15:03 UTC  (6+ messages)
` [PATCH 1/5] fs: Enable bmap() function to properly return errors
` [PATCH 2/5] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/5] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/5] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/5] fibmap: Reject negative block numbers

[RFC PATCH v4 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2019-12-10 14:15 UTC  (6+ messages)
` [RFC PATCH v4 01/22] bootconfig: Add Extra Boot Config support

WARNING: refcount bug in cdev_get
 2019-12-10 11:44 UTC  (4+ messages)

[PATCH v1 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
 2019-12-10 10:53 UTC  (4+ messages)

[PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode
 2019-12-10 10:19 UTC 

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

[PATCH v5 00/28] btrfs: zoned block device support
 2019-12-10  4:41 UTC  (4+ messages)
` [PATCH v5 02/28] btrfs: Get zone information of zoned block devices

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-10  2:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-10  1:20 UTC  (4+ messages)

[PATCH] fs/namespace.c: make to_mnt_ns() static
 2019-12-09 23:48 UTC 

[PATCH] fs/nsfs.c: include headers for missing declarations
 2019-12-09 23:48 UTC 

[PATCH] fs/direct-io.c: include fs/internal.h for missing prototype
 2019-12-09 23:45 UTC 

[PATCH 1/2] selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"
 2019-12-09 23:42 UTC  (4+ messages)
` [PATCH 2/2] selinux: fall back to ref-walk if audit is required

[LSF/MM/BPF TOPIC] How to make disconnected operation work?
 2019-12-09 23:14 UTC  (2+ messages)

[PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
 2019-12-09 22:23 UTC  (3+ messages)
` [PATCH 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
` [PATCH 2/2] ubifs: add support for FS_ENCRYPT_FL

[PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
 2019-12-09 20:50 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).