linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-01 03:01:04 to 2019-05-03 09:59:29 UTC [more...]

[TOPIC] Extending the filesystem crash recovery guaranties contract
 2019-05-03  9:58 UTC  (11+ messages)

io_uring: not good enough for release
 2019-05-03  9:47 UTC  (3+ messages)
` [PATCH 1/2] io_uring: restructure io_{read,write} control flow
  ` [PATCH 2/2] io_uring: punt to workers if file doesn't support async

Allow trusted filesystems to provide IMA hashes directly
 2019-05-03  8:17 UTC  (35+ messages)
` [PATCH V2 3/4] IMA: Optionally make use of filesystem-provided hashes

Initial patches for Incremental FS
 2019-05-03  7:23 UTC  (18+ messages)
` [PATCH 1/6] incfs: Add first files of incrementalfs
` [PATCH 2/6] incfs: Backing file format
` [PATCH 3/6] incfs: Management of in-memory FS data structures
` [PATCH 4/6] incfs: Integration with VFS layer
` [PATCH 6/6] incfs: Integration tests for incremental-fs

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-05-03  6:54 UTC  (30+ messages)
                      ` [PATCH] OVL: add honoracl=off mount option

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

Strange issues with epoll since 5.0
 2019-05-03  6:34 UTC  (16+ messages)
                            ` [PATCH] signal: Adjust error codes according to restore_user_sigmask()

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-05-03  5:17 UTC  (11+ messages)

[vfs:work.mount-syscalls 9/10] <stdin>:1403:2: warning: #warning syscall fspick not implemented
 2019-05-03  2:02 UTC 

[vfs:work.mount-syscalls 8/10] <stdin>:1400:2: warning: #warning syscall fsmount not implemented
 2019-05-03  1:43 UTC 

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-02 15:43 UTC  (17+ messages)
` [PATCH 01/13] fscrypt: simplify bounce page handling
` [PATCH 02/13] fscrypt: remove the "write" part of struct fscrypt_ctx
` [PATCH 03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [PATCH 05/13] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH 07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH 09/13] fscrypt: support decrypting multiple filesystem blocks per page
` [PATCH 10/13] ext4: clear BH_Uptodate flag on decryption error
` [PATCH 11/13] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH 12/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH 13/13] ext4: encrypt only up to last block in ext4_bio_write_page()

[vfs:work.mount-syscalls 7/10] <stdin>:1397:2: warning: #warning syscall fsconfig not implemented
 2019-05-03  1:24 UTC 

INFO: task hung in mount_bdev (2)
 2019-05-03  1:06 UTC 

[vfs:work.mount-syscalls 5/10] <stdin>:1394:2: warning: #warning syscall fsopen not implemented
 2019-05-03  1:04 UTC 

[vfs:work.mount-syscalls 2/10] <stdin>:1391:2: warning: #warning syscall move_mount not implemented
 2019-05-03  0:43 UTC 

[vfs:work.mount-syscalls 1/10] <stdin>:1388:2: warning: #warning syscall open_tree not implemented
 2019-05-02 23:56 UTC 

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-05-02 18:16 UTC  (26+ messages)
` [PATCH V2 02/13] Consolidate "read callbacks" into a new file
` [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V2 07/13] Add decryption support for sub-pagesized blocks
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
  ` [f2fs-dev] "

[PATCH] posix_acl: Use struct_size() helper
 2019-05-02 16:57 UTC 

[RFC PATCH] network fs notification
 2019-05-02 17:22 UTC  (5+ messages)

[PATCH 00/10] exposing knfsd opens to userspace
 2019-05-02 15:58 UTC  (4+ messages)
` [PATCH 09/10] nfsd: expose some more information about NFSv4 opens

[PATCH v2] chardev: set variable ret to -EBUSY before checking minor range overlap
 2019-05-02 12:15 UTC 

[PATCH] iomap: move iomap_read_inline_data around
 2019-05-02  3:19 UTC  (3+ messages)

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2019-05-02  3:04 UTC  (5+ messages)
` [PATCH 1/3] nsfs: add evict callback into struct proc_ns_operations
` [PATCH 2/3] netns: add netns_evict into netns_operations
` [PATCH 3/3] auth_gss: fix deadlock that blocks rpcsec_gss_exit_net when use-gss-proxy==1

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-05-02  1:52 UTC  (7+ messages)

[PATCH v2] f2fs: Add option to limit required GC for checkpoint=disable
 2019-05-02  1:42 UTC 

[PATCH v1 1/1] [io_uring] req->error only used for iopoll
 2019-05-01 21:57 UTC  (2+ messages)

[RFC] [PATCH V2 0/1] Introduce emergency raid0 stop for mounted arrays
 2019-05-01 18:00 UTC  (5+ messages)

[GIT PULL] keys: Namespacing
 2019-05-01 17:18 UTC  (3+ messages)

[PATCHv2] io_uring: avoid page allocation warnings
 2019-05-01 16:00 UTC  (2+ messages)

[PATCH] io_uring: avoid page allocation warnings
 2019-05-01 15:55 UTC  (11+ messages)

[PATCH] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-01 15:40 UTC  (6+ messages)

[GIT PULL] fsnotify fix for v5.1-rc8
 2019-05-01 15:34 UTC  (4+ messages)

[PATCH v7 0/5] iomap and gfs2 fixes
 2019-05-01 15:06 UTC  (4+ messages)

[PATCH v1 1/1] [io_uring] require RWF_HIPRI for iopoll reads and writes
 2019-05-01 14:12 UTC  (4+ messages)

io_uring: submission error handling
 2019-05-01 12:43 UTC  (3+ messages)
` [PATCH v1 1/1] [io_uring] don't stall on submission errors

[PATCH resend] vfs: return EINVAL instead of ENOENT when missing source
 2019-05-01  6:49 UTC  (3+ messages)

[PATCH 0/4] vfs: update ->get_link() related documentation
 2019-05-01  4:15 UTC  (9+ messages)

[PATCH v2] unicode: refactor the rule for regenerating utf8data.h
 2019-05-01  2:59 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).