linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 18:26:01 to 2019-08-14 08:05:28 UTC [more...]

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14  8:04 UTC  (31+ messages)
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [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 v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-14  7:56 UTC  (26+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages

[PATCH] fuse: fix memleak in cuse_channel_open
 2019-08-14  7:59 UTC 

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-14  7:18 UTC  (23+ messages)
` [PATCH v13 01/18] kunit: test: add KUnit test runner core
` [PATCH v13 02/18] kunit: test: add test resource management API
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 05/18] kunit: test: add the concept of expectations
` [PATCH v13 06/18] kbuild: enable building KUnit
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 09/18] kunit: test: add support for test abort
` [PATCH v13 10/18] kunit: test: add tests for kunit "
` [PATCH v13 11/18] kunit: test: add the concept of assertions
` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v3] vfs: fix page locking deadlocks when deduping files
 2019-08-14  7:17 UTC  (5+ messages)

[PATCH 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-14  4:32 UTC  (4+ messages)
` [PATCH 2/2] staging: erofs: differentiate unsupported on-disk format
  ` [PATCH RESEND 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
    ` [PATCH RESEND 2/2] staging: erofs: differentiate unsupported on-disk format

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-14  2:51 UTC  (4+ messages)

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-14  0:56 UTC  (9+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-08-13 18:49 UTC  (4+ messages)
` [RFC PATCH v5 1/1] "

mmotm 2019-08-13-15-40 uploaded
 2019-08-13 22:41 UTC 

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (57+ 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 07/18] kunit: test: add initial tests
` [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] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-13 16:35 UTC  (5+ messages)

[PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record
 2019-08-13 15:13 UTC  (2+ messages)

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

general protection fault in cdev_del
 2019-08-13 13:18 UTC  (4+ messages)

[PATCH v7 00/24] erofs: promote erofs from staging
 2019-08-13 12:41 UTC  (28+ messages)
` [PATCH v7 01/24] erofs: add on-disk layout
` [PATCH v7 02/24] erofs: add erofs in-memory stuffs
` [PATCH v7 03/24] erofs: add super block operations
` [PATCH v7 04/24] erofs: add raw address_space operations
` [PATCH v7 05/24] erofs: add inode operations
` [PATCH v7 06/24] erofs: support special inode
` [PATCH v7 07/24] erofs: add directory operations
` [PATCH v7 08/24] erofs: add namei functions
` [PATCH v7 09/24] erofs: support tracepoint
` [PATCH v7 10/24] erofs: update Kconfig and Makefile
` [PATCH v7 11/24] erofs: introduce xattr & posixacl support
` [PATCH v7 12/24] erofs: introduce tagged pointer
` [PATCH v7 13/24] erofs: add compression indexes support
` [PATCH v7 14/24] erofs: introduce superblock registration
` [PATCH v7 15/24] erofs: introduce erofs shrinker
` [PATCH v7 16/24] erofs: introduce workstation for decompression
` [PATCH v7 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v7 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v7 19/24] erofs: add erofs_allocpage()
` [PATCH v7 20/24] erofs: introduce generic decompression backend
` [PATCH v7 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v7 22/24] erofs: introduce the decompression frontend
` [PATCH v7 23/24] erofs: introduce cached decompression
` [PATCH v7 24/24] erofs: add document

[PATCH 13/16] zuf: More file operation
 2019-08-13 11:32 UTC  (2+ messages)

[PATCH 11/16] zuf: Write/Read implementation
 2019-08-13 10:28 UTC  (3+ messages)

[PATCH 09/16] zuf: readdir operation
 2019-08-13 10:26 UTC  (2+ messages)

[PATCH 06/16] zuf: Multy Devices
 2019-08-13 10:25 UTC  (3+ messages)

[PATCH 05/16] zuf: zuf-core The ZTs
 2019-08-13 10:18 UTC  (4+ messages)

[PATCH 07/16] zuf: mounting
 2019-08-13  8:58 UTC  (2+ messages)

[PATCH 1/3] staging: erofs: inline erofs_inode_is_data_compressed()
 2019-08-13  6:10 UTC  (8+ messages)
` [PATCH 2/3] staging: erofs: remove incomplete cleancache
` [PATCH 3/3] staging: erofs: xattr.c: avoid BUG_ON

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

[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

[PATCH v3] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-12 22:04 UTC  (2+ messages)

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