Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-02 14:34:20 to 2022-02-07 07:25:07 UTC [more...]

[PATCH] chardev: call tty_init() in real chrdev_init()
 2022-02-07  7:14 UTC  (4+ messages)

[PATCH 0/7] mount_setattr fixes
 2022-02-07  6:53 UTC  (15+ 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

[PATCH v2] kernel/time: move timer sysctls to its own file
 2022-02-07  6:41 UTC  (4+ messages)
    ` [kbuild-all] "

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

How to debug stuck read?
 2022-02-07  1:22 UTC  (11+ messages)

[PATCH 0/3] remove dependence of inode_congested()
 2022-02-07  0:47 UTC  (10+ messages)
` [PATCH 1/3] fuse: remove reliance on bdi congestion

[PATCH RFC v10 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-06 19:04 UTC  (4+ messages)
` [PATCH RFC 1/3] fs/lock: add new callback, lm_lock_conflict, 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

[ANNOUNCE] util-linux v2.38-rc1
 2022-02-06 16:47 UTC  (5+ messages)

[PATCH] Add ability to disallow idmapped mounts
 2022-02-06 13:47 UTC  (7+ messages)

[PATCH -next] fs: Remove two excess function parameters in kernel-doc comment
 2022-02-06 13:28 UTC 

[PATCH v5 0/7] DAX poison recovery
 2022-02-06  8:30 UTC  (34+ 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

[LSF/MM/BPF TOPIC] configfd as a replacement for both ioctls and fsconfig
 2022-02-06  2:23 UTC  (2+ messages)

[GIT PULL] vfs: fixes for 5.17-rc1
 2022-02-05 17:29 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.17-rc3
 2022-02-05 17:29 UTC  (2+ messages)

[GIT PULL] iomap: fixes for 5.17-rc3
 2022-02-05 17:29 UTC  (2+ messages)

[PATCH v3 0/7] NFSD size, offset, and count sanity
 2022-02-05 17:04 UTC  (8+ messages)
` [PATCH v3 1/7] NFSD: Fix the behavior of READ near OFFSET_MAX
` [PATCH v3 2/7] NFSD: Fix ia_size underflow
` [PATCH v3 3/7] NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
` [PATCH v3 4/7] NFSD: Clamp WRITE offsets
` [PATCH v3 5/7] NFSD: COMMIT operations must not return NFS?ERR_INVAL
` [PATCH v3 6/7] NFSD: Fix offset type in I/O trace points
` [PATCH v3 7/7] NFSD: Deprecate NFS_OFFSET_MAX

[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

[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

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

[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 

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  (5+ 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)

[LSF/MM/BPF TOPIC] are we going to use ioctls forever?
 2022-02-03 12:25 UTC  (4+ 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)

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

[PATCH] binfmt_elf: Take the mmap lock when walking the VMA list
 2022-02-02 15:41 UTC  (13+ messages)
          ` [PATCH 0/5] Fix fill_files_note
            ` [PATCH 2/5] coredump: Snapshot the vmas in do_coredump
            ` [PATCH 5/5] coredump: Use the vma snapshot in fill_files_note


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 read-only IMAP folder(s) and NNTP newsgroup(s).