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

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

[PATCH] vfs: Don't reject unknown parameters
 2019-12-12 17:13 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

[PATCHSET v4 0/5] Support for RWF_UNCACHED
 2019-12-12 16:41 UTC 

[PATCH 00/24] block, scsi: final compat_ioctl cleanup
 2019-12-12 16:35 UTC  (11+ messages)
` [PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH 16/24] compat_ioctl: move sys_compat_ioctl() to ioctl.c
` [PATCH 17/24] compat_ioctl: simplify the implementation

BUG: corrupted list in __dentry_kill (2)
 2019-12-12 15:57 UTC  (6+ messages)

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

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-12 15:16 UTC  (37+ 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

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

[PATCH v19 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-12-12 14:09 UTC  (2+ messages)
` [PATCH v19] "

BUG: corrupted list in __dentry_kill (2)
 2019-12-12 13:14 UTC 

[PATCH 0/2] reiserfs: Two small fixes
 2019-12-12 10:50 UTC  (3+ messages)
` [PATCH 1/2] reiserfs: Fix memory leak of journal device string
` [PATCH 2/2] reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling

[PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode
 2019-12-12 10:42 UTC  (2+ messages)

[PATCH 0/8 v5] btrfs direct-io using iomap
 2019-12-12 10:38 UTC  (19+ 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] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 4/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls
` [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

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

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

[PATCH] iomap: Export iomap_page_create and iomap_set_range_uptodate
 2019-12-12  9:55 UTC  (2+ messages)

[PATCH v6] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-12  7:51 UTC 

AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-12-12  7:34 UTC  (8+ messages)

File monitor problem
 2019-12-12  5:56 UTC  (14+ messages)

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12  5:53 UTC  (21+ messages)
` [PATCH v9 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v9 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v9 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v9 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v9 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v9 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v9 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v9 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v9 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v9 16/25] net/xdp: "
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages

[PATCHv5 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload
 2019-12-12  5:55 UTC  (4+ messages)
` [PATCHv5 1/3] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
` [PATCHv5 2/3] ext4: Start with shared i_rwsem in case of DIO instead of exclusive
` [PATCHv5 3/3] ext4: Move to shared i_rwsem even without dioread_nolock mount opt

[GIT PULL] afs: Miscellaneous fixes
 2019-12-12  2:50 UTC  (2+ messages)

[PATCH] ocfs2: call journal flush to mark journal as empty after journal recovery when mount
 2019-12-12  2:27 UTC  (2+ messages)

[PATCH V2 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-12-11 19:27 UTC  (10+ messages)
` [PATCH V2 1/3] dcache: add a new enum type for 'dentry_d_lock_class'

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-11 18:59 UTC  (3+ messages)

[PATCH v2 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
 2019-12-11 16:32 UTC 

mmotm 2019-12-10-19-14 uploaded
 2019-12-11 16:31 UTC  (2+ messages)
  ` mmotm 2019-12-10-19-14 uploaded (objtool: func() falls through)

[PATCH AUTOSEL 5.4 013/134] splice: only read in as much information as there is pipe buffer space
 2019-12-11 15:11 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 115/134] io_uring: io_allocate_scq_urings() should return a sane state
` [PATCH AUTOSEL 5.4 134/134] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK

5.5.0-0.rc1 hang, could be zstd compression related
 2019-12-11 15:59 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 79/79] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-12-11 15:26 UTC 

[PATCH AUTOSEL 4.14 58/58] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-12-11 15:28 UTC 

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-11 14:44 UTC  (4+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

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

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

[RFC PATCH] vfs: make rename_lock per-sb
 2019-12-11 11:33 UTC  (3+ messages)

[PATCH 0/8 v4] btrfs direct-io using iomap
 2019-12-11 10:43 UTC  (6+ messages)
` [PATCH 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[ANNOUNCE] util-linux v2.35-rc1
 2019-12-11 10:18 UTC 

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: add blktrace extension support
 2019-12-11  6:16 UTC 

[PATCH v6 00/13] add the latest exfat driver
 2019-12-11  5:22 UTC  (7+ messages)
  ` [PATCH v6 02/13] exfat: add super block operations
  ` [PATCH v6 03/13] exfat: add inode operations


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