linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-02 20:30:32 to 2019-05-07 15:58:00 UTC [more...]

Initial patches for Incremental FS
 2019-05-07 15:57 UTC  (11+ messages)
` [PATCH 1/6] incfs: Add first files of incrementalfs

Testing devices for discard support properly
 2019-05-07 15:44 UTC  (8+ messages)

[PATCH v7 0/6] virtio pmem driver
 2019-05-07 15:40 UTC  (7+ messages)
` [PATCH v7 2/6] virtio-pmem: Add "
` [PATCH v7 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v7 6/6] xfs: disable map_sync for async flush

system panic while dentry reference count overflow
 2019-05-07 15:26 UTC  (5+ messages)

[GIT PULL] iomap: cleanups and enhancements for 5.2
 2019-05-07 15:24 UTC 

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-07 15:23 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 07/17] kunit: test: add initial tests
` [PATCH v2 08/17] kunit: test: add support for test abort
` [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 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] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-07 14:40 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 47/95] fuse: fix possibly missed wake-up after abort
 2019-05-07 13:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 50/95] fsnotify: generalize handling of extra event flags

[PATCH v3] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-05-07 12:54 UTC  (2+ messages)

[PATCH] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-07 11:22 UTC  (2+ messages)

[RFC PATCH 0/4] Inline Encryption Support
 2019-05-07  9:35 UTC  (14+ messages)
` [RFC PATCH 1/4] block: Block Layer changes for "
` [RFC PATCH 2/4] scsi: ufs: UFS driver v2.1 crypto support
` [RFC PATCH 3/4] fscrypt: wire up fscrypt to use blk-crypto
` [RFC PATCH 4/4] f2fs: Wire up f2fs to use inline encryption via fscrypt

[RFC PATCH] network fs notification
 2019-05-07  8:57 UTC  (2+ messages)

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

[PATCH 1/1] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-07  4:39 UTC 

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

[git pull] vfs.git pile 2: several fixes to backport
 2019-05-07  0:58 UTC 

[git pull] vfs.git pile 1: ->free_inode() series
 2019-05-07  0:50 UTC 

[PATCH v6 0/6] namei: resolveat(2) path resolution restriction API
 2019-05-06 23:41 UTC  (10+ messages)
` [PATCH v6 1/6] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v6 2/6] namei: O_BENEATH-style path resolution flags
` [PATCH v6 3/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v6 4/6] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v6 5/6] binfmt_*: scope path resolution of interpreters
` [PATCH v6 6/6] namei: resolveat(2) syscall

stuck in inotify_release
 2019-05-06 18:54 UTC  (2+ messages)

[PATCH 0/3] stream_open bits for Linux 5.2
 2019-05-06 17:34 UTC  (3+ messages)
` [PATCH 1/3] dtlk: remove double call to nonseekable_open
` [PATCH 3/3] vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files

[PATCHSET 0/3] io_uring: add sync_file_range and drains
 2019-05-06 18:03 UTC  (3+ messages)
` [PATCH 1/3] io_uring: add support for marking commands as draining

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

[PATCH] fsnotify: fix unlink performance regression
 2019-05-06 16:22 UTC  (11+ messages)
    ` [PATCH v2] "

[PATCH] io_uring: fix shadowed variable ret return code being not checked
 2019-05-06 16:21 UTC  (2+ messages)

[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

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

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

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

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)

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 


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