linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 16:32:41 to 2022-02-05 16:23:56 UTC [more...]

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2022-02-05 16:23 UTC  (17+ messages)

[PATCHv1 0/9] ext4: fast_commit fixes, stricter block checking & cleanups
 2022-02-05 14:09 UTC  (10+ messages)
` [PATCHv1 1/9] ext4: Correct cluster len and clusters changed accounting in ext4_mb_mark_bb
` [PATCHv1 2/9] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
` [PATCHv1 3/9] ext4: Refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
` [PATCHv1 4/9] ext4: Use in_range() for range checking in ext4_fc_replay_check_excluded
` [PATCHv1 5/9] ext4: Rename ext4_set_bits to mb_set_bits
` [PATCHv1 6/9] ext4: No need to test for block bitmap bits in ext4_mb_mark_bb()
` [PATCHv1 7/9] ext4: Add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
` [PATCHv1 8/9] ext4: Add strict range checks while freeing blocks
` [PATCHv1 9/9] ext4: Add extra check in ext4_mb_mark_bb() to prevent against possible corruption

[PATCH] Add ability to disallow idmapped mounts
 2022-02-05 13:57 UTC  (6+ messages)

[RFC 1/6] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
 2022-02-05 10:43 UTC  (14+ messages)
` [RFC 2/6] ext4: Implement ext4_group_block_valid() as common function
` [RFC 4/6] ext4: No need to test for block bitmap bits in ext4_mb_mark_bb()
` [RFC 6/6] ext4: Add extra check in ext4_mb_mark_bb() to prevent against possible corruption

[GIT PULL] xfs: fixes for 5.17-rc3
 2022-02-05  2:56 UTC 

[GIT PULL] vfs: fixes for 5.17-rc1
 2022-02-05  2:51 UTC 

[GIT PULL] iomap: fixes for 5.17-rc3
 2022-02-05  2:46 UTC 

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-02-04 19:41 UTC  (42+ messages)
  ` [RFC PATCH 0/3] NVMe copy offload patches
    ` [RFC PATCH 1/3] block: add copy offload support
    ` [RFC PATCH 2/3] nvme: "
    ` [RFC PATCH 3/3] nvme: add the "debug" host driver

[ANNOUNCE] util-linux v2.38-rc1
 2022-02-04 18:03 UTC  (5+ messages)

[PATCH] Revert "fs/9p: search open fids first"
 2022-02-04 17:58 UTC  (4+ messages)
` [GIT PULL] 9p for 5.17-rc3

[PATCH RFC v10 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-04 17:09 UTC  (17+ messages)
` [PATCH RFC 1/3] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH RFC] Support for btime (creation time) for tmpfs/shmem ?
 2022-02-04 17:04 UTC 

[PATCH] selftests/exec: Avoid future NULL argv execve warning
 2022-02-04 16:11 UTC  (5+ messages)

proc.5: Update /proc/[pid]/task/[tid]/ example file
 2022-02-04 14:50 UTC 

[PATCH v5 0/7] DAX poison recovery
 2022-02-04  6:21 UTC  (29+ messages)
` [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

mmotm 2022-02-03-21-58 uploaded
 2022-02-04  5:58 UTC 

[syzbot] possible deadlock in snd_timer_interrupt (2)
 2022-02-04  2:12 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Netfs support library
 2022-02-03 20:59 UTC  (2+ messages)

[PATCH v5] kernel/time: move timer sysctls to its own file
 2022-02-03 19:53 UTC  (6+ messages)

[syzbot] possible deadlock in snd_hrtimer_callback (2)
 2022-02-03 19:44 UTC  (2+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2022-02-03 19:34 UTC  (4+ messages)

[PATCH 0/7] mount_setattr fixes
 2022-02-03 13:14 UTC  (8+ messages)
` [PATCH 1/7] tests: fix idmapped mount_setattr test
` [PATCH 2/7] MAINTAINERS: add entry for idmapped mounts
` [PATCH 3/7] fs: add kernel doc for mnt_{hold,unhold}_writers()
` [PATCH 4/7] fs: add mnt_allow_writers() and simplify mount_setattr_prepare()
` [PATCH 5/7] fs: simplify check in mount_setattr_commit()
` [PATCH 6/7] fs: don't open-code mnt_hold_writers()
` [PATCH 7/7] fs: clean up mount_setattr control flow

[LSF/MM/BPF TOPIC] are we going to use ioctls forever?
 2022-02-03 12:25 UTC  (5+ messages)

[PATCH v2 0/6] Fix some bugs related to ramp and dax
 2022-02-03 10:17 UTC  (10+ messages)
` [PATCH v2 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v2 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v2 3/6] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH v2 4/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v2 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v2 6/6] mm: remove range parameter from follow_invalidate_pte()

Napływ Klientów ze strony
 2022-02-03  9:11 UTC 

[ksmbd] racy uses of ->d_parent and ->d_name
 2022-02-03  8:00 UTC  (6+ messages)

[LSF/MM/BPF TOPIC][LSF/MM/BPF ATTEND] TLS handshake for in-kernel consumers
 2022-02-03  3:40 UTC  (7+ messages)
` [LSF/MM/BPF TOPIC] [LSF/MM/BPF "

Mapping between EHOSTDOWN to EACCESS in cifs
 2022-02-02 22:24 UTC  (2+ messages)

How to debug stuck read?
 2022-02-02 21:50 UTC  (3+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02 20:47 UTC  (5+ messages)

[PATCH] exec: Force single empty string when argv is empty
 2022-02-02 20:31 UTC  (7+ messages)

[GIT PULL] Fanotify fix for 5.17-rc3
 2022-02-02 18:19 UTC  (2+ messages)

mmotm 2022-02-01-16-04 uploaded
 2022-02-02 16:39 UTC  (3+ messages)
` mmotm 2022-02-01-16-04 uploaded (mm/memcontrol.c)

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-02-02 15:44 UTC  (10+ messages)

[PATCH] binfmt_elf: Take the mmap lock when walking the VMA list
 2022-02-02 15:41 UTC  (17+ messages)
          ` [PATCH 0/5] Fix fill_files_note
            ` [PATCH 2/5] coredump: Snapshot the vmas in do_coredump
            ` [PATCH 3/5] coredump: Remove the WARN_ON in dump_vma_snapshot
            ` [PATCH 4/5] coredump/elf: Pass coredump_params into fill_note_info
            ` [PATCH 5/5] coredump: Use the vma snapshot in fill_files_note

[PATCH] fs/binfmt_elf: fix PT_LOAD p_align values for loaders
 2022-02-02 13:52 UTC  (2+ messages)

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-02 13:04 UTC  (9+ messages)
` [PATCH v10 1/9] dax: Introduce holder for dax_device
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS

[PATCH] generic/633: adapt execveat() invocations
 2022-02-02  9:53 UTC  (3+ messages)

[PATCH] generic/633: pass non-empty argv with execveat()
 2022-02-02  9:52 UTC 

[PATCH v2] kernel/time: move timer sysctls to its own file
 2022-02-02  2:40 UTC  (3+ messages)

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-02-01 20:54 UTC  (2+ messages)

[GIT PULL] unicode patches for 5.17-rc3
 2022-02-01 20:46 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.17-rc3
 2022-02-01 20:46 UTC  (2+ messages)

[PATCH] mailmap: update Christian Brauner's email address
 2022-02-01 19:21 UTC  (2+ messages)

[PATCH] exec: Fix min/max typo in stack space calculation
 2022-02-01 19:07 UTC 

[PATCH v3] seq_file: fix NULL pointer arithmetic warning
 2022-02-01 16:32 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).