linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-01 23:03:57 to 2019-05-06 13:37:28 UTC [more...]

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-05-06 13:37 UTC  (4+ messages)
` [PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl
    ` [PATCH v3 14/26] compat_ioctl: move ATYFB_CLK handling to atyfb driver

[PATCH] fsnotify: fix unlink performance regression
 2019-05-06 12:43 UTC  (9+ messages)
    ` [PATCH v2] "

soft lockup after gcc upgrade
 2019-05-06 12:37 UTC 

[PATCH v2] ovl: do not generate duplicate fsnotify events for "fake" path
 2019-05-06 11:58 UTC  (3+ messages)

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-06  9:12 UTC  (21+ 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 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-06  9:18 UTC  (57+ messages)
` [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 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

system panic while dentry reference count overflow
 2019-05-06  3:36 UTC 

[PATCH 0/2] Refactor file_systems to use the kernel's list
 2019-05-06  2:49 UTC  (7+ messages)
` [PATCH 1/2] Use list.h instead of file_system_type next
` [PATCH 2/2] Changed unsigned param type to unsigned int

[git pull] vfs.git fixes
 2019-05-05 22:10 UTC  (2+ messages)

[PATCH] io_uring: fix shadowed variable ret return code being not checked
 2019-05-05 22:01 UTC 

[PATCH v2] configfs: Fix possible use-after-free in configfs_register_group
 2019-05-05  3:03 UTC 

[PATCH v2] f2fs: Add option to limit required GC for checkpoint=disable
 2019-05-05  2:40 UTC  (2+ messages)

Hang / zombie process from Xarray page-fault conversion (bisected)
 2019-05-04 19:42 UTC  (7+ messages)

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2019-05-04 16:08 UTC  (6+ messages)
` [PATCH 1/3] nsfs: add evict callback into struct proc_ns_operations
` [PATCH 2/3] netns: add netns_evict into netns_operations

[PATCH v2] memcg, fsnotify: no oom-kill for remote memcg charging
 2019-05-04 14:52 UTC 

[PATCH 0/2] Refactor file_systems to use the kernel's list
 2019-05-04  9:42 UTC 

[TOPIC] Extending the filesystem crash recovery guaranties contract
 2019-05-04  1:43 UTC  (14+ messages)

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

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

io_uring: REQ_F_PREPPED race condition with punting to workers
 2019-05-03 14:48 UTC  (2+ messages)

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

[PATCH 0/4] vfs: update ->get_link() related documentation
 2019-05-03 12:16 UTC  (8+ messages)

[PATCH 1/2] cpumask: Introduce possible_cpu_safe()
 2019-05-03 11:43 UTC  (4+ messages)
` [PATCH v2 2/2] io_uring: Potential Oops in io_sq_offload_start()

[vfs:work.mount-syscalls 1/10] fs/namespace.c:2386:35: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2019-05-03 11:35 UTC 

INFO: task hung in __get_super
 2019-05-03 10:29 UTC  (10+ messages)

Initial patches for Incremental FS
 2019-05-03 10:22 UTC  (19+ 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

BUG: unable to handle kernel paging request in do_mount
 2019-05-03 10:16 UTC  (2+ 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

[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 

[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  (5+ messages)
` [f2fs-dev] [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range

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

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-05-02  1:52 UTC  (7+ 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).