linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-10 00:17:59 to 2019-08-13 04:58:13 UTC [more...]

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13  4:57 UTC  (40+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 06/18] kbuild: enable building KUnit
` [PATCH v12 07/18] kunit: test: add initial tests
` [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 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [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 1/3] staging: erofs: inline erofs_inode_is_data_compressed()
 2019-08-13  3:57 UTC  (7+ messages)
` [PATCH 2/3] staging: erofs: remove incomplete cleancache
` [PATCH 3/3] staging: erofs: xattr.c: avoid BUG_ON

[PATCHSET 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-08-13  3:24 UTC  (18+ 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 v8 00/20] fscrypt: key management improvements
 2019-08-13  0:49 UTC  (19+ messages)
` [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
` [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
` [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-13  0:07 UTC  (7+ 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 v3] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-12 22:04 UTC  (2+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-12 21:48 UTC  (29+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [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 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 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-12 21:12 UTC  (15+ messages)

[PATCH v10 0/7] Enable THP for text section of non-shmem files
 2019-08-12 20:38 UTC  (7+ messages)
` [PATCH v10 2/7] filemap: check compound_head(page)->mapping in pagecache_get_page()
` [PATCH v10 6/7] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v10 7/7] mm,thp: avoid writes to file with THP in pagecache

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-12 20:17 UTC  (13+ 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

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

[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] "

[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

[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 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  (9+ 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  (3+ messages)

[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

[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  (3+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-18 19:22 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).