linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 11:48:34 to 2022-04-15 05:47:54 UTC [more...]

use block_device based APIs in block layer consumers v3
 2022-04-15  5:47 UTC  (44+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[syzbot] general protection fault in __dentry_path (2)
 2022-04-15  5:01 UTC 

[PATCH v2 1/3] vfs: Add inode_sgid_strip() api
 2022-04-15  3:14 UTC  (10+ messages)
` [PATCH v2 2/3] vfs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v2 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-15  2:14 UTC  (13+ messages)

[PATCH] fs-writeback: Flush plug before next iteration in wb_writeback()
 2022-04-15  1:37 UTC 

[PATCH] fs: sendfile handles O_NONBLOCK of out_fd
 2022-04-15  0:50 UTC 

[PATCH resend] VFS: filename_create(): fix incorrect intent
 2022-04-14 23:02 UTC  (2+ messages)

[PATCH v7 0/6] DAX poison recovery
 2022-04-14 21:54 UTC  (31+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()

[GIT PULL] fscache: Miscellaneous fixes
 2022-04-14 18:59 UTC  (2+ messages)

ext4_writepages: jbd2_start: 5120 pages, ino 11; err -5
 2022-04-14 15:19 UTC 

[PATCH] mm/smaps_rollup: return empty file for kthreads instead of ESRCH
 2022-04-14 15:24 UTC  (8+ messages)

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-14 13:22 UTC  (10+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
  ` [xfs] bf68be0c39: BUG:KASAN:null-ptr-deref_in_fs_put_dax

Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
 2022-04-14 11:02 UTC  (6+ messages)

[PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
 2022-04-14  9:29 UTC  (5+ messages)
  `  "

mmotm 2022-04-12-21-05 uploaded
 2022-04-14  3:51 UTC  (5+ messages)
` mmotm 2022-04-12-21-05 uploaded (ARCH_HAS_NONLEAF_PMD_YOUNG)
` mmotm 2022-04-12-21-05 uploaded (fs/btrfs/raid56.o)

[PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c to bpf module
 2022-04-13 19:50 UTC  (7+ messages)
` [PATCH v4 "

[PATCH RFC v19 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-13 18:42 UTC  (8+ messages)
` [PATCH RFC v19 06/11] NFSD: Update find_clp_in_name_tree() to handle courtesy client

[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
 2022-04-13 18:13 UTC  (5+ messages)

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-13 18:06 UTC  (7+ messages)
    ` making x86 clear_user not suck, was "

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13 17:52 UTC  (37+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
 2022-04-13 16:41 UTC  (10+ messages)
` [PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v5 RESEND 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take "

generic/068 crash on 5.18-rc2?
 2022-04-13 16:35 UTC  (4+ messages)

[PATCH v3 1/5] idmapped-mounts: Reset errno to zero after detect fs_allow_idmap
 2022-04-13 10:09 UTC  (15+ messages)
` [PATCH v3 2/5] idmapped-mounts: Add mknodat operation in setgid test
` [PATCH v3 3/5] idmapped-mounts: Add open with O_TMPFILE "
` [PATCH v3 4/5] idmapped-mounts: Add new setgid_create_umask test
` [PATCH v3 5/5] idmapped-mounts: Add new setgid_create_acl test

Wycena paneli fotowoltaicznych
 2022-04-13  7:40 UTC 

[PATCH v3 00/16] Evictable fanotify marks
 2022-04-13  9:09 UTC  (17+ messages)
` [PATCH v3 01/16] inotify: show inotify mask flags in proc fdinfo
` [PATCH v3 02/16] inotify: move control flags from mask to mark flags
` [PATCH v3 03/16] fsnotify: fix wrong lockdep annotations
` [PATCH v3 04/16] fsnotify: pass flags argument to fsnotify_add_mark() via mark
` [PATCH v3 05/16] fsnotify: pass flags argument to fsnotify_alloc_group()
` [PATCH v3 06/16] fsnotify: create helpers for group mark_mutex lock
` [PATCH v3 07/16] inotify: use fsnotify group lock helpers
` [PATCH v3 08/16] audit: "
` [PATCH v3 09/16] nfsd: "
` [PATCH v3 10/16] dnotify: "
` [PATCH v3 11/16] fsnotify: allow adding an inode mark without pinning inode
` [PATCH v3 12/16] fanotify: create helper fanotify_mark_user_flags()
` [PATCH v3 13/16] fanotify: factor out helper fanotify_mark_update_flags()
` [PATCH v3 14/16] fanotify: implement "evictable" inode marks
` [PATCH v3 15/16] fanotify: use fsnotify group lock helpers
` [PATCH v3 16/16] fanotify: enable "evictable" inode marks

[PATCH v2] MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
 2022-04-13  3:43 UTC  (2+ messages)

[PATCH] fuse: avoid unnecessary spinlock bump
 2022-04-13  3:09 UTC  (12+ messages)

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-04-13  0:15 UTC  (12+ messages)

[PATCH] stat: don't fail if the major number is >= 256
 2022-04-12 23:25 UTC  (8+ messages)
      ` [PATCH] stat: fix inconsistency between struct stat and struct compat_stat

[PATCH] MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
 2022-04-12 22:47 UTC  (5+ messages)

[PATCH 1/2] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-04-12 20:41 UTC  (4+ messages)
` [PATCH 2/2] userfaultfd: selftests: modify selftest to use /dev/userfaultfd

[PATCH v1] NFSD: Clean up nfsd_splice_actor()
 2022-04-12 18:57 UTC 

fscache corruption in Linux 5.17?
 2022-04-12 15:10 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).