linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 12:55:51 to 2021-02-05 08:23:28 UTC [more...]

[PATCH v14 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-05  8:22 UTC  (15+ messages)
` [PATCH v14 1/8] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v14 2/8] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v14 3/8] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v14 4/8] mm: hugetlb: alloc "
` [PATCH v14 5/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v14 6/8] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v14 7/8] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v14 8/8] mm: hugetlb: optimize the code with the help of the compiler

[PATCH v3 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-02-05  7:56 UTC  (4+ messages)
` [PATCH v3 2/2] dmabuf: Add dmabuf inode number to /proc/*/fdinfo

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

[PATCH v2 0/3] fs/efs: Follow kernel style guide
 2021-02-05  6:07 UTC  (6+ messages)
` [PATCH v2 1/3] fs/efs: Use correct brace styling for statements
` [PATCH v2 2/3] fs/efs: Correct spacing after C keywords
` [PATCH v2 3/3] fs/efs: Fix line breakage for "

[PATCH 0/3] fs/efs: Follow kernel style guide
 2021-02-05  5:12 UTC  (8+ messages)
` [PATCH 1/3] fs/efs: Use correct brace styling for statements
` [PATCH 2/3] fs/efs: Correct spacing after C keywords
` [PATCH 3/3] fs/efs: Fix line breakage for "

[PATCH] fs/btrfs: Fix raid6 qstripe kmap'ing
 2021-02-05  3:52 UTC  (4+ messages)

[PATCH] Documentation: f2fs: fix typo s/automaic/automatic
 2021-02-05  3:40 UTC  (2+ messages)

[v6 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-02-05  3:12 UTC  (29+ messages)
` [v6 PATCH 01/11] mm: vmscan: use nid from shrink_control for tracepoint
` [v6 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v6 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v6 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v6 PATCH 05/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v6 PATCH 06/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v6 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v6 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
  ` [mm] [confidence: ] 3510a44e0e: WARNING:suspicious_RCU_usage
` [v6 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v6 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline
` [v6 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

[RFC][PATCH 0/2] keys: request_key() interception in containers
 2021-02-05  2:46 UTC  (7+ messages)
` [PATCH 1/2] Add namespace tags that can be used for matching without pinning a ns
` [PATCH 2/2] keys: Allow request_key upcalls from a container to be intercepted

[PATCH v2 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-02-05  0:15 UTC  (3+ messages)
` [PATCH v2 2/2] dmabuf: Add dmabuf inode number to /proc/*/fdinfo

[PATCH 00/18] new API for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-02-04 23:42 UTC  (19+ messages)
` [PATCH 01/18] vfs: add miscattr ops
` [PATCH 03/18] ovl: stack miscattr
` [PATCH 06/18] ext4: convert to miscattr
` [PATCH 08/18] gfs2: "
` [PATCH 09/18] orangefs: "
` [PATCH 10/18] xfs: "
` [PATCH 11/18] efivars: "

[PATCH v4 00/10] userfaultfd: add minor fault handling
 2021-02-04 21:07 UTC  (15+ messages)
` [PATCH v4 01/10] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH v4 02/10] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH v4 03/10] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH v4 04/10] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v4 05/10] userfaultfd: add minor fault registration mode
` [PATCH v4 06/10] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH v4 07/10] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [PATCH v4 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v4 09/10] userfaultfd: update documentation to describe minor fault handling
` [PATCH v4 10/10] userfaultfd/selftests: add test exercising "

[GIT PULL] overlayfs fixes for 5.11-rc7
 2021-02-04 18:10 UTC  (2+ messages)

[PATCH 0/5] kernel-doc fixes to latest fs changes
 2021-02-04 18:00 UTC  (6+ messages)
` [PATCH 1/5] fs: turn some comments into kernel-doc
` [PATCH 2/5] fs: update kernel-doc for vfs_rename()
` [PATCH 3/5] fs: update kernel-doc for may_create_in_sticky()
` [PATCH 4/5] fs: update kernel-doc for vfs_tmpfile()
` [PATCH 5/5] fs: update kernel-doc for new mnt_userns argument

[PATCH RESEND v5] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-02-04 17:17 UTC 

[PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
 2021-02-04 13:02 UTC  (12+ messages)

[PATCH 0/2] quota: Add mountpath based quota support
 2021-02-04 12:53 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-04 11:34 UTC  (4+ messages)
` [PATCH v16 06/11] "

[PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
 2021-02-04 11:31 UTC  (11+ messages)

[PATCH] cifs: use discard iterator to discard unneeded network data more efficiently
 2021-02-04 10:29 UTC  (2+ messages)

[PATCH v14 00/42] btrfs: zoned block device support
 2021-02-04  8:25 UTC  (4+ messages)
` [PATCH v14 29/42] btrfs: introduce dedicated data write path for ZONED mode

[PATCH] cifs: add new helper function for fscache conversion
 2021-02-04  7:28 UTC 

[PATCH] cifs: convert readpages_fill_pages to use iter
 2021-02-04  6:49 UTC 

[PATCH] seq_read: move count check against iov_iter_count after calling op show
 2021-02-04  6:08 UTC  (7+ messages)
` [seq_read] 03c44acf0b: xfstests.generic.589.fail

[PATCH v28 00/12] Landlock LSM
 2021-02-04  3:46 UTC  (10+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 08/12] landlock: Add syscall implementations

[RFC] Invalidate BH LRU during page migration
 2021-02-04  0:34 UTC  (4+ messages)
` [PATCH] [RFC] mm: fs: "

[PATCH] fs/coredump: Use kmap_local_page()
 2021-02-03 22:33 UTC 

[PATCH] fcntl: make F_GETOWN(EX) return 0 on dead owner task
 2021-02-03 22:17 UTC  (4+ messages)

[PATCH 0/2] Allow reading process DMA buf stats from fdinfo
 2021-02-03 20:49 UTC  (2+ messages)

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-02-03 19:01 UTC  (12+ messages)

[PATCH v3 0/9] userfaultfd: add minor fault handling
 2021-02-03 18:20 UTC  (5+ messages)
` [PATCH v3 5/9] userfaultfd: add minor fault registration mode

[PATCH v3 0/3] handle large user and group ID for isofs and udf
 2021-02-03 18:06 UTC  (2+ messages)

[PATCH 1/2] ext4: Handle casefolding with encryption
 2021-02-03 16:31 UTC  (2+ messages)

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-02-03 16:03 UTC  (3+ messages)

[PATCH v2 00/12] lazytime fix and cleanups
 2021-02-03 15:49 UTC  (6+ messages)


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