linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 13:22:46 to 2021-06-18 22:14:43 UTC [more...]

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-18 22:14 UTC  (21+ 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

[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] "

[PATCH] fuse: fix unfreezable tasks
 2021-06-18 19:45 UTC 

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

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  (7+ 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

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

[PATCH 1/1] sched: Add tunable capacity margin for fis_capacity
 2021-06-18 17:14 UTC  (3+ 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

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-18 17:03 UTC  (6+ messages)

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

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-18 16:10 UTC  (3+ messages)

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

[PATCH] afs: fix no return statement in function returning non-void
 2021-06-18 15:23 UTC  (12+ 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] backing_dev_info: introduce min_bw/max_bw limits
 2021-06-18 14:41 UTC  (4+ messages)

switch block layer polling to a bio based model v4
 2021-06-18 14:27 UTC  (5+ messages)
` [PATCH 13/16] block: switch polling to be bio based

[PATCH v1] mm: slub: fix the leak of alloc/free traces debugfs interface
 2021-06-18 13:15 UTC  (2+ messages)

[PATCH v2 0/2] Add support to boot virtiofs and 9pfs as rootfs
 2021-06-18 12:53 UTC  (7+ 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 v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-18  8:44 UTC  (6+ messages)
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
    `  "
      ` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

[PATCH] configfs: fix memleak in configfs_release_bin_file
 2021-06-18  7:59 UTC 

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

[PATCH] fuse: fix illegal access to inode with reused nodeid
 2021-06-18  6:34 UTC  (8+ messages)

[PATCH v2 0/3] netfs, afs: Fix netfs_write_begin and THP handling
 2021-06-18  3:46 UTC  (5+ 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 2/3] afs: Fix afs_write_end() to handle short writes
 2021-06-18  3:40 UTC  (7+ messages)
` [PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-18  3:40 UTC  (2+ messages)

Problem with xfs in an old version
 2021-06-18  2:22 UTC  (3+ messages)

[PATCH 0/2] mount: add "nosymfollow" support to new mount api
 2021-06-17 19:03 UTC  (5+ messages)
` [PATCH 1/2] mount: Support "nosymfollow" in "
` [PATCH 2/2] tests: test MOUNT_ATTR_NOSYMFOLLOW with mount_setattr()

mmotm 2021-06-16-22-12 uploaded
 2021-06-17 17:18 UTC  (2+ messages)
` mmotm 2021-06-16-22-12 uploaded (drivers/net/ethernet/intel/ice/ice_main.o)

[GIT PULL] Quota and fanotify fixes for 5.13-rc7
 2021-06-17 16:52 UTC  (2+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-17 16:32 UTC  (16+ messages)
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()

[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
 2021-06-17 16:17 UTC  (7+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-17 14:52 UTC  (8+ messages)
` [PATCH RFCv4 2/4] lib/vsprintf.c: "
` [PATCH RFCv4 3/4] lib/test_printf.c: split write-beyond-buffer check in two
` [PATCH RFCv4 4/4] lib/test_printf.c: add test cases for '%pD'

[PATCH v12] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-17 14:52 UTC  (3+ messages)

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-06-17 14:38 UTC  (8+ messages)
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set
 2021-06-17 14:35 UTC  (3+ messages)

[PATCH] afs: fix tracepoint string placement with built-in AFS
 2021-06-17 13:37 UTC  (5+ messages)

[PATCH RFC] fuse: add generic file store
 2021-06-17 13:23 UTC  (12+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-17 12:23 UTC 

the major/minor value of statx(kernel samples/vfs/test-statx.c) does not match /usr/bin/stat
 2021-06-17 10:12 UTC 

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-17  9:48 UTC  (2+ messages)

[PATCH 1/1] hfsplus: remove unnecessary oom message
 2021-06-17  8:49 UTC 

[PATCH v3] eventfd: convert global percpu eventfd_wake_count to ctx percpu eventfd_wake_count
 2021-06-17  8:46 UTC  (3+ messages)
  `  "

[PATCH 1/1] coredump: remove unnecessary oom message
 2021-06-17  8:44 UTC 

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-17  8:12 UTC  (9+ messages)
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH v3 0/5] Use the normal block device I/O path
 2021-06-17  7:57 UTC  (9+ messages)
` [PATCH v3 1/5] pstore/blk: Improve failure reporting
` [PATCH v3 2/5] pstore/blk: Move verify_size() macro out of function
` [PATCH v3 3/5] pstore/blk: Use the normal block device I/O path
` [PATCH v3 4/5] pstore/blk: Fix kerndoc and redundancy on blkdev param
` [PATCH v3 5/5] pstore/blk: Include zone in pstore_device_info

[PATCH] ramfs: skip mknod if inode already exists
 2021-06-17  1:13 UTC  (3+ messages)
  ` [PATCH] ramfs: skip mknod if inode already exists.【请注意,邮件由viro@ftp.linux.org.uk代发】

[PATCH 5/6] fs: Remove noop_set_page_dirty()
 2021-06-16 22:33 UTC  (4+ messages)

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-16 21:31 UTC  (6+ messages)
  ` [PATCH v9] "

[PATCH 0/6] Further set_page_dirty cleanups
 2021-06-16 16:35 UTC  (11+ messages)
` [PATCH 1/6] mm/writeback: Move __set_page_dirty() to core mm
` [PATCH 3/6] iomap: Use __set_page_dirty_nobuffers

[PATCH] afs: Re-enable freezing once a page fault is interrupted
 2021-06-16 15:49 UTC 

futex/call -to plist_for_each_entry_safe with head=NULL
 2021-06-16 15:42 UTC  (4+ messages)

[REMINDER] LSF/MM/BPF: 2021: Call for Proposals
 2021-06-16 15:02 UTC 

[PATCH v2 0/4] Include zone in pstore_device_info
 2021-06-16 14:41 UTC  (4+ messages)
` [PATCH v2 3/4] pstore/blk: "

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-06-16 13:49 UTC  (4+ 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).