public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-27 15:03:22 to 2024-07-01 02:34:38 UTC [more...]

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-01  2:34 UTC  (7+ messages)
` [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 -next v6 0/2] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-07-01  2:26 UTC  (4+ messages)
` [PATCH -next v6 1/2] xfs: reserve blocks for truncating large realtime inode

[PATCH v2 2/5] rosebush: Add new data structure
 2024-07-01  1:32 UTC  (3+ messages)

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

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

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

[PATCH 0/2] statx NULL path support
 2024-06-30 13:18 UTC  (7+ messages)
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)

[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 0/2] fat: convert to the new mount API
 2024-06-29 18:02 UTC  (5+ 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] 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  (19+ 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()

can anyone explain the meaning of improvement of try_attach function in sysctl.c?
 2024-06-29 11:19 UTC 

[PATCH 00/10] fs: multigrain timestamp redux
 2024-06-29 10:34 UTC  (7+ messages)
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps

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

[PATCH v2 0/5] Rosebush, a new hash table
 2024-06-29  5:15 UTC  (6+ messages)
` [PATCH v2 3/5] rosebush: Add test suite
` [PATCH v2 4/5] tools: Add support for running rosebush tests in userspace

[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  (15+ 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] fuse: Enable dynamic configuration of FUSE_MAX_MAX_PAGES
 2024-06-28 18:03 UTC  (2+ messages)

[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 0/14] New uid & gid mount option parsing helpers
 2024-06-28 13:44 UTC  (23+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 02/14] autofs: Convert to new uid/gid "
` [PATCH 03/14] debugfs: "
` [PATCH 04/14] efivarfs: "
` [PATCH 05/14] exfat: "
` [PATCH 06/14] ext4: "
` [PATCH 07/14] fuse: "
` [PATCH 08/14] hugetlbfs: "
` [PATCH 09/14] isofs: "
` [PATCH 10/14] ntfs3: "
` [PATCH 11/14] tmpfs: "
` [PATCH 12/14] smb: client: "
` [PATCH 13/14] tracefs: "
` [PATCH 14/14] vboxsf: "

[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  (7+ messages)
` [PATCH RFC 1/4] file: add take_fd() cleanup helper

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-06-28  3:48 UTC  (2+ messages)
` [syzbot] "

virtio-blk/ext4 error handling for host-side ENOSPC
 2024-06-28  3:29 UTC  (3+ messages)

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-06-28  3:01 UTC  (2+ messages)

[PATCH 13/13] mm: Remove devmap related functions and page table bits
 2024-06-28  2:12 UTC  (3+ messages)

[PATCH] cachestat: do not flush stats in recency check
 2024-06-28  1:58 UTC  (3+ messages)

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

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-06-28  0:06 UTC  (8+ messages)
` [PATCH 04/13] fs/dax: Add dax_page_free callback

[syzbot] [exfat?] possible deadlock in exfat_iterate (2)
 2024-06-27 23:13 UTC  (3+ messages)

[PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
 2024-06-27 22:26 UTC  (2+ messages)

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

[RFC PATCH 0/7] Make core VMA operations internal and testable
 2024-06-27 20:39 UTC  (24+ messages)
` [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 6/7] tools: separate out shared radix-tree components
` [RFC PATCH 7/7] tools: add skeleton code for userland testing of VMA logic

[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 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  (7+ 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 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 "


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