public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-29 17:30:22 to 2024-07-03 10:22:45 UTC [more...]

[RFC PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-03 10:22 UTC  (7+ messages)
` [RFC PATCH v2 3/7] mm: move vma_shrink(), vma_expand() to internal header
` [RFC PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-07-03 10:11 UTC  (3+ messages)

[PATCH 0/2] statx NULL path support
 2024-07-03 10:07 UTC  (16+ messages)
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)

[RFC v3 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-07-03  9:22 UTC  (25+ messages)
` [RFC v3 1/1] fs/namespace: remove "

[PATCH V2 0/3] fat: convert to the new mount API
 2024-07-03  8:49 UTC  (9+ messages)
` [PATCH V2 1/3] fat: move debug into fat_mount_options
` [PATCH V2 2/3] fat: Convert to new mount api
` [PATCH V2 3/3] fat: Convert to new uid/gid option parsing helpers

[PATCH 0/2] fuse: fix up uid/gid mount option handling
 2024-07-03  8:38 UTC  (4+ messages)
` [PATCH 1/2] fuse: verify {g,u}id mount options correctly
` [PATCH 2/2] fuse: Convert to new uid/gid option parsing helpers

[PATCH v3 0/9] cachefiles: random bugfixes
 2024-07-03  8:37 UTC  (10+ messages)
` [PATCH v3 5/9] cachefiles: stop sending new request when dropping object
  ` [External] "
` [PATCH v3 6/9] cachefiles: cancel all requests for the object that is being dropped
  ` [External] "
` [PATCH v3 8/9] cachefiles: cyclic allocation of msg_id to avoid reuse
  ` [External] "
` (subset) [PATCH v3 0/9] cachefiles: random bugfixes

[PATCH] vfs: don't mod negative dentry count when on shrinker list
 2024-07-03  8:22 UTC  (6+ messages)

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-07-03  7:01 UTC  (2+ messages)
` [PATCH] kernel/ext4: sanity check for NULL pointer after ext4_force_shutdown

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-03  5:27 UTC  (18+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-03  5:16 UTC  (26+ messages)
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v8 08/10] xfs: expose block size in stat
` [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v8 10/10] xfs: enable block size larger than page size support

[PATCH] filelock: fix potential use-after-free in posix_lock_inode
 2024-07-03  1:19 UTC  (2+ messages)

[PATCH 0/1] Fuse Passthrough cache issues
 2024-07-03  1:02 UTC  (2+ messages)
` [PATCH 1/1] fuse: Keep attributes consistent with Passthrough

[RFC PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic
 2024-07-02 23:25 UTC  (2+ messages)

[RFC PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
 2024-07-02 23:19 UTC  (2+ messages)

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 23:08 UTC  (8+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[GIT PULL] vfs fixes
 2024-07-02 20:56 UTC  (2+ messages)

[PATCH] fuse: Allow to align reads/writes
 2024-07-02 16:31 UTC 

[PATCH 6.9 221/222] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
 2024-07-02 17:04 UTC  (2+ messages)
` [PATCH 6.9 222/222] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait

[syzbot] [nilfs?] [btrfs?] WARNING in filemap_unaccount_folio
 2024-07-02 17:00 UTC  (2+ messages)

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-07-02 16:37 UTC  (5+ messages)

[PATCH] afs: Convert comma to semicolon
 2024-07-02 15:28 UTC 

[PATCH] cifs: Fix read-performance regression by dropping readahead expansion
 2024-07-02 14:50 UTC 

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-07-02 14:21 UTC  (6+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[ANNOUNCE] xfs-linux: for-next updated to 3ba3ab1f6719
 2024-07-02 13:46 UTC 

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-02 13:01 UTC  (19+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages

[PATCH] fs/ntfs3: Fix memory corruption when page_size changes
 2024-07-02 11:41 UTC  (2+ messages)

[PATCH -next v6 0/2] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-07-02  7:34 UTC  (6+ messages)
` [PATCH -next v6 1/2] xfs: reserve blocks for truncating large realtime inode

[PATCH 0/2] fat: convert to the new mount API
 2024-07-02  5:04 UTC  (9+ messages)
` [PATCH 1/2] fat: move debug into fat_mount_options
` [PATCH 2/2] fat: Convert to new mount api
  ` [PATCH 2/2 V2] "

[PATCH 0/14] New uid & gid mount option parsing helpers
 2024-07-02  4:25 UTC  (8+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 02/14] autofs: Convert to new uid/gid "
` (subset) [PATCH 0/14] New uid & gid mount "

[PATCH v2] fuse: Enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
 2024-07-02  1:46 UTC 

[PATCH v2 0/5] Rosebush, a new hash table
 2024-07-02  1:04 UTC  (7+ messages)
` [PATCH v2 2/5] rosebush: Add new data structure
      ` [v2 "

[PATCH] fuse: Enable dynamic configuration of FUSE_MAX_MAX_PAGES
 2024-07-01 23:28 UTC  (5+ messages)

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

[PATCH v2 1/2] fs/procfs: fix integer to pointer cast warning in do_procmap_query()
 2024-07-01 17:48 UTC  (2+ messages)
` [PATCH v2 2/2] fs/procfs: improve PROCMAP_QUERY's compat mode handling

fs/proc/task_mmu.c:598:48: error: cast to pointer from integer of different size
 2024-07-01 17:40 UTC  (3+ messages)

[PATCH] Fixes: ec16b147a55bfa14e858 ("fs: Fix rw_hint validation")
 2024-07-01 16:59 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2024-07-01 16:49 UTC  (2+ messages)

[PATCH printk v2 00/18] add threaded printing + the rest
 2024-07-01 15:47 UTC  (5+ messages)
` [PATCH printk v2 13/18] proc: consoles: Add notation to c_start/c_stop
` [PATCH printk v2 14/18] proc: Add nbcon support for /proc/consoles

[PATCH v4 0/2] man-pages: add documentation for statmount/listmount
 2024-07-01 13:37 UTC  (3+ messages)
` [PATCH v4 1/2] statmount.2: New page describing the statmount syscall
` [PATCH v4 2/2] listmount.2: New page describing the listmount syscall

can anyone explain the meaning of improvement of try_attach function in sysctl.c?
 2024-07-01  6:33 UTC  (2+ messages)
        ` 回复: "

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

[syzbot] [jfs?] general protection fault in diRead (2)
 2024-07-01  3:37 UTC  (2+ messages)

[PATCH] fs/procfs: fix integer to pointer cast warning in do_procmap_query()
 2024-07-01  1:23 UTC 

[PATCH 07/17] signal: Always set JOBCTL_WILL_EXIT for exiting tasks
 2024-06-30 14:00 UTC 

[PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
 2024-06-29 21:28 UTC  (2+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-06-29 21:05 UTC  (4+ messages)
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation


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