linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-16 00:33:30 to 2019-11-19 12:00:00 UTC [more...]

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-11-19 11:59 UTC  (13+ messages)
        ` [PATCH v2] "
            ` [PATCH v3] "

possible deadlock in lock_trace (3)
 2019-11-19 11:55 UTC 

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

[PATCH 0/2] ovl: implement async IO routines
 2019-11-19 11:22 UTC  (9+ messages)
` [PATCH 1/2] vfs: add vfs_iocb_iter_[read|write] helper functions
` [PATCH 2/2] ovl: implement async IO routines

WARNING in iov_iter_pipe
 2019-11-19 10:08 UTC  (5+ messages)

[PATCH v3 00/13] add the latest exfat driver
 2019-11-19  9:37 UTC  (14+ messages)
    ` [PATCH v3 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v3 02/13] exfat: add super block operations
    ` [PATCH v3 03/13] exfat: add inode operations
    ` [PATCH v3 04/13] exfat: add directory operations
    ` [PATCH v3 05/13] exfat: add file operations
    ` [PATCH v3 06/13] exfat: add exfat entry operations
    ` [PATCH v3 07/13] exfat: add bitmap operations
    ` [PATCH v3 08/13] exfat: add exfat cache
    ` [PATCH v3 09/13] exfat: add misc operations
    ` [PATCH v3 10/13] exfat: add nls operations
    ` [PATCH v3 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v3 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v3 13/13] MAINTAINERS: add exfat filesystem

[PATCH v2 00/13] add the latest exfat driver
 2019-11-19  9:22 UTC  (16+ messages)
    ` [PATCH v2 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v2 02/13] exfat: add super block operations
    ` [PATCH v2 03/13] exfat: add inode operations
    ` [PATCH v2 04/13] exfat: add directory operations
    ` [PATCH v2 05/13] exfat: add file operations
    ` [PATCH v2 06/13] exfat: add exfat entry operations
    ` [PATCH v2 07/13] exfat: add bitmap operations
    ` [PATCH v2 08/13] exfat: add exfat cache
    ` [PATCH v2 09/13] exfat: add misc operations
    ` [PATCH v2 10/13] exfat: add nls operations
    ` [PATCH v2 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v2 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v2 13/13] MAINTAINERS: add exfat filesystem

single aio thread is migrated crazily by scheduler
 2019-11-19  8:54 UTC  (13+ messages)

[PATCH RT 1/2 v2] dm-snapshot: fix crash with the realtime kernel
 2019-11-19  8:48 UTC  (2+ messages)

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (20+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH] io-wq: remove extra space characters
 2019-11-19  6:22 UTC 

INFO: task hung in io_wq_destroy
 2019-11-19  4:34 UTC  (5+ messages)

Possible data race on file->f_mode between __fget() and generic_fadvise()
 2019-11-19  2:02 UTC 

mmotm 2019-11-18-16-12 uploaded
 2019-11-19  0:12 UTC 

btrfs direct-io using iomap
 2019-11-18 16:54 UTC  (5+ messages)
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O

Please add the zuf tree to linux-next
 2019-11-18 15:44 UTC  (8+ messages)

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-18 14:48 UTC  (5+ messages)
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

Kernel panic because of wrong contents in core_pattern
 2019-11-18 14:23 UTC  (3+ messages)

[pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address
 2019-11-18  7:53 UTC  (3+ messages)
    ` [LKP] "

[PATCH 1/3] dcache: add a new enum type for 'dentry_d_lock_class'
 2019-11-18  6:37 UTC  (13+ messages)
        ` [RFC] simple_recursive_removal()

[PATCH 07/13] exfat: add bitmap operations
 2019-11-18  5:05 UTC  (3+ messages)

[PATCH 03/13] exfat: add inode operations
 2019-11-18  5:04 UTC  (3+ messages)

[PATCH 02/13] exfat: add super block operations
 2019-11-18  5:01 UTC  (3+ messages)

[PATCH 01/13] exfat: add in-memory and on-disk structures and headers
 2019-11-18  4:59 UTC  (3+ messages)

[PATCH] fuse: Fix the return code of fuse_direct_IO() to deal with the error for aio
 2019-11-18  2:24 UTC 

possible deadlock in path_openat
 2019-11-18  2:14 UTC  (2+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-18  1:00 UTC  (11+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 28/28] xfs: rework unreferenced inode lookups

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-17 19:20 UTC  (12+ messages)

Investment opportunity
 2019-11-17 14:58 UTC 

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:28 UTC  (28+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16 18:09 UTC  (8+ messages)
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags

possible deadlock in proc_pid_syscall
 2019-11-16 15:42 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 120/237] selftests: fix warning: "_GNU_SOURCE" redefined
 2019-11-16 15:39 UTC  (11+ messages)
` [PATCH AUTOSEL 4.19 141/237] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH AUTOSEL 4.19 153/237] hfsplus: fix BUG on bnode parent update
` [PATCH AUTOSEL 4.19 154/237] hfs: "
` [PATCH AUTOSEL 4.19 155/237] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.19 156/237] hfs: "
` [PATCH AUTOSEL 4.19 157/237] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.19 158/237] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.19 159/237] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.19 160/237] hfs: update timestamp "
` [PATCH AUTOSEL 4.19 161/237] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.14 088/150] vfs: avoid problematic remapping requests into partial EOF block
 2019-11-16 15:46 UTC  (10+ messages)
` [PATCH AUTOSEL 4.14 095/150] hfsplus: fix BUG on bnode parent update
` [PATCH AUTOSEL 4.14 096/150] hfs: "
` [PATCH AUTOSEL 4.14 097/150] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.14 098/150] hfs: "
` [PATCH AUTOSEL 4.14 099/150] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.14 100/150] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.14 101/150] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.14 102/150] hfs: update timestamp "
` [PATCH AUTOSEL 4.14 103/150] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.9 59/99] hfsplus: fix BUG on bnode parent update
 2019-11-16 15:50 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 60/99] hfs: "
` [PATCH AUTOSEL 4.9 61/99] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.9 62/99] hfs: "
` [PATCH AUTOSEL 4.9 63/99] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.9 64/99] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.9 65/99] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.9 66/99] hfs: update timestamp "
` [PATCH AUTOSEL 4.9 67/99] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.4 46/77] hfsplus: fix BUG on bnode parent update
 2019-11-16 15:53 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 47/77] hfs: "
` [PATCH AUTOSEL 4.4 48/77] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.4 49/77] hfs: "
` [PATCH AUTOSEL 4.4 50/77] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.4 51/77] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.4 52/77] fs/hfs/extent.c: fix array out of bounds read of array extent

mmotm 2019-11-15-18-35 uploaded
 2019-11-16  2:36 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).