public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 06:24:14 to 2024-07-02 10:47:08 UTC [more...]

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-02 10:19 UTC  (11+ 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 v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-07-02 10:27 UTC  (4+ messages)

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-02 10:19 UTC  (13+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-02 10:15 UTC  (15+ messages)
` [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

[RFC v3 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-07-02 10:01 UTC  (24+ messages)
` [RFC v3 1/1] fs/namespace: remove "

[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  (17+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 02/14] autofs: Convert to new uid/gid "
` [PATCH 07/14] fuse: "
` [PATCH 13/14] tracefs: "
` [PATCH 14/14] vboxsf: "
` (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  (12+ messages)
` [PATCH v2 2/5] rosebush: Add new data structure
      ` [v2 "
` [PATCH v2 3/5] rosebush: Add test suite
` [PATCH v2 4/5] tools: Add support for running rosebush tests in userspace

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-07-01 23:49 UTC  (3+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[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

[PATCH] fs/ntfs3: Fix memory corruption when page_size changes
 2024-07-01 12:53 UTC 

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

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

[PATCH] sysctl: Convert locking comments to lockdep assertions
 2024-06-29 17:24 UTC 

[GIT PULL] xfs: bug fixes for 6.10
 2024-06-29 16:31 UTC  (2+ messages)

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-06-29 15:46 UTC  (15+ 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()

[syzbot] [nilfs?] [btrfs?] WARNING in filemap_unaccount_folio
 2024-06-29  7:30 UTC  (2+ messages)

[PATCH] selftests/proc: fix unused result warning during test compilation
 2024-06-29  5:08 UTC  (4+ messages)

[PATCH v2] selftests/proc: fix unused result warning during test compilation
 2024-06-29  5:04 UTC 

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

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-06-28 17:17 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.10-rc6
 2024-06-28 17:01 UTC  (2+ messages)

[PATCH v7 0/8] File abstractions needed by Rust Binder
 2024-06-28 14:57 UTC  (9+ messages)
` [PATCH v7 1/8] rust: types: add `NotThreadSafe`
` [PATCH v7 2/8] rust: task: add `Task::current_raw`
` [PATCH v7 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v7 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v7 5/8] rust: security: add abstraction for secctx
` [PATCH v7 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v7 7/8] rust: file: add `Kuid` wrapper
` [PATCH v7 8/8] rust: file: add abstraction for `poll_table`

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-28 14:45 UTC  (4+ messages)
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps

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

[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
 2024-06-28 13:53 UTC  (10+ messages)

[PATCH v3 0/9] cachefiles: random bugfixes
 2024-06-28 11:37 UTC  (16+ messages)
` [PATCH v3 1/9] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH v3 2/9] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH v3 3/9] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH v3 4/9] cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
` [PATCH v3 5/9] cachefiles: stop sending new request when dropping object
` [PATCH v3 6/9] cachefiles: cancel all requests for the object that is being dropped
` [PATCH v3 7/9] cachefiles: wait for ondemand_object_worker to finish when dropping object
` [PATCH v3 8/9] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH v3 9/9] cachefiles: add missing lock protection when polling

[PATCH v2] statx.2: Document STATX_SUBVOL
 2024-06-28 11:31 UTC  (2+ messages)

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

[RESEND PATCH] fscache: Remove duplicate included header
 2024-06-28 10:04 UTC  (3+ messages)

[PATCH v4 00/11] Improve the copy of task comm
 2024-06-28  9:05 UTC  (12+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
  ` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
  ` [PATCH v4 03/11] security: "
  ` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
  ` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
  ` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
  ` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
  ` [PATCH v4 08/11] tsacct: "
  ` [PATCH v4 09/11] tracing: "
  ` [PATCH v4 10/11] net: Replace strcpy() "
  ` [PATCH v4 11/11] drm: "

[PATCH RFC 0/4] pidfs: allow retrieval of namespace descriptors
 2024-06-28  8:37 UTC  (4+ messages)
` [PATCH RFC 1/4] file: add take_fd() cleanup helper


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