linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-06 08:20:00 to 2023-05-09 17:03:53 UTC [more...]

[PATCH v5 0/5] Introduce block provisioning primitives
 2023-05-09 16:58 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] block: Don't invalidate pagecache for invalid falloc modes
  ` [PATCH v6 2/5] block: Introduce provisioning primitives
  ` [PATCH v6 3/5] dm: Add block provisioning support
  ` [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-09 16:56 UTC  (33+ messages)
` [PATCH 01/32] Compiler Attributes: add __flatten
` [PATCH 02/32] locking/lockdep: lock_class_is_held()
` [PATCH 03/32] locking/lockdep: lockdep_set_no_check_recursion()
` [PATCH 04/32] locking: SIX locks (shared/intent/exclusive)
` [PATCH 05/32] MAINTAINERS: Add entry for six locks
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
` [PATCH 07/32] mm: Bring back vmalloc_exec
` [PATCH 08/32] fs: factor out d_mark_tmpfile()
` [PATCH 09/32] block: Add some exports for bcachefs
` [PATCH 10/32] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 11/32] block: Bring back zero_fill_bio_iter
` [PATCH 12/32] block: Rework bio_for_each_segment_all()
` [PATCH 13/32] block: Rework bio_for_each_folio_all()
` [PATCH 14/32] block: Don't block on s_umount from __invalidate_super()
` [PATCH 15/32] bcache: move closures to lib/
` [PATCH 16/32] MAINTAINERS: Add entry for closures
` [PATCH 17/32] closures: closure_wait_event()
` [PATCH 18/32] closures: closure_nr_remaining()
` [PATCH 19/32] closures: Add a missing include
` [PATCH 20/32] vfs: factor out inode hash head calculation
` [PATCH 21/32] hlist-bl: add hlist_bl_fake()
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
` [PATCH 23/32] iov_iter: copy_folio_from_iter_atomic()
` [PATCH 24/32] MAINTAINERS: Add entry for generic-radix-tree
` [PATCH 25/32] lib/generic-radix-tree.c: Don't overflow in peek()
` [PATCH 26/32] lib/generic-radix-tree.c: Add a missing include
` [PATCH 27/32] lib/generic-radix-tree.c: Add peek_prev()
` [PATCH 28/32] stacktrace: Export stack_trace_save_tsk
` [PATCH 29/32] lib/string_helpers: string_get_size() now returns characters wrote
` [PATCH 30/32] lib: Export errname
` [PATCH 31/32] lib: add mean and variance module
` [PATCH 32/32] MAINTAINERS: Add entry for bcachefs

[PATCH -next 00/12] mm: page_alloc: misc cleanup and refector
 2023-05-09 16:48 UTC  (19+ messages)
` [PATCH 01/12] mm: page_alloc: move mirrored_kernelcore into mm_init.c
` [PATCH 02/12] mm: page_alloc: move init_on_alloc/free() "
` [PATCH 03/12] mm: page_alloc: move set_zone_contiguous() "
` [PATCH 04/12] mm: page_alloc: collect mem statistic into show_mem.c
` [PATCH 05/12] mm: page_alloc: squash page_is_consistent()
` [PATCH 06/12] mm: page_alloc: remove alloc_contig_dump_pages() stub
` [PATCH 07/12] mm: page_alloc: split out FAIL_PAGE_ALLOC
` [PATCH 08/12] mm: page_alloc: split out DEBUG_PAGEALLOC
` [PATCH 09/12] mm: page_alloc: move mark_free_page() into snapshot.c
` [PATCH 10/12] mm: page_alloc: move pm_* function into power
` [PATCH 11/12] mm: vmscan: use gfp_has_io_fs()
` [PATCH 12/12] mm: page_alloc: move sysctls into it own fils

rcu_preempt self-detected stall in filemap_get_read_batch
 2023-05-09 16:28 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 47cba14ce6fc4f314bd814d07269d0c8de1e4ae6
 2023-05-09 15:56 UTC 

[PATCH] pipe: check for IOCB_NOWAIT alongside O_NONBLOCK
 2023-05-09 15:12 UTC 

introduce bdev holder ops and a file system shutdown method
 2023-05-09 13:35 UTC  (25+ messages)
` [PATCH 1/9] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 2/9] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 3/9] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 4/9] block: turn bdev_lock into a mutex
` [PATCH 5/9] block: introduce holder ops
` [PATCH 6/9] block: add a mark_dead holder operation
` [PATCH 7/9] fs: add a method to shut down the file system
` [PATCH 8/9] xfs: wire up sops->shutdown

[PATCH] fuse: add a new flag to allow shared mmap in FOPEN_DIRECT_IO mode
 2023-05-09 12:59 UTC  (5+ messages)
` [fuse-devel] "

[syzbot] [ext4?] BUG: sleeping function called from invalid context in alloc_buffer_head
 2023-05-09 11:45 UTC 

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-09 10:34 UTC  (6+ messages)
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[syzbot] [hfs?] kernel BUG in __filemap_get_folio (2)
 2023-05-09  8:26 UTC 

[RFC PATCH] fuse: invalidate page cache pages before direct write
 2023-05-09  8:01 UTC 

[PATCH] filemap: Handle error return from __filemap_get_folio()
 2023-05-09  7:43 UTC  (9+ messages)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-09  6:50 UTC  (8+ messages)
` [PATCH v3 1/2] mm: memcontrol: protect the memory in cgroup from being oom killed
` [PATCH v3 2/2] memcg: add oom_kill_inherit event indicator

[PATCH v4 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-05-09  5:47 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-09  1:20 UTC  (9+ messages)
` [PATCH 1/6] fs: unify locking semantics for fs freeze / thaw
` [PATCH 2/6] fs: add frozen sb state helpers
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 4/6] fs: move !SB_BORN check early on freeze and add for thaw
` [PATCH 5/6] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [PATCH 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[PATCH v3] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-05-09  1:12 UTC  (3+ messages)

[syzbot] [udf?] WARNING in udf_unlink
 2023-05-09  0:55 UTC 

[PATCH RFC 00/16] block atomic writes
 2023-05-09  0:19 UTC  (12+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits

[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
 2023-05-09  0:02 UTC  (22+ messages)
` [PATCH 1/2] btrfs: Introduce the virtual_fsid feature

[syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_iget
 2023-05-08 23:06 UTC 

[PATCH 00/40] Memory allocation profiling
 2023-05-08 20:48 UTC  (18+ messages)

[PATCH 2/2] fs: hugetlbfs: Fix logic to skip allocation on hit in page cache
 2023-05-08 20:40 UTC  (3+ messages)

[syzbot] [reiserfs?] possible deadlock in delete_one_xattr (2)
 2023-05-08 16:48 UTC  (2+ messages)

[PATCH] Documentation/filesystems: sharedsubtree: add section headings
 2023-05-08 16:39 UTC  (2+ messages)

[PATCH] Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
 2023-05-08 16:39 UTC  (2+ messages)

[PATCH] fs: remove the special !CONFIG_BLOCK def_blk_fops
 2023-05-08 14:44 UTC 

[PATCH 00/10] Refactoring and bugfix
 2023-05-08 12:40 UTC  (11+ messages)
` [PATCH 01/10] fs/ntfs3: Correct checking while generating attr_list
` [PATCH 02/10] fs/ntfs3: Fix ntfs_atomic_open
` [PATCH 03/10] fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
` [PATCH 04/10] fs/ntfs3: Alternative boot if primary boot "
` [PATCH 05/10] fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()
` [PATCH 06/10] fs/ntfs3: Code formatting
` [PATCH 07/10] fs/ntfs3: Code refactoring
` [PATCH 08/10] fs/ntfs3: Add ability to format new mft records with bigger/smaller header
` [PATCH 09/10] fs/ntfs3: Fix endian problem
` [PATCH 10/10] fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label

[syzbot] [ext4?] WARNING in print_tainted
 2023-05-08 10:57 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget
 2023-05-08 10:39 UTC  (2+ messages)

[GIT PULL] pipe: nonblocking rw for io_uring
 2023-05-08 10:16 UTC  (11+ messages)

[syzbot] [ext4?] possible deadlock in ext4_multi_mount_protect
 2023-05-08  3:42 UTC  (2+ messages)

[PATCH 0/3] filesystems: start removal of the kthread freezer
 2023-05-08  1:19 UTC  (4+ messages)
` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing
` [PATCH 2/3] btrfs: "
` [PATCH 3/3] xfs: "

[LSF/MM/BPF] Whither Highmem?
 2023-05-08  0:59 UTC  (4+ messages)

[PATCH] sysctl: add config to make randomize_va_space RO
 2023-05-07 19:53 UTC  (7+ messages)

[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-05-07 19:28 UTC  (6+ messages)
` [RFCv5 1/5] iomap: Rename iomap_page_create/release() to iop_alloc/free()
` [RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
` [RFCv5 3/5] iomap: Add iop's uptodate state handling functions
` [RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
` [RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block
 2023-05-07 15:32 UTC 

[GIT PULL] Pipe FMODE_NOWAIT support
 2023-05-07 10:01 UTC  (6+ messages)

[syzbot] [ntfs3?] general protection fault in ni_readpage_cmpr
 2023-05-07 10:30 UTC  (2+ messages)

[syzbot] Monthly 9p report (May 2023)
 2023-05-07  6:35 UTC 

[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
 2023-05-07  5:23 UTC  (3+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs

[syzbot] [mm?] [ntfs3?] kernel panic: stack is corrupted in save_stack
 2023-05-07  5:17 UTC 

[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
 2023-05-07  4:08 UTC  (11+ messages)
` [RFC v3 01/24] fs: unify locking semantics for fs freeze / thaw
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[RFC PATCH bpf-next 0/4] Introduce bpf iterators for file-system
 2023-05-07  4:01 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Introduce bpf iterator for file-system inode
` [RFC PATCH bpf-next 2/4] bpf: Add three kfunc helpers for bpf fs inode iterator
` [RFC PATCH bpf-next 3/4] bpf: Introduce bpf iterator for file system mount
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add test cases for bpf file-system iterator

[syzbot] [ext4?] WARNING in kvfree (2)
 2023-05-06 21:59 UTC  (2+ messages)

[PATCH] fs/open.c: Fix W=1 kernel doc warnings
 2023-05-06 18:29 UTC 

[syzbot] Monthly fs report (May 2023)
 2023-05-06 14:02 UTC 

[syzbot] Monthly udf report (May 2023)
 2023-05-06  8:19 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).