linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 06:56:53 to 2021-01-18 19:55:24 UTC [more...]

[PATCH 1/2] [v2] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses
 2021-01-18 17:53 UTC  (5+ messages)

reduce sub-block DIO serialisation v2
 2021-01-18 19:35 UTC  (8+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out

[PATCH RESEND V11 0/7] fuse: Add support for passthrough read/write
 2021-01-18 19:27 UTC  (8+ messages)
` [PATCH RESEND V11 1/7] fs: Generic function to convert iocb to rw flags
` [PATCH RESEND V11 2/7] fuse: 32-bit user space ioctl compat for fuse device
` [PATCH RESEND V11 3/7] fuse: Definitions and ioctl for passthrough
` [PATCH RESEND V11 4/7] fuse: Passthrough initialization and release
` [PATCH RESEND V11 5/7] fuse: Introduce synchronous read and write for passthrough
` [PATCH RESEND V11 6/7] fuse: Handle asynchronous read and write in passthrough
` [PATCH RESEND V11 7/7] fuse: Use daemon creds in passthrough mode

[PATCH 4.19 19/43] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-18 11:34 UTC 

[PATCH] block: Add bio_limit
 2021-01-18 19:20 UTC  (5+ messages)

[PATCH 5.4 38/76] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-18 11:34 UTC 

[PATCH v2 00/27] Page folios
 2021-01-18 17:01 UTC  (28+ messages)
` [PATCH v2 01/27] mm: Introduce struct folio
` [PATCH v2 02/27] mm: Add folio_pgdat
` [PATCH v2 03/27] mm/vmstat: Add folio stat wrappers
` [PATCH v2 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v2 05/27] mm: Add put_folio
` [PATCH v2 06/27] mm: Add get_folio
` [PATCH v2 07/27] mm: Create FolioFlags
` [PATCH v2 08/27] mm: Handle per-folio private data
` [PATCH v2 09/27] mm: Add folio_index, folio_page and folio_contains
` [PATCH v2 10/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v2 11/27] mm/memcg: Add folio_memcg, lock_folio_memcg and unlock_folio_memcg
` [PATCH v2 12/27] mm/memcg: Add mem_cgroup_folio_lruvec
` [PATCH v2 13/27] mm: Add unlock_folio
` [PATCH v2 14/27] mm: Add lock_folio
` [PATCH v2 15/27] mm: Add lock_folio_killable
` [PATCH v2 16/27] mm: Convert lock_page_async to lock_folio_async
` [PATCH v2 17/27] mm/filemap: Convert lock_page_for_iocb to lock_folio_for_iocb
` [PATCH v2 18/27] mm/filemap: Convert wait_on_page_locked_async to wait_on_folio_locked_async
` [PATCH v2 19/27] mm/filemap: Convert end_page_writeback to end_folio_writeback
` [PATCH v2 20/27] mm: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v2 21/27] mm: Add wait_for_stable_folio and wait_on_folio_writeback
` [PATCH v2 22/27] mm: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH v2 23/27] mm: Convert lock_page_or_retry to lock_folio_or_retry
` [PATCH v2 24/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v2 25/27] mm: Convert test_clear_page_writeback to test_clear_folio_writeback
` [PATCH v2 26/27] mm/filemap: Convert page wait queues to be folios
` [PATCH v2 27/27] cachefiles: Switch to wait_page_key

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-18 17:25 UTC  (3+ messages)

[PATCH 5.10 081/152] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-18 11:34 UTC 

[PATCH v17 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-18 14:24 UTC  (16+ messages)
` [PATCH v17 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v17 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v17 05/10] fs/ntfs3: Add attrib operations
` [PATCH v17 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

[PATCH v12 00/41] btrfs: zoned block device support
 2021-01-18 14:15 UTC  (49+ messages)
` [PATCH v12 01/41] block: add bio_add_zone_append_page
` [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

[PATCH v4] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-18 14:02 UTC  (2+ messages)

WARNING in io_disable_sqo_submit
 2021-01-18 12:46 UTC  (6+ messages)

INFO: task can't die in lock_mount
 2021-01-18 10:01 UTC  (2+ messages)

[PATCH v3] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-18 10:50 UTC  (8+ messages)

[GIT PULL] Fs & udf fixes for v5.11-rc4
 2021-01-18 11:04 UTC  (3+ messages)

INFO: task hung in freeze_super
 2021-01-18  8:18 UTC 

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-18  7:41 UTC  (9+ messages)

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-18  0:59 UTC  (9+ messages)

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

[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  (12+ 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)

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  (8+ messages)
` [PATCH v26 07/12] landlock: Support filesystem access-control

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

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)

[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  (3+ messages)
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent


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