linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 22:11:02 to 2021-01-15 19:06:05 UTC [more...]

[PATCH 0/9] userfaultfd: add minor fault handling
 2021-01-15 19:04 UTC  (2+ messages)
` [PATCH 2/9] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled

[PATCH v26 00/12] Landlock LSM
 2021-01-15 18:31 UTC  (14+ messages)
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example

[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 v5 00/42] idmapped mounts
 2021-01-15 17:51 UTC  (30+ messages)
` [PATCH v5 21/42] namei: prepare for "
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 33/42] apparmor: handle idmapped mounts
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests

[PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc
 2021-01-15 17:23 UTC  (2+ messages)

[GIT PULL] Fs & udf fixes for v5.11-rc4
 2021-01-15 16:39 UTC 

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-15 16:20 UTC  (8+ messages)

WARNING in io_uring_flush
 2021-01-15 15:57 UTC 

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-15 15:44 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] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-15  9:00 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-15  7:08 UTC  (14+ messages)
` [PATCH v11 02/40] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v11 04/40] btrfs: change superblock location on conventional zone
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent
` [PATCH v11 27/40] btrfs: introduce dedicated data write path for ZONED mode

[PATCH v12 00/41] btrfs: zoned block device support
 2021-01-15  6:53 UTC  (43+ messages)
` [PATCH v12 01/41] block: add bio_add_zone_append_page
` [PATCH v12 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v12 03/41] btrfs: defer loading zone info after opening trees
` [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

general protection fault in io_uring_setup
 2021-01-15  4:40 UTC  (4+ messages)

[PATCH v4] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-14 22:51 UTC  (8+ messages)

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-14 22:50 UTC  (4+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 20:38 UTC  (11+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] block: Add bio_limit
 2021-01-14 19:47 UTC 

[PATCH] fs/proc: Expose RSEQ configuration
 2021-01-14 19:20 UTC  (4+ messages)

[RFC] another attempt to reduce sub-block DIO serialisation
 2021-01-14 17:29 UTC  (23+ messages)
` [PATCH 01/10] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/10] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/10] xfs: cleanup the read/write helper naming
` [PATCH 04/10] xfs: remove the buffered I/O fallback assert
` [PATCH 05/10] xfs: simplify the read/write tracepoints
` [PATCH 06/10] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/10] xfs: split unaligned DIO write code out
` [PATCH 09/10] iomap: add a IOMAP_DIO_NOALLOC flag

Redesigning and modernising fscache
 2021-01-14 16:19 UTC  (2+ messages)

locking (or LOCKDEP) problem with mark_buffer_dirty()
 2021-01-14 15:25 UTC 

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-14 13:05 UTC  (16+ messages)
` [PATCH v12 03/13] mm: Introduce VM_WARN_ON_PAGE macro
    ` [External] "
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v12 12/13] mm/hugetlb: Gather discrete indexes of tail page
    ` [External] "

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-14 12:58 UTC  (2+ messages)

[PATCH 18/18] fs: Remove dcookies support
 2021-01-14 11:35 UTC 

[PATCH] fs/quota: fix the mismatch of data type
 2021-01-14  9:56 UTC  (3+ messages)

[PATCH v6 00/16] Fix several bad kernel-doc markups
 2021-01-14  8:04 UTC  (2+ messages)
` [PATCH v6 03/16] fs: fix "

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-14  6:48 UTC  (6+ messages)

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-14  5:37 UTC  (16+ messages)

[PATCH v3] Resolve LRU page-pinning issue for file-backed pages
 2021-01-13 21:17 UTC  (2+ messages)
` [PATCH v3] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH v2] fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()
 2021-01-13 23:13 UTC  (2+ messages)

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-13 23:48 UTC  (15+ messages)
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-13 18:49 UTC  (5+ messages)
` [PATCH v3 11/11] ext4: simplify i_state checks in __ext4_update_other_inode_time()

[PATCH v11 00/40] btrfs: zoned block device support
 2021-01-13 18:23 UTC  (4+ messages)
` [PATCH v11 08/40] btrfs: emulated zoned mode on non-zoned devices

[PATCH V5 0/1] block: fix I/O errors in BLKRRPART
 2021-01-13 14:34 UTC  (2+ messages)
` [PATCH V5 1/1] block: reject I/O for same fd if block size changed

general protection fault in io_disable_sqo_submit
 2021-01-13 10:37 UTC 

WARNING in io_ring_ctx_wait_and_kill
 2021-01-13 10:37 UTC 

[PATCH v15 0/4] xfs: avoid transaction reservation recursion
 2021-01-13 10:22 UTC  (5+ messages)
` [PATCH v15 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v15 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v15 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v15 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-13  7:44 UTC  (11+ messages)

mmotm 2021-01-12-01-57 uploaded
 2021-01-13  3:31 UTC  (5+ messages)
` mmotm 2021-01-12-01-57 uploaded (NR_SWAPCACHE in mm/)

[PATCH RESEND] libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
 2021-01-12 22:26 UTC  (3+ 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).