linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 01:09:44 to 2020-10-30 16:24:47 UTC [more...]

[PATCH v11 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-30 16:24 UTC  (14+ messages)
` [PATCH v11 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v11 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v11 03/10] fs/ntfs3: Add bitmap
` [PATCH v11 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v11 05/10] fs/ntfs3: Add attrib operations
` [PATCH v11 06/10] fs/ntfs3: Add compression
` [PATCH v11 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v11 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v11 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v11 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 00/34] fs: idmapped mounts
 2020-10-30 16:17 UTC  (24+ messages)
` [PATCH 32/34] overlayfs: handle idmapped lower directories
` [PATCH 33/34] overlayfs: handle idmapped merged mounts

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-30 16:00 UTC  (4+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method

[PATCH v10 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-30 15:54 UTC  (4+ messages)
` [PATCH v10 02/10] fs/ntfs3: Add initialization of super block

[PATCH -next] fs: Fix memory leaks in do_renameat2() error paths
 2020-10-30 15:52 UTC  (3+ messages)

[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
 2020-10-30 15:46 UTC  (2+ messages)

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-30 15:19 UTC  (17+ messages)
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of "

[PATCH 00/19] Transparent Hugepages for non-tmpfs filesystems
 2020-10-30 14:48 UTC  (30+ messages)
` [PATCH 01/19] XArray: Expose xas_destroy
` [PATCH 02/19] mm: Use multi-index entries in the page cache
` [PATCH 03/19] mm: Support arbitrary THP sizes
` [PATCH 04/19] mm: Change NR_FILE_THPS to account in base pages
` [PATCH 05/19] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH 06/19] mm/filemap: Change calling convention for gfbr_ functions
` [PATCH 07/19] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH 08/19] mm/filemap: Add __page_cache_alloc_order
` [PATCH 09/19] mm/filemap: Allow THPs to be added to the page cache
` [PATCH 10/19] mm/vmscan: Optimise shrink_page_list for smaller THPs
` [PATCH 11/19] mm/filemap: Allow PageReadahead to be set on head pages
` [PATCH 12/19] mm: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH 13/19] mm/filemap: Support readpage splitting a page
` [PATCH 14/19] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH 15/19] mm/readahead: Add THP readahead
` [PATCH 16/19] mm/readahead: Align THP mappings for non-DAX
` [PATCH 17/19] mm/readahead: Switch to page_cache_ra_order
` [PATCH 18/19] mm/filemap: Support VM_HUGEPAGE for file mappings
` [PATCH 19/19] selftests/vm/transhuge-stress: Support file-backed THPs

INFO: task hung in io_uring_setup
 2020-10-30 14:01 UTC  (4+ messages)

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

general protection fault in security_inode_getattr
 2020-10-30 13:02 UTC  (2+ messages)

[PATCH v22 00/12] Landlock LSM
 2020-10-30 12:41 UTC  (27+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 05/12] LSM: Infrastructure management of the superblock
` [PATCH v22 06/12] fs,security: Add sb_delete hook
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 09/12] arch: Wire up Landlock syscalls
` [PATCH v22 12/12] landlock: Add user and kernel documentation

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-30 12:08 UTC  (5+ messages)

WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
 2020-10-30 12:00 UTC  (4+ messages)

[PATCH v3] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-30 10:57 UTC  (2+ messages)

[PATCH v2] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-30 10:48 UTC  (6+ messages)

INFO: task hung in io_sq_thread_stop
 2020-10-30 10:06 UTC  (4+ messages)

[PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig
 2020-10-30  8:14 UTC  (2+ messages)
` [fs] 2b2f891180: stress-ng.sendfile.ops_per_sec 32.0% improvement

[PATCH] proc: Provide details on indirect branch speculation
 2020-10-30  6:27 UTC 

[PATCH] fuse: fix potential accessing NULL pointer problem in fuse_send_init()
 2020-10-30  3:01 UTC  (3+ messages)

INFO: rcu detected stall in security_file_open (3)
 2020-10-29 23:49 UTC  (2+ messages)

[PATCH v2 0/3] misc iomap/xfs writeback fixes
 2020-10-29 21:48 UTC  (14+ messages)
` [PATCH v2 1/3] xfs: flush new eof page on truncate to avoid post-eof corruption
` [PATCH v2 2/3] iomap: support partial page discard on writeback block mapping failure
  ` [PATCH v2.1 "
` [PATCH v2 3/3] iomap: clean up writeback state logic on writepage error

[PATCH] fs/dcache: optimize start_dir_add()
 2020-10-29 19:07 UTC  (3+ messages)
  ` [PATCH v2] "

Investment Partner Needed ASAP
 2020-10-29 10:06 UTC 

[GIT PULL] afs fixes
 2020-10-29 17:31 UTC  (2+ messages)

[PATCH v2 0/2] fs, close_range: add flag CLOSE_RANGE_CLOEXEC
 2020-10-29 16:47 UTC  (3+ messages)

[PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-29 14:25 UTC  (3+ messages)

[PATCH 08/11] afs: Wrap page->private manipulations in inline functions
 2020-10-29 11:48 UTC  (4+ messages)
` [PATCH 00/11] AFS fixes [ver #3]
  ` [PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages

support splice reads on seq_file based procfs files
 2020-10-29 10:32 UTC  (7+ messages)
` [PATCH 1/3] seq_file: add seq_read_iter
` [PATCH 2/3] proc: wire up generic_file_splice_read for iter ops
` [PATCH 3/3] proc: switch over direct seq_read method calls to seq_read_iter

[PATCH 1/2] fs:regfs: add register easy filesystem
 2020-10-29  8:14 UTC  (6+ messages)

[PATCH] pipe: fix potential inode leak in create_pipe_files()
 2020-10-28  3:54 UTC  (2+ messages)

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-28 11:31 UTC  (8+ messages)
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

[PATCH] iomap: support partial page discard on writeback block mapping failure
 2020-10-28 11:32 UTC  (3+ messages)

[PATCH] buffer_io_error: Use dev_err_ratelimited
 2020-10-28 21:05 UTC  (4+ messages)

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-10-28 18:01 UTC  (5+ messages)

[PATCH 00/11] AFS fixes [ver #2]
 2020-10-28 14:34 UTC  (3+ messages)
` [PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages

[PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages
 2020-10-28 22:23 UTC 


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