linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 01:35:20 to 2019-08-12 18:25:49 UTC [more...]

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-12 18:24 UTC  (13+ messages)
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 06/18] kbuild: enable building KUnit
` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-12 18:14 UTC  (8+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-12 18:08 UTC  (36+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 03/19] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH v2 04/19] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [RFC PATCH v2 05/19] fs/ext4: Teach ext4 to break layout leases
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 08/19] fs/xfs: Fail truncate if page lease can't be broken
` [RFC PATCH v2 09/19] mm/gup: Introduce vaddr_pin structure
` [RFC PATCH v2 10/19] mm/gup: Pass a NULL vaddr_pin through GUP fast
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct
` [RFC PATCH v2 13/19] {mm,file}: Add file_pins objects
` [RFC PATCH v2 14/19] fs/locks: Associate file pins while performing GUP
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
` [RFC PATCH v2 17/19] RDMA/umem: Convert to vaddr_[pin|unpin]* operations
` [RFC PATCH v2 18/19] {mm,procfs}: Add display file_pins proc
` [RFC PATCH v2 19/19] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-12 17:43 UTC  (14+ messages)
` [PATCH 04/20] mount: Add mount warning for impending timestamp expiry
  ` [Y2038] "
` [PATCH 05/20] utimes: Clamp the timestamps before update
  ` [Y2038] "

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-12 17:34 UTC  (12+ messages)
` [PATCH 1/5] ext4: introduce direct IO read code path using "
` [PATCH 2/5] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH 3/5] iomap: modify ->end_io() calling convention
` [PATCH 4/5] ext4: introduce direct IO write code path using iomap infrastructure
` [PATCH 5/5] ext4: clean up redundant buffer_head direct IO code

[PATCHSET 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-08-12 16:48 UTC  (17+ messages)
` [PATCH 01/16] fs: Add the ZUF filesystem to the build + License
` [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership
` [PATCH 03/16] zuf: Preliminary Documentation
` [PATCH 04/16] zuf: zuf-rootfs
` [PATCH 05/16] zuf: zuf-core The ZTs
` [PATCH 06/16] zuf: Multy Devices
` [PATCH 07/16] zuf: mounting
` [PATCH 08/16] zuf: Namei and directory operations
` [PATCH 09/16] zuf: readdir operation
` [PATCH 10/16] zuf: symlink
` [PATCH 11/16] zuf: Write/Read implementation
` [PATCH 12/16] zuf: mmap & sync
` [PATCH 13/16] zuf: More file operation
` [PATCH 14/16] zuf: ioctl implementation
` [PATCH 15/16] zuf: xattr && acl implementation
` [PATCH 16/16] zuf: Support for dynamic-debug of zusFSs

[PATCHSET 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-08-12 16:42 UTC  (17+ messages)
` [PATCH 01/16] fs: Add the ZUF filesystem to the build + License
` [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership
` [PATCH 03/16] zuf: Preliminary Documentation
` [PATCH 04/16] zuf: zuf-rootfs
` [PATCH 05/16] zuf: zuf-core The ZTs
` [PATCH 06/16] zuf: Multy Devices
` [PATCH 07/16] zuf: mounting
` [PATCH 08/16] zuf: Namei and directory operations
` [PATCH 09/16] zuf: readdir operation
` [PATCH 10/16] zuf: symlink
` [PATCH 11/16] zuf: Write/Read implementation
` [PATCH 12/16] zuf: mmap & sync
` [PATCH 13/16] zuf: More file operation
` [PATCH 14/16] zuf: ioctl implementation
` [PATCH 15/16] zuf: xattr && acl implementation
` [PATCH 16/16] zuf: Support for dynamic-debug of zusFSs

[PATCH v5 00/29] compat_ioctl.c removal, part 1/3
 2019-08-12 16:29 UTC  (6+ messages)
` [PATCH v5 13/29] compat_ioctl: move more drivers to compat_ptr_ioctl
  ` [PATCH v5 18/29] compat_ioctl: move rfcomm handlers into driver
  ` [PATCH v5 19/29] compat_ioctl: move hci_sock "

[PATCH v12 resend 0/1] fs: Add VirtualBox guest shared folder (vboxsf)
 2019-08-12 15:53 UTC  (6+ messages)
` [PATCH v12 resend] fs: Add VirtualBox guest shared folder (vboxsf) support

[PATCH v3] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-12 15:20 UTC 

[PATCH v2] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-12 15:16 UTC  (4+ messages)
  ` [Non-DoD Source] "

[PATCH] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-12 14:45 UTC  (13+ messages)
      ` [Non-DoD Source] "

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-12 14:16 UTC  (11+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "

Merging virtualbox shared-folder VFS driver through drivers/staging?
 2019-08-12 13:44 UTC  (11+ messages)

[PATCH v2 0/13] Btrfs iomap
 2019-08-12 12:32 UTC  (16+ messages)
` [PATCH 07/13] btrfs: basic direct read operation
` [PATCH 10/13] iomap: use a function pointer for dio submits

[PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint
 2019-08-12  7:13 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH 1/3] ext4: return the extent cache information via fiemap
 2019-08-12  6:47 UTC  (3+ messages)

BUG: Dentry still in use [unmount of nfsd nfsd]
 2019-08-12  3:03 UTC  (3+ messages)
` [PATCH] nfsd: fix dentry leak upon mkdir failure

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-12  1:50 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/gup: introduce FOLL_PIN flag for get_user_pages()
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[PATCH v12 resend 0/1] fs: Add VirtualBox guest shared folder (vboxsf)
 2019-08-11 16:34 UTC  (8+ messages)

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-11 12:46 UTC  (7+ messages)
` [PATCH 23/24] xfs: reclaim inodes from the LRU

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-11  1:22 UTC  (9+ messages)

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-10  7:46 UTC  (4+ messages)

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-09 23:03 UTC  (3+ messages)

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-09 21:57 UTC  (4+ messages)

[PATCH 0/3] mm/: 3 more put_user_page() conversions
 2019-08-09 18:36 UTC  (19+ messages)
` [PATCH 1/3] mm/mlock.c: convert put_page() to put_user_page*()

[PATCH] udf: reduce leakage of blocks related to named streams
 2019-08-09 14:10 UTC  (3+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-08-09  9:45 UTC  (7+ messages)
` [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v6 11/14] mips: Adjust brk randomization offset to fit generic version

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (10+ messages)

[PATCH 8/9] Use FIEMAP for FIBMAP calls
 2019-08-09  1:56 UTC  (2+ messages)


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