linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-16 18:56:44 to 2024-12-18 10:19:00 UTC [more...]

[PATCH v4 00/10] ext4: clean up and refactor fallocate
 2024-12-18 10:18 UTC  (20+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v4 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v4 07/10] ext4: refactor ext4_insert_range()

[PATCH v3 0/2] fuse: Increase FUSE_NAME_MAX limit
 2024-12-18  9:25 UTC  (5+ messages)
` [PATCH v3 1/2] fuse: Allocate only namelen buf memory in fuse_notify_
` [PATCH v3 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX

[PATCH 0/2] block size limit cleanups
 2024-12-18  8:08 UTC  (6+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check

[PATCH v4 0/5] Fix and cleanups to xarray
 2024-12-18 15:46 UTC  (6+ messages)
` [PATCH v4 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()
` [PATCH v4 3/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH v4 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH v4 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

[PATCH] lsm: integrity: Allow enable/disable ima and evm with lsm= cmdline
 2024-12-18  6:43 UTC 

[RFC 0/2] ima: evm: Add kernel cmdline options to disable IMA/EVM
 2024-12-18  6:41 UTC  (11+ messages)
` [RFC 1/2] ima: Add kernel parameter to disable IMA
` [RFC 2/2] evm: Add kernel parameter to disable EVM

[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-18  5:13 UTC  (2+ messages)

[PATCH v4 bpf-next 0/6] Enable writing xattr from BPF programs
 2024-12-18  4:38 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v4 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v4 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v4 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v4 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs

[PATCH v1] exfat: fix the infinite loop in __exfat_free_cluster()
 2024-12-18  4:21 UTC  (2+ messages)

[PATCH v1] exfat: fix the infinite loop in exfat_readdir()
 2024-12-18  4:21 UTC  (2+ messages)

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-18  2:47 UTC  (7+ messages)
` [PATCH 1/5] fs/buffer: move async batch read code into a helper
` [PATCH 2/5] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [PATCH 4/5] fs/buffer: add iteration support "
` [PATCH 5/5] fs/buffer: reduce stack usage on bh_read_iter()

overlayfs: WARN_ONCE(Can't encode file handler for inotify: 255)
 2024-12-18  0:23 UTC 

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-17 23:50 UTC  (4+ messages)
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-17 23:37 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v6 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v6 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v6 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

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

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17 21:00 UTC  (19+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition

[PATCH v10 0/2] fuse: add kernel-enforced request timeout option
 2024-12-17 20:37 UTC  (13+ messages)
` [PATCH v10 1/2] fuse: add kernel-enforced timeout option for requests

[RFC] lsm: fs: Use i_callback to free i_security in RCU callback
 2024-12-17 18:19 UTC  (7+ messages)

[PATCH RFC v2 0/2] pidfs: use maple tree
 2024-12-17 17:41 UTC  (10+ messages)

[PATCH 6.12 122/172] cifs: Fix rmdir failure due to ongoing I/O on deleted file
 2024-12-17 17:07 UTC 

[RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback
 2024-12-17 16:31 UTC  (7+ messages)

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-17 15:58 UTC  (2+ messages)

[PATCH v14 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-17 15:28 UTC  (3+ messages)
` [PATCH v14 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v14 2/2] rust: xarray: Add an abstraction for XArray

[PATCH 0/2] fix reading ESP during coredump
 2024-12-17 15:09 UTC  (5+ messages)
` [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable "

[PATCH] fs: use xarray for old mount id
 2024-12-17 14:36 UTC  (4+ messages)

[syzbot] [ext4?] WARNING in __find_get_block (2)
 2024-12-17 14:35 UTC 

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-17 14:11 UTC  (11+ messages)
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types

[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
 2024-12-17 13:57 UTC  (4+ messages)
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table

[PATCH v3 0/2] Fixes multiple sysctl proc_handler usage error
 2024-12-17 13:29 UTC  (3+ messages)
` [PATCH v3 1/2] coredump: Fixes core_pipe_limit sysctl proc_handler
` [PATCH v3 2/2] sysctl: Fix underflow value setting risk in vm_table

[PATCH -next] fs: fix missing declaration of init_files
 2024-12-17 12:38 UTC  (2+ messages)

[REGRESSION] generic/{467,477} in linux-next
 2024-12-17  8:28 UTC  (3+ messages)

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-17  8:23 UTC  (14+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[PATCH] inotify: Use strscpy() for event->name copies
 2024-12-17  7:51 UTC  (3+ messages)

[PATCH 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-17  5:39 UTC  (4+ messages)
` [PATCH 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17  5:20 UTC  (6+ messages)

[PATCH v3 0/5] Fixes and cleanups to xarray
 2024-12-17  0:59 UTC  (6+ messages)
` [PATCH v3 1/5] Xarray: Do not return sibling entries from xas_find_marked()

[PATCH] exfat: bail out on -EIO in exfat_find_empty_entry()
 2024-12-16 23:36 UTC  (2+ messages)

[PATCH 1/2] dax: Remove access to page->index
 2024-12-16 22:25 UTC  (3+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX

[PATCH v2 0/2] fuse: Increase FUSE_NAME_MAX limit
 2024-12-16 21:19 UTC  (4+ messages)
` [PATCH v2 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX

[PATCH 0/2] xfs: make cluster size tunnable for sparse allocation
 2024-12-16 21:19 UTC  (2+ messages)

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2024-12-16 20:41 UTC  (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 20:34 UTC  (2+ messages)
` [PATCH 11/10] netfs: Fix is-caching check in read-retry


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