public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-21 08:34:11 to 2024-11-22 14:51:05 UTC [more...]

[PATCH 00/12] fuse: support large folios
 2024-11-22 14:51 UTC  (25+ messages)
` [PATCH 01/12] fuse: support copying "
` [PATCH 02/12] fuse: support large folios for retrieves
` [PATCH 03/12] fuse: refactor fuse_fill_write_pages()
` [PATCH 04/12] fuse: support large folios for non-writeback writes
` [PATCH 05/12] fuse: support large folios for folio reads
` [PATCH 06/12] fuse: support large folios for symlinks
` [PATCH 07/12] fuse: support large folios for stores
` [PATCH 08/12] fuse: support large folios for queued writes
` [PATCH 09/12] fuse: support large folios for readahead
` [PATCH 10/12] fuse: support large folios for direct io
` [PATCH 11/12] fuse: support large folios for writeback
` [PATCH 12/12] fuse: enable large folios

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-22 14:50 UTC  (11+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-11-22 14:24 UTC  (13+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[PATCH v3 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-22 14:19 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-22 13:51 UTC  (26+ messages)
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults

[PATCH] fs: Fix data race in inode_set_ctime_to_ts
 2024-11-22 13:06 UTC  (7+ messages)
  ` [PATCH v2] "
      `  "
      ` [PATCH v3] "

permission checking for F_SET_RW_HINT
 2024-11-22 12:53 UTC  (5+ messages)
` [PATCH 1/2] fs: require inode_owner_or_capable "
` [PATCH 2/2] fs: require FMODE_WRITE "

[PATCH] idr-test: ida_simple_get/remove are deprecated, so switch to ida_alloc/free
 2024-11-22 12:50 UTC  (2+ messages)

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-22 12:06 UTC  (22+ messages)
                  ` review process (was: underalated stuff)

[PATCH V3] fs/ntfs3: check if the inode is bad before creating symlink
 2024-11-22 11:50 UTC  (4+ messages)
  ` [PATCH V4] "

[PATCH v2] kernel: add pid_max to pid_namespace
 2024-11-22 11:31 UTC  (4+ messages)

[PATCH] fuse: dax: No-op writepages callback
 2024-11-22 11:31 UTC  (4+ messages)

GIT PULL] Remove reiserfs
 2024-11-22 11:30 UTC  (2+ messages)

[PATCH] samples: fix missing nodiratime option and handle propagate_from correctly
 2024-11-22 11:18 UTC  (2+ messages)

[PATCH] fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter_zero
 2024-11-22 11:09 UTC  (3+ messages)

[PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-22 11:03 UTC  (7+ messages)
` [PATCH v4 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v4 2/2] mm: guestmem: Convert address_space operations to guestmem library

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (23+ messages)
` [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open
` [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH 05/19] fanotify: rename a misnamed constant
` [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH 07/19] fsnotify: introduce pre-content permission events
` [PATCH 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH 11/19] fanotify: report file range info with pre-content events
` [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 13/19] fanotify: disable readahead if we have pre-content watches
` [PATCH 14/19] mm: don't allow huge faults for files with pre content watches
` [PATCH 15/19] fsnotify: generate pre-content permission event on page fault
` [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults
` [PATCH 17/19] btrfs: disable defrag on pre-content watched files
` [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults
` [PATCH 19/19] fs: enable pre-content events on supported file systems

[GIT PULL] sysctl changes for v6.13-rc1
 2024-11-22 10:50 UTC 

[GIT PULL] overlayfs updates for 6.13
 2024-11-22  9:57 UTC 

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-22  9:47 UTC  (21+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-11-22  6:07 UTC  (6+ messages)
` [PATCH v2 1/2] quota: flush quota_release_work upon quota writeback
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[syzbot] [hfs?] KMSAN: uninit-value in hfs_read_inode
 2024-11-22  4:48 UTC 

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-22  3:37 UTC  (29+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v1] tmpfs: Unsigned expression compared with zero
 2024-11-22  3:31 UTC  (2+ messages)

[PATCH v3 0/3] symlink length caching
 2024-11-22  1:56 UTC  (11+ messages)
` [PATCH v3 1/3] vfs: support caching symlink lengths in inodes
` [PATCH v3 2/3] ext4: use inode_set_cached_link()
` [PATCH v3 3/3] tmpfs: "

[PATCH RFC v6 00/16] fuse: fuse-over-io-uring
 2024-11-21 23:43 UTC  (17+ messages)
` [PATCH RFC v6 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v6 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v6 03/16] fuse: Move request bits
` [PATCH RFC v6 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v6 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v6 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v6 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v6 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v6 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v6 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v6 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v6 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v6 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v6 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v6 16/16] fuse: enable fuse-over-io-uring

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-11-21 22:02 UTC  (2+ messages)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-21 18:28 UTC  (16+ messages)

[GIT PULL] fsnotify changes for 6.13-rc1
 2024-11-21 18:04 UTC  (2+ messages)

[GIT PULL] Quota and isofs fixes for 6.13-rc1
 2024-11-21 18:04 UTC  (2+ messages)

[GIT PULL] Remove reiserfs
 2024-11-21 18:04 UTC  (2+ messages)

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-21 15:45 UTC  (17+ messages)
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support

UML mount failure with Linux 6.11
 2024-11-21 13:53 UTC  (8+ messages)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-21 13:48 UTC  (17+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[ISSUE] split_folio() and dirty IOMAP folios
 2024-11-21 12:15 UTC  (7+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-21 11:49 UTC  (3+ messages)
` [PATCH v2] mm/page-writeback: raise "

[PATCH v2] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-21 10:20 UTC  (2+ messages)

[PATCH v5 0/5] fuse: remove temp page copies in writeback
 2024-11-21 10:11 UTC  (6+ messages)
` [PATCH v5 5/5] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH] mm/page-writeback: Consolidate wb_thresh bumping logic into __wb_calc_thresh
 2024-11-21 10:05 UTC 

[PATCH v2] fiemap: use kernel-doc includes in fiemap docbook
 2024-11-21  9:47 UTC  (2+ messages)

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-08-29 13:32 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox