linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 15:33:51 to 2021-01-17 20:21:16 UTC [more...]

[git pull] vfs.git fixes
 2021-01-17 20:20 UTC  (2+ messages)

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-17 18:31 UTC  (13+ messages)
  ` [PATCH v2] "

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-17 15:29 UTC  (14+ messages)
` [PATCH v13 01/12] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v13 03/12] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v13 04/12] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v13 06/12] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v13 07/12] mm: hugetlb: flush work when dissolving a HugeTLB page
` [PATCH v13 08/12] mm: hugetlb: introduce PageHugeInflight
` [PATCH v13 09/12] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v13 10/12] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v13 11/12] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v13 12/12] mm: hugetlb: optimize the code with the help of the compiler

[PATCH] iov_iter: optimise iter type checking
 2021-01-17 12:12 UTC  (8+ messages)

WARNING in io_wq_submit_work
 2021-01-17 10:57 UTC  (2+ messages)

[PATCH v3] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-17  2:59 UTC  (7+ messages)

[PATCH 1/2] [v2] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses
 2021-01-16 22:09 UTC 

WARNING in io_uring_flush
 2021-01-16 20:02 UTC  (5+ messages)

[PATCH v26 00/12] Landlock LSM
 2021-01-16 17:16 UTC  (15+ messages)
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example

[PATCH] iov_iter: fix the uaccess area in copy_compat_iovec_from_user
 2021-01-16  4:11 UTC  (2+ messages)

[PATCH v5 00/42] idmapped mounts
 2021-01-16  0:27 UTC  (11+ messages)
` [PATCH v5 37/42] xfs: support "

WARNING in io_disable_sqo_submit
 2021-01-15 23:18 UTC  (2+ messages)

[GIT PULL] Fs & udf fixes for v5.11-rc4
 2021-01-15 22:50 UTC  (2+ messages)

[PATCH v12 00/41] btrfs: zoned block device support
 2021-01-15 22:22 UTC  (49+ messages)
` [PATCH v12 01/41] block: add bio_add_zone_append_page
` [PATCH v12 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v12 03/41] btrfs: defer loading zone info after opening trees
` [PATCH v12 04/41] btrfs: use regular SB location on emulated zoned mode
` [PATCH v12 05/41] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v12 06/41] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v12 07/41] btrfs: disallow fitrim in ZONED mode
` [PATCH v12 08/41] btrfs: allow zoned mode on non-zoned block devices
` [PATCH v12 08/41] btrfs: emulated zoned mode on non-zoned devices
` [PATCH v12 09/41] btrfs: implement zoned chunk allocator
` [PATCH v12 10/41] btrfs: verify device extent is aligned to zone
` [PATCH v12 11/41] btrfs: load zone's allocation offset
` [PATCH v12 12/41] btrfs: calculate allocation offset for conventional zones
` [PATCH v12 13/41] btrfs: track unusable bytes for zones
` [PATCH v12 14/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v12 15/41] btrfs: redirty released extent buffers "
` [PATCH v12 16/41] btrfs: advance allocation pointer after tree log node
` [PATCH v12 17/41] btrfs: enable to mount ZONED incompat flag
` [PATCH v12 18/41] btrfs: reset zones of unused block groups
` [PATCH v12 19/41] btrfs: extract page adding function
` [PATCH v12 20/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v12 21/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v12 22/41] btrfs: split ordered extent when bio is sent
` [PATCH v12 23/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v12 24/41] btrfs: cache if block-group is on a sequential zone
` [PATCH v12 25/41] btrfs: save irq flags when looking up an ordered extent
` [PATCH v12 26/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v12 27/41] btrfs: enable zone append writing for direct IO
` [PATCH v12 28/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v12 29/41] btrfs: serialize meta IOs on "
` [PATCH v12 30/41] btrfs: wait existing extents before truncating
` [PATCH v12 31/41] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v12 32/41] btrfs: mark block groups to copy for device-replace
` [PATCH v12 33/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v12 34/41] btrfs: implement copying "
` [PATCH v12 35/41] btrfs: support dev-replace in ZONED mode
` [PATCH v12 36/41] btrfs: enable relocation "
` [PATCH v12 37/41] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v12 38/41] btrfs: split alloc_log_tree()
` [PATCH v12 39/41] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v12 40/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v12 41/41] btrfs: reorder log node allocation

locking (or LOCKDEP) problem with mark_buffer_dirty()
 2021-01-15 22:18 UTC  (2+ messages)

[PATCH 0/9] userfaultfd: add minor fault handling
 2021-01-15 19:04 UTC  (10+ messages)
` [PATCH 1/9] hugetlb: Pass vma into huge_pte_alloc()
` [PATCH 2/9] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH 3/9] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH 4/9] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH 5/9] userfaultfd: add minor fault registration mode
` [PATCH 6/9] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH 7/9] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH 8/9] userfaultfd: update documentation to describe minor fault handling
` [PATCH 9/9] userfaultfd/selftests: add test exercising "

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-15 18:18 UTC  (7+ messages)
` [PATCH 1/6] fs-verity: factor out fsverity_get_descriptor()
` [PATCH 2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature()
` [PATCH 3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "

[PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc
 2021-01-15 17:23 UTC  (2+ messages)

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-15 16:20 UTC  (8+ messages)

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-15 15:44 UTC  (2+ messages)

[PATCH] fs: Remove unneeded semicolon
 2021-01-15 10:53 UTC 

[PATCH] fs: Remove unneeded semicolon
 2021-01-15 10:48 UTC 

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-15  9:40 UTC  (6+ messages)
` Expense of read_iter

[PATCH] f2fs: Remove readahead collision detection
 2021-01-15  9:28 UTC  (2+ messages)

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-15  7:08 UTC  (6+ messages)
` [PATCH v11 04/40] btrfs: change superblock location on conventional zone
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent

general protection fault in io_uring_setup
 2021-01-15  4:40 UTC  (4+ messages)

[PATCH v4] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-14 22:51 UTC  (8+ messages)

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-14 22:50 UTC  (4+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 20:38 UTC  (11+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] block: Add bio_limit
 2021-01-14 19:47 UTC 

[PATCH] fs/proc: Expose RSEQ configuration
 2021-01-14 19:20 UTC  (4+ messages)

[RFC] another attempt to reduce sub-block DIO serialisation
 2021-01-14 17:29 UTC  (9+ messages)
` [PATCH 09/10] iomap: add a IOMAP_DIO_NOALLOC flag

Redesigning and modernising fscache
 2021-01-14 16:19 UTC  (2+ messages)

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-14 13:05 UTC  (16+ messages)
` [PATCH v12 03/13] mm: Introduce VM_WARN_ON_PAGE macro
    ` [External] "
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v12 12/13] mm/hugetlb: Gather discrete indexes of tail page
    ` [External] "

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-14 12:58 UTC  (2+ messages)

[PATCH 18/18] fs: Remove dcookies support
 2021-01-14 11:35 UTC 

[PATCH] fs/quota: fix the mismatch of data type
 2021-01-14  9:56 UTC  (3+ messages)

[PATCH v6 00/16] Fix several bad kernel-doc markups
 2021-01-14  8:04 UTC  (2+ messages)
` [PATCH v6 03/16] fs: fix "

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-14  6:48 UTC  (6+ messages)

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-14  5:37 UTC  (16+ messages)

[PATCH v3] Resolve LRU page-pinning issue for file-backed pages
 2021-01-13 21:17 UTC  (2+ messages)
` [PATCH v3] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH v2] fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()
 2021-01-13 23:13 UTC  (2+ messages)

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-13 23:48 UTC  (15+ messages)
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-13 18:49 UTC  (3+ messages)

[PATCH v11 00/40] btrfs: zoned block device support
 2021-01-13 18:23 UTC  (4+ messages)
` [PATCH v11 08/40] btrfs: emulated zoned mode on non-zoned devices


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