linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-26 12:05:37 to 2024-06-27 20:24:11 UTC [more...]

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-06-27 20:24 UTC  (25+ messages)
` [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/13] fs/dax: Refactor wait for dax idle page
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 05/13] mm: Allow compound zone device pages
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 08/13] huge_memory: Allow mappings of PMD "
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 12/13] mm: Remove pXX_devmap callers
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-06-27 20:20 UTC  (3+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()

[PATCH] cachestat: do not flush stats in recency check
 2024-06-27 20:17 UTC 

[PATCH RFC 0/4] pidfs: allow retrieval of namespace descriptors
 2024-06-27 20:05 UTC  (9+ messages)
` [PATCH RFC 1/4] file: add take_fd() cleanup helper
` [PATCH RFC 2/4] nsproxy: add a cleanup helper for nsproxy
` [PATCH RFC 3/4] nsfs: add open_namespace()
` [PATCH RFC 4/4] pidfs: allow retrieval of namespace file descriptors

[RFC PATCH 0/7] Make core VMA operations internal and testable
 2024-06-27 20:03 UTC  (25+ messages)
` [RFC PATCH 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [RFC PATCH 2/7] mm: move vma_modify() and helpers to internal header
` [RFC PATCH 3/7] mm: unexport vma_expand() / vma_shrink()
` [RFC PATCH 4/7] mm: move internal core VMA manipulation functions to own file
` [RFC PATCH 5/7] MAINTAINERS: Add entry for new VMA files
` [RFC PATCH 6/7] tools: separate out shared radix-tree components
` [RFC PATCH 7/7] tools: add skeleton code for userland testing of VMA logic

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-27 19:59 UTC  (8+ messages)
` [PATCH v6 1/6] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v6 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v6 4/6] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v6 5/6] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v6 6/6] selftests/proc: add PROCMAP_QUERY ioctl tests

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-06-27 19:59 UTC  (23+ messages)
` [PATCH v2 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v2 1/3] fs/file.c: add fast path in alloc_fd()
  ` [PATCH v2 3/3] fs/file.c: remove sanity_check from alloc_fd()

[PATCH v2 0/2] exec: Avoid pathological argc, envc, and bprm->p values
 2024-06-27 19:49 UTC  (3+ messages)

[PATCH] nsfs: add pid translation ioctls
 2024-06-27 19:31 UTC  (2+ messages)

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-06-27 19:29 UTC  (9+ messages)

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-27 18:14 UTC  (3+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH] vfs: rename parent_ino to d_parent_ino and make it use RCU
 2024-06-27 16:30 UTC  (2+ messages)

[PATCH 00/10] fs: multigrain timestamp redux
 2024-06-27 15:35 UTC  (13+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "

[PATCH v2 0/2] fat: add support for directories without . and .. entries
 2024-06-27 15:28 UTC  (7+ messages)
` [PATCH v2 2/2] fat: always use dir_emit_dots and ignore "

[PATCH v2 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-06-27 15:18 UTC  (11+ messages)
` [PATCH v2 2/5] cachefiles: flush all requests for the object that is being dropped

[RFC v3 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-06-27 15:16 UTC  (6+ messages)
` [RFC v3 1/1] fs/namespace: remove "

[PATCH 0/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-06-27 13:54 UTC  (18+ messages)
` [PATCH 2/2] "

[syzbot] [exfat?] possible deadlock in exfat_iterate (2)
 2024-06-27 12:58 UTC 

[PATCH v2] statx.2: Document STATX_SUBVOL
 2024-06-27 12:55 UTC  (3+ messages)

[PATCH 0/10] mm: Fix various readahead quirks
 2024-06-27  6:10 UTC  (3+ messages)

[PATCH v2 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-27  0:39 UTC  (5+ messages)
` [PATCH v2 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH v2 2/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH v2 3/4] mm/filemap: Skip to create PMD-sized page cache if needed
` [PATCH v2 4/4] mm/shmem: Disable "

[RFC PATCH] mm: introduce gen information in /proc/xxx/smaps
 2024-06-27  0:23 UTC  (2+ messages)

[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-26 23:48 UTC  (10+ messages)

[PATCH v2 0/2] man-pages: add documentation for statmount/listmount
 2024-06-26 22:06 UTC  (11+ messages)
` [PATCH v2 1/2] statmount.2: New page describing the statmount syscall
` [PATCH v2 2/2] listmount.2: New page describing the listmount syscall

[PATCH v3 0/2] man-pages: add documentation for statmount/listmount
 2024-06-26 18:48 UTC  (4+ messages)
` [PATCH v3 1/2] statmount.2: New page describing the statmount syscall
` [PATCH v3 2/2] listmount.2: New page describing the listmount syscall

[PATCH] jfs: Fix array-index-out-of-bounds in diFree
 2024-06-26 17:40 UTC  (3+ messages)

[Jfs-discussion] [PATCH] jfs: reserve the header and use freelist from second
 2024-06-26 17:30 UTC  (3+ messages)
` [PATCH V2] jfs: fix null ptr deref in dtInsertEntry

[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-26 16:37 UTC  (4+ messages)
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[syzbot] [fs?] linux-next test error: BUG: sleeping function called from invalid context in mas_alloc_nodes
 2024-06-26 15:27 UTC 

[PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
 2024-06-26 15:02 UTC  (6+ messages)

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-06-26 13:58 UTC  (3+ messages)

[PATCH v3 1/3] Fix userfaultfd_api to return EINVAL as expected
 2024-06-26 13:53 UTC  (4+ messages)
` [PATCH v3 2/3] Update uffd-stress to handle EINVAL for unset config features
` [PATCH v3 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured

[PATCH RESEND 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-06-26 13:28 UTC  (4+ messages)

[PATCH v2 0/5] Rosebush, a new hash table
 2024-06-26 13:16 UTC  (5+ messages)
` [PATCH v2 2/5] rosebush: Add new data structure

[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected
 2024-06-26 12:49 UTC  (8+ messages)
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured

[PATCH 00/11] Bugfix and refactoring
 2024-06-26 12:42 UTC  (12+ messages)
` [PATCH 01/11] fs/ntfs3: Fix field-spanning write in INDEX_HDR
` [PATCH 02/11] fs/ntfs3: Fix the format of the "nocase" mount option
` [PATCH 03/11] fs/ntfs3: Missed error return
` [PATCH 04/11] fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
` [PATCH 05/11] fs/ntfs3: Do copy_to_user out of run_lock
` [PATCH 06/11] fs/ntfs3: Check more cases when directory is corrupted
` [PATCH 07/11] fs/ntfs3: Minor ntfs_list_ea refactoring
` [PATCH 08/11] fs/ntfs3: Use function file_inode to get inode from file
` [PATCH 09/11] fs/ntfs3: Redesign legacy ntfs support
` [PATCH 10/11] fs/ntfs3: Implement simple fileattr
` [PATCH 11/11] fs/ntfs3: Fix formatting, change comments, renaming

[PATCH 0/4] Add the ability to query mount options in statmount
 2024-06-26 12:23 UTC  (9+ messages)
` (subset) "

[PATCH] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
 2024-06-26 12:20 UTC  (2+ messages)

[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
 2024-06-26 12:19 UTC  (3+ messages)
` [PATCH v2] "


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