linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 00:43:01 to 2019-11-14 13:33:47 UTC [more...]

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-14 13:33 UTC  (43+ messages)
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall

single aio thread is migrated crazily by scheduler
 2019-11-14 13:14 UTC  (2+ messages)

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-14 12:17 UTC 

[PATCH] jffs2: Fix mounting under new mount API
 2019-11-14 12:01 UTC  (4+ messages)

[PATCH RFC] io_uring: make signalfd work with io_uring (and aio) POLL
 2019-11-14  9:19 UTC  (3+ messages)

[PATCH v2] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-14  9:04 UTC 

DAX filesystem support on ARMv8
 2019-11-14  6:54 UTC  (4+ messages)

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

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-14  2:22 UTC  (8+ messages)
` [PATCH 1/3] sched/numa: advanced per-cgroup "
` [PATCH 2/3] sched/numa: expose per-task pages-migration-failure
` [PATCH 3/3] sched/numa: documentation for per-cgroup numa stat

[PATCH 0/2 V2] avoid softlockups in various s_inodes iterators
 2019-11-13 23:26 UTC  (4+ messages)
` [PATCH 2/2] fs: call fsnotify_sb_delete after evict_inodes

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-13 22:48 UTC  (11+ messages)

[PATCH 00/23] y2038 cleanups
 2019-11-13 22:39 UTC  (6+ messages)
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 16/23] y2038: timerfd: Use timespec64 internally

[PATCH] fs/namei.c: micro-optimize acl_permission_check
 2019-11-13 21:45 UTC 

[PATCH RESEND 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-11-13 20:18 UTC  (15+ messages)
              ` [RFC] lookup_one_len_unlocked() lousy calling conventions
                  ` [PATCH][RFC] ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable

[PATCH 1/4] statx: define STATX_ATTR_VERITY
 2019-11-13 20:31 UTC  (6+ messages)
` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 20:28 UTC  (17+ messages)
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-13 20:20 UTC  (2+ messages)

general protection fault in io_commit_cqring
 2019-11-13 19:29 UTC  (3+ messages)

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

FS-Cache/CacheFiles rewrite
 2019-11-13 18:46 UTC  (2+ messages)

Splice & iomap dio problems
 2019-11-13 18:44 UTC  (2+ messages)

[PATCH] x86/resctrl: Add task resctrl information display
 2019-11-13 18:23 UTC  (2+ messages)

[PATCH v3 8/9] staging: exfat: Collapse redundant return code translations
 2019-11-13 18:19 UTC  (2+ messages)

[RFC 0/5] xfs: y2038 conversion
 2019-11-13 17:14 UTC  (7+ messages)
` [RFC 1/5] xfs: [variant A] avoid time_t in user api

[PATCH 00/16] drivers: y2038 updates
 2019-11-13 17:03 UTC  (6+ messages)
` [PATCH 13/16] hfs/hfsplus: use 64-bit inode timestamps
    ` [Y2038] "

[PATCH] staging: exfat: fix indentation issue
 2019-11-13 16:42 UTC 

[PATCH] Allow restricting permissions in /proc/sys
 2019-11-13 16:40 UTC  (15+ messages)

[RFC] binfmt_misc: pass binfmt_misc flags to the interpreter
 2019-11-13 16:30 UTC 

[PATCH] proc: Allow restricting permissions in /proc/sys
 2019-11-13 15:28 UTC  (7+ messages)

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-13 15:25 UTC  (5+ messages)
` [PATCH V2 1/2] fs: Clean up mapping variable
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

[PATCH 0/3] virtiofs: Small Cleanups for 5.5
 2019-11-13 14:40 UTC  (6+ messages)
` [PATCH 2/3] virtiofs: Do not send forget request "struct list_head" element
` [PATCH 3/3] virtiofs: Use completions while waiting for queue to be drained

[PATCH RT 2/2 v2] list_bl: avoid BUG when the list is not locked
 2019-11-13 13:10 UTC  (7+ messages)
` [PATCH RT 2/2 v3] "
` [PATCH RT 2/2 v4] "

[PATCH] ovl: fix timestamp limits
 2019-11-13 11:26 UTC  (5+ messages)

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

[PATCH 1/2] dm-snapshot: fix crash with the realtime kernel
 2019-11-13  6:01 UTC  (3+ messages)

[PATCH] staging: exfat: convert WARN to a pr_info
 2019-11-13  5:47 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 088/115] proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
 2019-11-13  1:55 UTC 

[PATCH AUTOSEL 4.9 51/68] proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
 2019-11-13  1:59 UTC 

[PATCH AUTOSEL 4.4 35/48] proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
 2019-11-13  2:01 UTC 

[PATCH AUTOSEL 4.19 159/209] proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
 2019-11-13  1:49 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).