messages from 2024-12-14 15:23:08 to 2024-12-17 10:00:04 UTC [more...]
[RFC v2 00/11] enable bs > ps for block devices
2024-12-17 10: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 09/11] block/bdev: lift block size restrictions and use common definition
` [RFC v2 10/11] nvme: remove superfluous block size check
[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 (16+ 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 v4 00/10] ext4: clean up and refactor fallocate
2024-12-17 7:38 UTC (18+ 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 05/10] ext4: refactor ext4_zero_range()
` [PATCH v4 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v4 07/10] ext4: refactor ext4_insert_range()
` [PATCH v4 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v4 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v4 10/10] ext4: move out common parts "
[PATCH -next] fs: fix missing declaration of init_files
2024-12-17 7:18 UTC
[PATCH v4 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-17 6:38 UTC (7+ 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 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-17 5:39 UTC (6+ messages)
` [PATCH 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH 3/3] xfs_io: add extsize command support
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 5:20 UTC (8+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 5:13 UTC (26+ 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"
[PATCH v10 0/2] fuse: add kernel-enforced request timeout option
2024-12-17 1:26 UTC (17+ 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 1:23 UTC (3+ 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 bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-16 23:08 UTC (9+ messages)
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
[PATCH 1/2] dax: Remove access to page->index
2024-12-16 22:25 UTC (5+ 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 (5+ 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 (4+ messages)
` [PATCH 1/2] xfs: calculate cluster_size_raw from sb when sparse alloc enabled
` [PATCH 2/2] mkfs: make cluster size tunnable "
[PATCH v3 0/2] fuse: Increase FUSE_NAME_MAX limit
2024-12-16 21:14 UTC (3+ 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 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 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
2024-12-16 20:34 UTC (8+ messages)
` [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 11/10] netfs: Fix is-caching check in read-retry
[PATCH] f2fs: ensure that node info flags are always initialized
2024-12-16 16:40 UTC (4+ messages)
` [PATCH v2] "
` [f2fs-dev] "
[PATCH 1/5] squashfs: Use a folio throughout squashfs_read_folio()
2024-12-16 16:26 UTC (5+ messages)
` [PATCH 2/5] squashfs: Pass a folio to squashfs_readpage_fragment()
` [PATCH 3/5] squashfs: Convert squashfs_readpage_block() to take a folio
` [PATCH 4/5] squashfs; Convert squashfs_copy_cache() "
` [PATCH 5/5] squashfs: Convert squashfs_fill_page() "
[PATCHv14 10/11] nvme: register fdp parameters with the block layer
2024-12-16 16:12 UTC
[PATCH] iov_iter: Remove setting of page->index
2024-12-16 16:12 UTC
[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
2024-12-16 16:03 UTC (9+ messages)
[PATCH v5 0/5] Improve simple directory offset wrap behavior
2024-12-16 13:51 UTC (9+ messages)
` [PATCH v5 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v5 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v5 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v5 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v5 5/5] libfs: Use d_children list to iterate simple_offset directories
[Bug] BUG: soft lockup in oom_score_adj_write
2024-12-16 13:34 UTC
[PATCH] statx.2: Update STATX_WRITE_ATOMIC filesystem support
2024-12-16 12:47 UTC (7+ messages)
[PATCH v3 0/3] Additional miscdevice fops parameters
2024-12-16 12:11 UTC (2+ messages)
[PATCH 0/2] man2: Document RWF_NOAPPEND
2024-12-16 10:33 UTC (2+ messages)
[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
2024-12-16 9:11 UTC (6+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing
[PATCH v1] exfat: fix the new buffer was not zeroed before writing
2024-12-16 6:52 UTC
[PATCH v1] exfat: fix the infinite loop in __exfat_free_cluster()
2024-12-16 6:49 UTC
RFC: iomap patches for zoned XFS
2024-12-16 4:55 UTC (4+ messages)
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag
[PATCH v1] exfat: fix the infinite loop in exfat_readdir()
2024-12-16 3:37 UTC
[PATCH v2] fuse: Abort connection if FUSE server get stuck
2024-12-16 2:07 UTC (8+ messages)
[PATCH 0/3] fs: tweak mntns iteration
2024-12-15 20:17 UTC (4+ messages)
` [PATCH 1/3] fs: kill MNT_ONRB
` [PATCH 2/3] fs: cache first and last mount
` [PATCH 3/3] selftests: add listmount() iteration tests
[PATCH] vbox: arm64 support for vboxguest
2024-12-15 19:52 UTC
[PATCH v3] mm/readahead: fix large folio support in async readahead
2024-12-15 3:10 UTC (2+ messages)
[syzbot] [fs?] possible deadlock in input_inject_event
2024-12-15 2:25 UTC (2+ messages)
[PATCH] pidfs: lookup pid through rbtree
2024-12-14 21:01 UTC
[PATCH v4 0/5] Improve simple directory offset wrap behavior
2024-12-14 19:59 UTC (7+ messages)
` [PATCH v4 5/5] libfs: Use d_children list to iterate simple_offset directories
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox