Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 18:57:40 to 2024-01-25 18:43:52 UTC [more...]

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-25 18:43 UTC 

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2024-01-25 18:24 UTC  (8+ messages)

[PATCH v5 0/2] io_uring: add support for ftruncate
 2024-01-25 18:01 UTC  (4+ messages)
` [PATCH v5 1/2] Add ftruncate_file that truncates a struct file

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 17:23 UTC  (6+ messages)

[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
 2024-01-25 17:17 UTC  (13+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-25 17:01 UTC  (37+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 17:00 UTC  (44+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock

[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-01-25 16:55 UTC  (10+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount

[PATCH net] tcp: add sanity checks to rx zerocopy
 2024-01-25 16:54 UTC  (4+ messages)

[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-25 16:53 UTC  (6+ messages)
` [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc
 2024-01-25 16:41 UTC 

[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
 2024-01-25 16:38 UTC  (14+ messages)
        `  "

[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-25 16:25 UTC  (2+ messages)

[PATCH 0/3] Add support for tmpfs quotas
 2024-01-25 16:04 UTC  (4+ messages)
` [PATCH 1/3] Rename searched_dir->sd_dir to sd_isdir
` [PATCH 2/3] Add quotactl_fd() support
` [PATCH 3/3] Enable support for tmpfs quotas

[LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems
 2024-01-25 15:48 UTC 

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-01-25 14:06 UTC  (3+ messages)
` [PATCH 5.10/5.15 v2 1/1 RFC] mm/truncate: Replace page_mapped() call in invalidate_inode_page()

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
 2024-01-25 12:55 UTC  (3+ messages)

[PATCH v4 0/2] fuse: Add support for resend pending requests
 2024-01-25 11:43 UTC  (3+ messages)
` [PATCH v4 1/2] fuse: Introduce a new notification type "

[PATCH v3 00/15] block atomic writes
 2024-01-25 11:28 UTC  (4+ messages)
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[GIT PULL] overlayfs fixes for 6.8-rc2
 2024-01-25 11:23 UTC 

[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
 2024-01-25 10:31 UTC  (13+ messages)
    ` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY

[PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
 2024-01-25 10:19 UTC  (5+ messages)

[GIT PULL] netfs fixes
 2024-01-25 10:13 UTC 

[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
 2024-01-25  9:37 UTC  (2+ messages)

[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
 2024-01-25  9:36 UTC  (3+ messages)

[LSF/MM TOPIC] Rust
 2024-01-25  9:24 UTC  (13+ messages)
          `  "

[RFC PATCH 00/19] Rust abstractions for VFS
 2024-01-25  9:15 UTC  (11+ messages)
` [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems
` [RFC PATCH 19/19] tarfs: introduce tar fs

Convert write_cache_pages() to an iterator v5
 2024-01-25  8:57 UTC  (20+ messages)
` [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/19] writeback: Factor folio_prepare_writeback() "
` [PATCH 09/19] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/19] pagevec: Add ability to iterate a queue
` [PATCH 11/19] writeback: Use the folio_batch queue iterator
` [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/19] writeback: Move the folio_prepare_writeback loop "
` [PATCH 14/19] writeback: Factor writeback_iter_next() "
` [PATCH 15/19] writeback: Add for_each_writeback_folio()
` [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-01-25  6:31 UTC  (8+ messages)

[LSF/MM TOPIC] QUIC kernel driver and use by kernel FS
 2024-01-25  5:51 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
 2024-01-25  3:17 UTC  (2+ messages)

[syzbot] [fs?] BUG: soft lockup in pipe_read
 2024-01-25  2:05 UTC 

[PATCH 1/2] userfaultfd: handle zeropage moves by UFFDIO_MOVE
 2024-01-25  0:13 UTC 

[PATCH v2 bpf-next 00/30] BPF token
 2024-01-25  0:10 UTC  (2+ messages)

[PATCH v3 0/2] Try exact-match comparison ahead of case-insensitive match
 2024-01-24 22:44 UTC  (8+ messages)
` [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
        ` [PATCH v4] libfs: Attempt exact-match comparison first during casefolded lookup

[PATCH v5 0/2] fix the fallback implementation of get_name
 2024-01-24 22:19 UTC  (3+ messages)
` [PATCH v5 2/2] fs: Create a generic is_dot_dotdot() utility

[PATCH] exec: Remove __FMODE_EXEC from uselib()
 2024-01-24 22:09 UTC  (2+ messages)

[GIT PULL] execve fixes for v6.8-rc2
 2024-01-24 21:56 UTC  (2+ messages)

[RFC PATCH 00/19] Rust abstractions for VFS
 2024-01-24 19:49 UTC  (5+ messages)

[PATCH] exec: Distinguish in_execve from in_exec
 2024-01-24 19:23 UTC 

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-24 19:05 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).