linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-17 01:22:16 to 2019-11-20 13:43:29 UTC [more...]

[PATCH] fs: proc: Fix Kconfig indentation
 2019-11-20 13:43 UTC 

[RFC PATCH 2/2] selinux: Propagate RCU walk status from 'security_inode_follow_link()'
 2019-11-20 13:31 UTC 

[PATCH] mm: Clean up filemap_write_and_wait()
 2019-11-20 13:36 UTC  (3+ messages)

[RFCv3 0/4] ext4: Introducing ilock wrapper APIs & fixing i_rwsem scalablity prob. in DIO mixed-rw
 2019-11-20 13:11 UTC  (9+ messages)
` [RFCv3 1/4] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
` [RFCv3 2/4] ext4: Add ext4_ilock & ext4_iunlock API
` [RFCv3 3/4] ext4: start with shared iolock in case of DIO instead of excl. iolock
` [RFCv3 4/4] ext4: Move to shared iolock even without dioread_nolock mount opt

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

[PATCH v3 00/13] add the latest exfat driver
 2019-11-20 12:36 UTC  (22+ 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][v3] x86/resctrl: Add task resctrl information display
 2019-11-20 11:22 UTC  (2+ messages)

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

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-20  9:45 UTC  (2+ messages)

[PATCH v2 00/13] add the latest exfat driver
 2019-11-20  9:24 UTC  (22+ 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

[MANPAGE] fsopen.2, fsmount.2
 2019-11-20  8:06 UTC  (2+ messages)

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-20  7:54 UTC  (6+ messages)
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-20  7:17 UTC  (31+ 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 RESEND v17 00/13] open: introduce openat2(2) syscall
 2019-11-20  5:06 UTC  (14+ messages)
` [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH RESEND v17 04/13] namei: allow set_root() "
` [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall
` [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests
` [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags

getdents64 lost direntries with SMB/NFS and buffer size < unknown threshold
 2019-11-20  0:15 UTC 

[PATCH] afs: Fix missing timeout reset
 2019-11-19 21:00 UTC 

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-19 18:57 UTC  (4+ messages)
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

btrfs direct-io using iomap
 2019-11-19 17:24 UTC  (7+ messages)
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O

Splice & iomap dio problems
 2019-11-19 16:48 UTC  (5+ messages)

[PATCH] io-wq: remove extra space characters
 2019-11-19 15:45 UTC  (2+ messages)

INFO: task hung in io_wq_destroy
 2019-11-19 15:20 UTC  (6+ messages)

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

[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 

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

single aio thread is migrated crazily by scheduler
 2019-11-19  8:54 UTC  (12+ 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

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 

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

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  (12+ 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)

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  (10+ messages)
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
` [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


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