linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 06:37:46 to 2020-11-11 15:21:09 UTC [more...]

[RFC PATCH v3 00/10] implement containerized syncfs for overlayfs
 2020-11-11 15:20 UTC  (9+ messages)
` [RFC PATCH v3 06/10] ovl: mark overlayfs' inode dirty on shared mmap
  ` 回复:[RFC "
` [RFC PATCH v3 07/10] ovl: implement overlayfs' ->write_inode operation

[PATCH v4 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-11 14:38 UTC  (5+ messages)

BUG: sleeping function called from invalid context in ext4_superblock_csum_set
 2020-11-11 14:31 UTC  (3+ messages)

[RFC] fs: Avoid to use lockdep information if it's turned off
 2020-11-11 14:01 UTC  (6+ messages)

cleanup updating the size of block devices v2
 2020-11-11 14:00 UTC  (36+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-11 13:54 UTC  (5+ messages)
` [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change

possible deadlock in mnt_want_write
 2020-11-11 13:52 UTC  (3+ messages)

INFO: task hung in io_uring_flush
 2020-11-11 11:21 UTC  (3+ messages)

WARNING: ODEBUG bug in exit_to_user_mode_prepare
 2020-11-11 11:18 UTC  (2+ messages)

[RESEND PATCH] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-11 10:18 UTC  (3+ messages)

[PATCH v3 00/11] evm: Improve usability of portable signatures
 2020-11-11  9:23 UTC  (12+ messages)
` [PATCH v3 01/11] evm: Execute evm_inode_init_security() only when an HMAC key is loaded
` [PATCH v3 02/11] evm: Load EVM key in ima_load_x509() to avoid appraisal
` [PATCH v3 03/11] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v3 04/11] ima: Move ima_reset_appraise_flags() call to post hooks
` [PATCH v3 05/11] evm: Introduce evm_status_revalidate()
` [PATCH v3 06/11] evm: Ignore INTEGRITY_NOLABEL if no HMAC key is loaded
` [PATCH v3 07/11] evm: Allow xattr/attr operations for portable signatures
` [PATCH v3 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
` [PATCH v3 09/11] ima: Allow imasig requirement to be satisfied by EVM portable signatures
` [PATCH v3 10/11] ima: Introduce template field evmsig and write to field sig as fallback
` [PATCH v3 11/11] ima: Don't remove security.ima if file must not be appraised

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-11-11  8:53 UTC  (4+ messages)
` [PATCH 01/35] fs: introduce dmemfs module

[RESEND PATCH v3] fuse: Abort waiting for a response if the daemon receives a fatal signal
 2020-11-11  8:05 UTC  (6+ messages)

support splice reads on seq_file based procfs files v2
 2020-11-11  7:55 UTC  (6+ messages)
` [PATCH 1/6] seq_file: add seq_read_iter

Corporate and Personal Loan *
 2020-11-11  8:29 UTC 

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-11  7:20 UTC  (55+ 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
  ` [RFC PATCH] btrfs: extract_ordered_extent() can be static
  ` [PATCH v10.1 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.1 "
` [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

cleanup updating the size of block devices
 2020-11-11  4:18 UTC  (9+ messages)
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-11  3:41 UTC  (24+ messages)
` [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 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
  ` [External] Re: [PATCH v3 00/21] Free some vmemmap pages of "

[PATCH 0/8] simplify ep_poll
 2020-11-11  3:37 UTC  (5+ messages)

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

WARNING in percpu_ref_exit (2)
 2020-11-11  3:09 UTC  (2+ messages)

[PATCH v2 0/2] kill add_to_page_cache_locked()
 2020-11-11  0:52 UTC  (3+ messages)
` [PATCH v2 1/2] cifs: convert to add_to_page_cache()

mmotm 2020-11-10-16-29 uploaded
 2020-11-11  0:30 UTC 

[PATCH v3 0/3] vfs: remove lockdep fs freeze weirdness
 2020-11-10 18:32 UTC  (9+ 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 v3 00/18] Refactor generic_file_buffered_read
 2020-11-10 18:25 UTC  (16+ messages)
` [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 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [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 v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-10 18:06 UTC  (12+ messages)
` [PATCH v8 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v8 2/9] mmap: make mlock_future_check() global
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v8 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH AUTOSEL 5.9 53/55] seq_file: add seq_read_iter
 2020-11-10 17:35 UTC  (3+ messages)

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-11-10 15:55 UTC  (2+ messages)

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

[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 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

[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  (5+ messages)
` [PATCH 2/2] fuse: Implement O_TMPFILE support

[External] Re: [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
 2020-11-10  7:10 UTC  (5+ messages)

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


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