linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-08 14:04:07 to 2020-11-10 13:52:26 UTC [more...]

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-10 13:52 UTC  (39+ messages)
` [PATCH v3 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v3 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v3 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v3 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v3 08/21] mm/vmemmap: Initialize page table lock for vmemmap
    ` [External] "
` [PATCH v3 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
` [PATCH v3 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v3 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v3 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v3 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v3 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v3 15/21] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [PATCH v3 16/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v3 17/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v3 18/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v3 19/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v3 20/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v3 21/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page

[RFC PATCH v3 00/10] implement containerized syncfs for overlayfs
 2020-11-10 13:45 UTC  (14+ messages)
` [RFC PATCH v3 02/10] ovl: introduce waiting list for syncfs
` [RFC PATCH v3 03/10] ovl: implement ->writepages operation
` [RFC PATCH v3 04/10] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v3 06/10] ovl: mark overlayfs' inode dirty on shared mmap
` [RFC PATCH v3 07/10] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v3 08/10] ovl: cache dirty overlayfs' inode
` [RFC PATCH v3 09/10] ovl: introduce helper of syncfs writeback inode waiting
  ` 回复:[RFC "

[PATCH v12 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-11-10 13:02 UTC  (2+ messages)

[PATCH v3 0/3] vfs: remove lockdep fs freeze weirdness
 2020-11-10 11:36 UTC  (7+ messages)
` [PATCH 1/3] vfs: remove lockdep bogosity in __sb_start_write
` [PATCH 2/3] vfs: separate __sb_start_write into blocking and non-blocking helpers
` [PATCH 3/3] vfs: move __sb_{start,end}_write* to fs.h

[PATCH 0/2] vfs: remove lockdep fs freeze weirdness
 2020-11-10 11:31 UTC  (3+ messages)
` [PATCH 1/2] vfs: remove lockdep bogosity in __sb_start_write

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-10 11:26 UTC  (42+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 05/41] btrfs: check and enable ZONED mode
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone
` [PATCH v10 14/41] btrfs: load zone's alloction offset
` [PATCH v10 15/41] btrfs: emulate write pointer for conventional zones
` [PATCH v10 16/41] btrfs: track unusable bytes for zones
` [PATCH v10 17/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v10 18/41] btrfs: reset zones of unused block groups
` [PATCH v10 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v10 20/41] btrfs: extract page adding function
` [PATCH v10 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v10 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v10 23/41] btrfs: split ordered extent when bio is sent
` [PATCH v10 24/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v10 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v10 26/41] btrfs: enable zone append writing for direct IO
` [PATCH v10 27/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v10 28/41] btrfs: serialize meta IOs on "
` [PATCH v10 29/41] btrfs: wait existing extents before truncating
` [PATCH v10 30/41] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v10 31/41] btrfs: mark block groups to copy for device-replace
` [PATCH v10 32/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v10 33/41] btrfs: implement copying "
` [PATCH v10 34/41] btrfs: support dev-replace in ZONED mode
` [PATCH v10 35/41] btrfs: enable relocation "
` [PATCH v10 36/41] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v10 37/41] btrfs: split alloc_log_tree()
` [PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v10 39/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v10 40/41] btrfs: reorder log node allocation
` [PATCH v10 41/41] btrfs: enable to mount ZONED incompat flag

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-10 11:12 UTC  (17+ messages)
` [PATCH v9 18/41] btrfs: reset zones of unused block groups
` [PATCH v9 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v9 33/41] btrfs: implement copying for ZONED device-replace
` [PATCH v9 37/41] btrfs: split alloc_log_tree()
` [PATCH v9 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-10 10:14 UTC  (4+ messages)
` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode

[RESEND PATCH] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-10  9:25 UTC 

[PATCH AUTOSEL 5.9 45/55] iomap: clean up writeback state logic on writepage error
 2020-11-10  9:05 UTC  (5+ messages)
` [PATCH AUTOSEL 5.9 46/55] selftests: proc: fix warning: _GNU_SOURCE redefined
` [PATCH AUTOSEL 5.9 53/55] seq_file: add seq_read_iter

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v23 00/12] Landlock LSM
 2020-11-10  8:16 UTC  (3+ messages)

[PATCH 0/2] Support for O_TMPFILE in fuse
 2020-11-10  7:52 UTC  (6+ messages)
` [PATCH 1/2] uapi/fuse.h: Add message definitions for O_TMPFILE
` [PATCH 2/2] fuse: Implement O_TMPFILE support

cleanup updating the size of block devices
 2020-11-10  7:00 UTC  (16+ messages)
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 17/24] rbd: use set_capacity_and_notify
` [PATCH 18/24] rnbd: "
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size

[PATCH] fuse: fix panic in __readahead_batch()
 2020-11-10  6:54 UTC  (2+ messages)
` [fuse] 51ac7c8929: fio.read_iops -88.2% regression

[PATCH 0/8] simplify ep_poll
 2020-11-10  6:05 UTC  (7+ messages)
` [PATCH 1/8] epoll: check for events when removing a timed out thread from the wait queue

[RFC] fs: Avoid to use lockdep information if it's turned off
 2020-11-10  5:40 UTC  (3+ messages)

[RFC][PATCH] fanotify: introduce filesystem view mark
 2020-11-10  5:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 37/42] selftests: proc: fix warning: _GNU_SOURCE redefined
 2020-11-10  3:54 UTC 

[PATCH AUTOSEL 4.19 19/21] selftests: proc: fix warning: _GNU_SOURCE redefined
 2020-11-10  3:55 UTC 

[PATCH v3 00/18] Refactor generic_file_buffered_read
 2020-11-10  3:37 UTC  (19+ messages)
` [PATCH v3 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH v3 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v3 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
` [PATCH v3 04/18] mm/filemap: Use THPs in generic_file_buffered_read
` [PATCH v3 05/18] mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH v3 06/18] mm/filemap: Support readpage splitting a page
` [PATCH v3 07/18] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH v3 08/18] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH v3 09/18] mm/filemap: Change filemap_read_page calling conventions
` [PATCH v3 10/18] mm/filemap: Change filemap_create_page "
` [PATCH v3 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v3 12/18] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH v3 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v3 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH v3 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v3 16/18] mm/filemap: Don't relock the page after calling readpage
` [PATCH v3 17/18] mm/filemap: Rename generic_file_buffered_read to filemap_read
` [PATCH v3 18/18] mm/filemap: Simplify generic_file_read_iter

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-10  3:12 UTC  (3+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-11-10  2:59 UTC 

[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-11-10  2:56 UTC 

[PATCH] sysctl: move local variable in proc_do_large_bitmap() to proper scope
 2020-11-10  1:26 UTC  (3+ messages)

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-11-09 22:50 UTC  (2+ messages)

[RESEND PATCH v3] fuse: Abort waiting for a response if the daemon receives a fatal signal
 2020-11-09 20:24 UTC  (4+ messages)

[PATCH] hfsplus: remove pr_err message on ENOSPC file extend error
 2020-11-09 19:40 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in io_uring_show_cred
 2020-11-09 18:08 UTC  (2+ messages)

[PATCH] fanotify: fix logic of reporting name info with watched parent
 2020-11-09 14:03 UTC  (2+ messages)

[PATCH v2 00/18] Refactor generic_file_buffered_read
 2020-11-09 13:29 UTC  (5+ messages)
` [PATCH v2 11/18] mm/filemap: Convert filemap_update_page to return an errno

memory leak in anon_inode_getfile
 2020-11-09 13:24 UTC 

[PATCH v4] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-11-09 10:54 UTC  (3+ messages)

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-09 10:41 UTC  (8+ messages)

[PATCH] fix typo
 2020-11-09  3:44 UTC 

Best solution for shifting DAX_ZERO_PAGE to XA_ZERO_ENTRY
 2020-11-09  3:35 UTC  (6+ messages)

[PATCH v3] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-11-09  2:17 UTC  (3+ messages)

[PATCH 00/19] Add generic user_landing tracking
 2020-11-09  1:27 UTC  (3+ messages)

[GIT PULL] xfs: fixes for 5.10-rc3
 2020-11-08 18:29 UTC  (2+ 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).