linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 15:06:47 to 2019-05-02 17:40:00 UTC [more...]

[TOPIC] Extending the filesystem crash recovery guaranties contract
 2019-05-02 17:39 UTC  (4+ messages)

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-05-02 17:26 UTC  (23+ messages)
                      ` [PATCH] OVL: add honoracl=off mount option

[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 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-02 15:11 UTC  (16+ 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()

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-02 14:04 UTC  (25+ 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

Initial patches for Incremental FS
 2019-05-02 13:47 UTC  (11+ 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 v2] chardev: set variable ret to -EBUSY before checking minor range overlap
 2019-05-02 12:15 UTC 

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-05-02  5:52 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 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
    ` [f2fs-dev] "
` [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] 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)

Strange issues with epoll since 5.0
 2019-05-01 20:53 UTC  (12+ 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  (5+ messages)

[PATCH v7 0/5] iomap and gfs2 fixes
 2019-05-01 15:06 UTC  (17+ messages)
` [PATCH v7 1/5] iomap: Clean up __generic_write_end calling
` [PATCH v7 2/5] fs: Turn __generic_write_end into a void function
` [PATCH v7 3/5] iomap: Fix use-after-free error in page_done callback
` [PATCH v7 4/5] iomap: Add a page_prepare callback
` [PATCH v7 5/5] gfs2: Fix iomap write page reclaim deadlock

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

io_uring: not good enough for release
 2019-05-01 12:43 UTC  (10+ messages)
    ` io_uring: submission error handling
              ` [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)

[RFC][PATCHSET] sorting out RCU-delayed stuff in ->destroy_inode()
 2019-05-01  1:59 UTC  (5+ messages)

[PATCH v2] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-04-30 21:01 UTC  (3+ messages)

[PATCH v5] proc/sysctl: add shared variables for range check
 2019-04-30 18:14 UTC  (2+ messages)

[PATCH v4] proc/sysctl: add shared variables for range check
 2019-04-30 18:08 UTC  (6+ messages)

[PATCHv2] io_uring: free allocated io_memory once
 2019-04-30 16:33 UTC  (2+ messages)

[PATCH] io_uring: free allocated io_memory once
 2019-04-30 16:26 UTC  (3+ messages)

[PATCH] io_uring: fix SQPOLL cpu validation
 2019-04-30 16:20 UTC  (2+ messages)

[LSF/MM] Preliminary agenda ? Anyone ... anyone ? Bueller ?
 2019-04-30 16:03 UTC  (7+ messages)
      ` [Lsf] "

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-30 15:46 UTC  (2+ messages)

io_uring: RWF_NOWAIT support
 2019-04-30 15:40 UTC  (3+ messages)
` [PATCH v1 1/1] [io_uring] fix handling SQEs requesting NOWAIT

INFO: task hung in __get_super
 2019-04-30 15:34 UTC  (9+ messages)

[PATCH 00/11] keys: Namespacing [ver #2]
 2019-04-30 15:08 UTC  (12+ messages)
` [PATCH 01/11] keys: Invalidate used request_key authentication keys "
` [PATCH 02/11] keys: Kill off request_key_async{, _with_auxdata} "
` [PATCH 03/11] keys: Simplify key description management "
` [PATCH 04/11] keys: Cache the hash value to avoid lots of recalculation "
` [PATCH 05/11] keys: Add a 'recurse' flag for keyring searches "
` [PATCH 06/11] keys: Namespace keyring names "
` [PATCH 07/11] keys: Move the user and user-session keyrings to the user_namespace "
` [PATCH 08/11] keys: Include target namespace in match criteria "
` [PATCH 09/11] keys: Garbage collect keys for which the domain has been removed "
` [PATCH 10/11] keys: Network namespace domain tag "
` [PATCH 11/11] keys: Pass the network namespace into request_key mechanism "


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