linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 08:49:30 to 2021-09-20 08:55:36 UTC [more...]

[RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
 2021-09-20  8:54 UTC  (2+ messages)
` [PATCH 4/5] mm/writeback: Throttle based on page writeback instead of congestion

[syzbot] WARNING in io_poll_double_wake
 2021-09-20  8:16 UTC  (3+ messages)

[GIT PULL] afs: Fixes for 3rd party-induced data corruption
 2021-09-20  7:09 UTC 

[syzbot] WARNING in __init_work
 2021-09-20  4:03 UTC  (2+ messages)

[PATCH v4 0/8] Add LSM access controls and auditing to io_uring
 2021-09-20  2:44 UTC  (7+ messages)
` [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support "

[PATCH v3] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-20  2:23 UTC  (2+ messages)

[GIT PULL] Memory folios for v5.15
 2021-09-20  2:17 UTC  (21+ messages)
` Folio discussion recap

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-09-19 19:45 UTC  (7+ messages)
  ` [Virtio-fs] "

[PATCH v2] aio: convert active_reqs into a hashtable
 2021-09-19 14:56 UTC  (2+ messages)

[PATCH] fs: buffer: check huge page size instead of single page for invalidatepage
 2021-09-19 14:40 UTC  (3+ messages)

[PATCH] aio: convert active_reqs into a hashtable
 2021-09-19  9:46 UTC 

[PATCH] writeback: prefer struct_size over open coded arithmetic
 2021-09-19  9:46 UTC 

[PATCH] aio: Prefer struct_size over open coded arithmetic
 2021-09-19  9:45 UTC 

[PATCHSET RFC v2 jane 0/5] vfs: enable userspace to reset damaged file storage
 2021-09-18 18:05 UTC  (11+ messages)
` [PATCH 1/5] dax: prepare pmem for use by zero-initializing contents and clearing poisons
` [PATCH 2/5] iomap: use accelerated zeroing on a block device to zero a file range
` [PATCH 3/5] vfs: add a zero-initialization mode to fallocate
` [PATCH 4/5] xfs: implement FALLOC_FL_ZEROINIT_RANGE
` [PATCH 5/5] ext4: "

Shameless plug for the FS Track at LPC next week!
 2021-09-18 15:21 UTC  (12+ messages)
` [External] : "
            ` Alternative project ids and quotas semantics (Was: Shameless plug for the FS Track at LPC next week!)

[PATCH v3 00/76] Optimize list lru memory consumption
 2021-09-18  7:59 UTC  (3+ messages)

[PATCH] ramfs: fix mount source show for ramfs
 2021-09-18  7:08 UTC  (6+ messages)

[PATCH 0/3] fs/ntfs3: Speed up hardlink creation
 2021-09-18  7:02 UTC  (4+ messages)
` [PATCH 1/3] fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext

[PATCH v7 01/12] LICENSES: Add the copyleft-next-0.3.1 license
 2021-09-18  5:04 UTC  (12+ messages)
` [PATCH v7 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v7 03/12] selftests: add tests_sysfs module
` [PATCH v7 04/12] kernfs: add initial failure injection support
` [PATCH v7 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v7 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v7 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v7 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v7 09/12] sysfs: fix deadlock race with module removal
` [PATCH v7 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v7 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v7 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-09-18  0:07 UTC  (12+ messages)

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-09-17 21:45 UTC  (9+ messages)
` [PATCH 4/6] EXT4: remove congestion_wait from ext4_bio_write_page, and simplify
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH RFC v3 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-09-17 18:23 UTC  (8+ messages)
` [PATCH v3 1/3] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH v3 2/3] nfsd: Initial implementation of NFSv4 Courteous Server
` [PATCH v3 3/3] nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN

[PATCH 00/14] firmware_loader: built-in API and make x86 use it
 2021-09-17 18:22 UTC  (15+ messages)
` [PATCH 01/14] firmware_loader: fix pre-allocated buf built-in firmware use
` [PATCH 02/14] firmware_loader: split built-in firmware call
` [PATCH 03/14] firmware_loader: add a sanity check for firmware_request_builtin()
` [PATCH 04/14] firmware_loader: add built-in firmware kconfig entry
` [PATCH 05/14] firmware_loader: formalize built-in firmware API
` [PATCH 06/14] firmware_loader: remove old DECLARE_BUILTIN_FIRMWARE()
` [PATCH 07/14] x86/microcode: Use the firmware_loader built-in API
` [PATCH 08/14] firmware_loader: move struct builtin_fw to the only place used
` [PATCH 09/14] vmlinux.lds.h: wrap built-in firmware support under its kconfig symbol
` [PATCH 10/14] x86/build: Tuck away built-in firmware "
` [PATCH 11/14] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH 12/14] firmware_loader: move builtin build helper to shared library
` [PATCH 13/14] test_firmware: move a few test knobs out to its library
` [PATCH 14/14] test_firmware: add support for testing built-in firmware

A missing check bug in cgroup1_reconfigure()
 2021-09-17 17:28 UTC 

[PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-17 15:33 UTC  (11+ messages)
` [PATCH v9 5/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v9 7/8] xfs: support CoW in fsdax mode

[RFC PATCH v2 0/8] fscache: Replace and remove old I/O API v2
 2021-09-17 15:05 UTC  (9+ messages)
` [PATCH v2 1/8] fscache: Generalise the ->begin_read_operation method
` [PATCH v2 2/8] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v2 3/8] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v2 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching
` [PATCH v2 5/8] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v2 6/8] fscache: Remove the old "
` [PATCH v2 7/8] fscache: Remove stats that are no longer used
` [PATCH v2 8/8] fscache: Update the documentation to reflect I/O API changes

[syzbot] upstream test error: KASAN: invalid-access Read in __entry_tramp_text_end
 2021-09-17 15:03 UTC  (2+ messages)

[MAINTAINER SUMMIT] Folios as a potential Kernel/Maintainers Summit topic?
 2021-09-17 14:36 UTC  (23+ messages)

[PATCH 0/3 RFC] Remove DAX experimental warnings
 2021-09-17 14:09 UTC  (7+ messages)
` [PATCH 2/3] ext4: remove dax EXPERIMENTAL warning
` [PATCH 3/3] ext2: "

[PATCH v2] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-17 12:52 UTC  (3+ messages)

[syzbot] upstream test error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-17 12:43 UTC  (4+ messages)

[PATCH] fsnotify: Extend ioctl to allow to suppress events
 2021-09-17 12:26 UTC  (5+ messages)

[PATCH] mm: Fully initialize invalidate_lock, amend lock class later
 2021-09-17 11:39 UTC  (3+ messages)

Could we get an IOCB_NO_READ_HOLE?
 2021-09-17 11:04 UTC  (3+ messages)

[syzbot] upstream test error: WARNING in __do_kernel_fault
 2021-09-17  8:20 UTC  (2+ messages)

[syzbot] linux-next test error: KASAN: null-ptr-deref Read in fuse_conn_put
 2021-09-17  8:05 UTC  (5+ messages)

[syzbot] general protection fault in path_init
 2021-09-17  7:46 UTC 

[syzbot] general protection fault in sync_file_range
 2021-09-17  7:45 UTC 

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-09-17  1:58 UTC  (11+ messages)
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-16 22:13 UTC  (11+ messages)
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-09-16 22:05 UTC  (5+ messages)
` [PATCH 1/2] sysctl: introduce new proc handler proc_dobool
` [PATCH 2/2] lockd: change the proc_handler for nsm_use_hostnames

[PATCH v2] binfmt_elf: Reintroduce using MAP_FIXED_NOREPLACE
 2021-09-16 21:59 UTC 

mmotm 2021-09-16-14-00 uploaded
 2021-09-16 21:00 UTC 

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-16 18:38 UTC  (12+ messages)
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has()

[PATCH] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-16 17:08 UTC  (6+ messages)

[PATCHSET v3 0/3] Add ability to save/restore iov_iter state
 2021-09-16 16:10 UTC  (3+ messages)

[RFC PATCH] fs/compat_binfmt_elf: Introduce sysctl to disable compat ELF loader
 2021-09-16 16:17 UTC  (6+ messages)

[PATCH AUTOSEL 5.14 19/25] connector: send event on write to /proc/[pid]/comm
 2021-09-16 15:49 UTC  (4+ messages)

[PATCH v9 3/8] fsdax: Replace mmap entry in case of CoW
 2021-09-16 14:51 UTC  (2+ messages)

[PATCH 5.10] fanotify: limit number of event merge attempts
 2021-09-16 14:00 UTC  (2+ messages)

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.10-stable tree
 2021-09-16 11:56 UTC 

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.13-stable tree
 2021-09-16 11:46 UTC 

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.14-stable tree
 2021-09-16 11:34 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).