linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-17 23:51:52 to 2021-06-22 08:15:47 UTC [more...]

[PATCH v2] fuse: fix illegal access to inode with reused nodeid
 2021-06-22  8:15 UTC  (2+ messages)

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-22  8:14 UTC  (13+ messages)
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
    `  "
      ` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work
` [PATCH v8 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-22  8:12 UTC  (7+ messages)

support booting of arbitrary non-blockdevice file systems v2
 2021-06-22  8:12 UTC  (12+ messages)
` [PATCH 1/2] init: split get_fs_names
` [PATCH 2/2] init: allow mounting arbitrary non-blockdevice filesystems as root
` [Virtio-fs] support booting of arbitrary non-blockdevice file systems v2
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names

[PATCH] configfs: fix memleak in configfs_release_bin_file
 2021-06-22  8:04 UTC  (4+ messages)

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-06-22  7:59 UTC  (2+ messages)

[PATCH 14/15] ksmbd: use ksmbd name instead of cifsd
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH RFC] fuse: add generic file store
 2021-06-22  6:46 UTC  (14+ messages)

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-22  5:10 UTC  (7+ messages)
  ` [PATCH v9] "

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-22  2:21 UTC  (8+ messages)
` [PATCH RFCv4 2/4] lib/vsprintf.c: "
` [PATCH RFCv4 4/4] lib/test_printf.c: add test cases for '%pD'

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-06-22  0:50 UTC  (5+ messages)

[PATCH v3] fs: Improve eventpoll logging to stop indicting timerfd
 2021-06-21 22:06 UTC  (2+ messages)

[PATCH 00/12] fscache: Some prep work for fscache rewrite
 2021-06-21 21:47 UTC  (13+ messages)
` [PATCH 01/12] fscache: Select netfs stats if fscache stats are enabled
` [PATCH 02/12] netfs: Move cookie debug ID to struct netfs_cache_resources
` [PATCH 03/12] cachefiles: Use file_inode() rather than accessing ->f_inode
` [PATCH 04/12] fscache: Add a cookie debug ID and use that in traces
` [PATCH 05/12] fscache: Procfile to display cookies
` [PATCH 06/12] fscache, cachefiles: Remove the histogram stuff
` [PATCH 07/12] fscache: Remove the object list procfile
` [PATCH 08/12] fscache: Change %p in format strings to something else
` [PATCH 09/12] cachefiles: "
` [PATCH 10/12] fscache: Fix cookie key hashing
` [PATCH 11/12] fscache: Fix fscache_cookie_put() to not deref after dec
` [PATCH 12/12] fscache: Use refcount_t for the cookie refcount instead of atomic_t

[PATCH] afs: Fix tracepoint string placement with built-in AFS
 2021-06-21 20:57 UTC 

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-21 20:55 UTC  (28+ messages)
` [PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH RESEND x3 v9 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH RESEND x3 v9 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH RESEND x3 v9 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH RESEND x3 v9 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH RESEND x3 v9 6/9] btrfs: support different disk extent size for delalloc
` [PATCH RESEND x3 v9 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH RESEND x3 v9 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH RESEND x3 v9 9/9] btrfs: implement RWF_ENCODED writes

[GIT PULL] netfs, afs: Fix write_begin/end
 2021-06-21 20:41 UTC 

[PATCH] exec/binfmt_script: trip zero bytes from the buffer
 2021-06-21 19:27 UTC  (4+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-21 18:20 UTC  (8+ messages)

[RFC] what the hell is ->f_mapping->host->i_mapping thing about?
 2021-06-21 17:48 UTC  (3+ messages)

[PATCH 1/2] net: Remove mm.h from net.h
 2021-06-21 16:49 UTC  (2+ messages)
` [PATCH 2/2] net: Remove fs.h "

[PATCH v3 0/2] netfs, afs: Fix write_begin/end
 2021-06-21 16:01 UTC  (4+ messages)
` [PATCH v3 1/2] afs: Fix afs_write_end() to handle short writes
` [PATCH v3 2/2] netfs: fix test for whether we can skip read when writing beyond EOF

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-21 15:25 UTC  (3+ messages)

[RFC] what to do with IOCB_DSYNC?
 2021-06-21 15:22 UTC  (10+ messages)

[PATCH v2 0/3] netfs, afs: Fix netfs_write_begin and THP handling
 2021-06-21 14:50 UTC  (8+ messages)
` [PATCH v2 1/3] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 2/3] afs: Fix afs_write_end() to handle short writes
` [PATCH v2 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH] fuse: Send FUSE_WRITE_KILL_SUIDGID for killpriv v1
 2021-06-21 13:54 UTC  (3+ messages)

[PATCH] fuse: fix illegal access to inode with reused nodeid
 2021-06-21 13:27 UTC  (5+ messages)

[PATCH v9 0/4] block device interposer
 2021-06-21 10:41 UTC  (2+ messages)

[PATCH] backing_dev_info: introduce min_bw/max_bw limits
 2021-06-21  9:20 UTC  (5+ messages)

[PATCH] fuse: fix unfreezable tasks
 2021-06-21  9:05 UTC  (2+ messages)

[PATCH -next] cuse: use DEVICE_ATTR_*() macros
 2021-06-21  8:46 UTC  (2+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-21  8:35 UTC  (5+ messages)

[PATCH -next] virtiofs: Fix spelling mistakes
 2021-06-21  8:44 UTC  (2+ messages)

switch block layer polling to a bio based model v4
 2021-06-21  8:35 UTC  (7+ messages)
` [PATCH 13/16] block: switch polling to be bio based

[PATCH] fuse: use DIV_ROUND_UP helper macro for calculations
 2021-06-21  8:32 UTC  (2+ messages)

[PATCH V1] fuse: Set fuse request error upon fuse abort connection
 2021-06-21  7:48 UTC  (2+ messages)

remove the implicit .set_page_dirty default
 2021-06-21  5:26 UTC  (4+ messages)
` [PATCH 3/3] mm: require ->set_page_dirty to be explicitly wire up

[PATCH v2] mm: slub: fix the leak of alloc/free traces debugfs interface
 2021-06-21  4:01 UTC 

futex/call -to plist_for_each_entry_safe with head=NULL
 2021-06-20 16:04 UTC  (5+ messages)

[PATCH v1] mm: slub: fix the leak of alloc/free traces debugfs interface
 2021-06-20 16:01 UTC  (3+ messages)

[RESEND PATCH v2] nsfs: warn if ns->ops is not provided
 2021-06-20  2:52 UTC 

[PATCH] fs: Allow open with O_CREAT to succeed if existing dir is specified
 2021-06-19 15:09 UTC  (4+ messages)

[PATCH v3 1/4] fs: add generic helper for filling statx attribute flags
 2021-06-19  9:31 UTC 

[PATCH] afs: Re-enable freezing once a page fault is interrupted
 2021-06-18 20:52 UTC  (2+ messages)

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-18 20:42 UTC  (3+ messages)
` [PATCH 5/6] sched,timer: Use __set_current_state()

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-06-18 20:05 UTC  (15+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

Possible bogus "fuse: trying to steal weird page" warning related to PG_workingset
 2021-06-18 19:18 UTC  (7+ messages)

support booting of arbitrary non-blockdevice file systems
 2021-06-18 18:03 UTC  (6+ messages)
` [PATCH 2/2] init: allow mounting arbitrary non-blockdevice filesystems as root
` [Virtio-fs] support booting of arbitrary non-blockdevice file systems

[PATCH] fs: Return raw xattr for security.* if there is size disagreement with LSMs
 2021-06-18 17:22 UTC  (9+ messages)

[PATCH 1/1] sched: Add tunable capacity margin for fis_capacity
 2021-06-18 17:14 UTC  (2+ messages)

[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-18 17:09 UTC  (10+ messages)
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-18 16:45 UTC  (30+ messages)

[PATCH 0/3] Virtiofs: Support for remote blocking posix locks
 2021-06-18 15:52 UTC  (4+ messages)
` [PATCH 1/3] virtiofs: Add an index to keep track of first request queue

[PATCH] afs: fix no return statement in function returning non-void
 2021-06-18 15:23 UTC  (11+ messages)

[PATCH V4,0/3] mm: compaction: proactive compaction trigger by user
 2021-06-18 15:18 UTC  (4+ messages)
` [PATCH V4 1/3] mm: compaction: optimize proactive compaction deferrals
` [PATCH V4 2/3] mm: compaction: support triggering of proactive compaction by user
` [PATCH V4 3/3] mm: compaction: fix wakeup logic of proactive compaction

[PATCH v2 0/2] Add support to boot virtiofs and 9pfs as rootfs
 2021-06-18 12:53 UTC  (4+ messages)
` [PATCH v2 1/2] init/do_mounts.c: Add a path to boot from tag based filesystems

[PATCH 0/3] DAX Small clean ups
 2021-06-18 12:49 UTC  (5+ messages)
` [PATCH 1/3] fs/fuse: Remove unneeded kaddr parameter

[PATCH] fuse: set limit size
 2021-06-18  9:55 UTC  (3+ messages)
    `  "

[PATCH v4] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-06-18  7:12 UTC  (5+ messages)

[PATCH 2/3] afs: Fix afs_write_end() to handle short writes
 2021-06-18  3:40 UTC  (6+ messages)
` [PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end

Problem with xfs in an old version
 2021-06-18  2:22 UTC  (3+ 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).