linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-16 03:30:12 to 2023-12-19 03:37:12 UTC [more...]

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2023-12-19  3:37 UTC  (65+ messages)
` [PATCH 02/50] x86/kernel/fpu/bugs.c: fix missing include
` [PATCH 03/50] x86/lib/cache-smp.c: "
` [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h
  ` [PATCH 12/50] prandom: Remove unused include
  ` [PATCH 19/50] locking/mutex: split out mutex_types.h
  ` [PATCH 21/50] locking/seqlock: Split out seqlock_types.h
` [PATCH 22/50] pid: Split out pid_types.h
  ` [PATCH 24/50] plist: Split out plist_types.h
  ` [PATCH 25/50] wait: Remove uapi header file from main header file
  ` [PATCH 26/50] rslib: kill bogus dependency on list.h
  ` [PATCH 27/50] timerqueue: Split out timerqueue_types.h
  ` [PATCH 28/50] signal: Kill bogus dependency on list.h
  ` [PATCH 29/50] timers: Split out timer_types.h
  ` [PATCH 30/50] workqueue: Split out workqueue_types.h
  ` [PATCH 31/50] shm: Slim down dependencies
  ` [PATCH 32/50] ipc: Kill bogus dependency on spinlock.h
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 34/50] mm_types_task.h: Trim dependencies
  ` [PATCH 35/50] cpumask: Split out cpumask_types.h
  ` [PATCH 36/50] syscall_user_dispatch.h: split out *_types.h
  ` [PATCH 37/50] x86/signal: kill dependency on time.h
  ` [PATCH 38/50] uapi/linux/resource.h: fix include
  ` [PATCH 39/50] refcount: Split out refcount_types.h
  ` [PATCH 40/50] seccomp: Split out seccomp_types.h
  ` [PATCH 41/50] uidgid: Split out uidgid_types.h
  ` [PATCH 42/50] sem: Split out sem_types.h
  ` [PATCH 43/50] lockdep: move held_lock to lockdep_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 45/50] rseq: Split out rseq.h from sched.h
  ` [PATCH 46/50] preempt.h: Kill dependency on list.h
  ` [PATCH 47/50] thread_info, uaccess.h: Move HARDENED_USERCOPY to better location
  ` [PATCH 48/50] Kill unnecessary kernel.h include
  ` [PATCH 49/50] kill unnecessary thread_info.h include
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

[PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-19  3:07 UTC  (14+ messages)
` [PATCH v4 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v4 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v4 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v4 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v4 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v4 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v4 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v4 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v4 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v4 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v4 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH v2 0/2] mm: fix arithmetic for bdi min_ratio and
 2023-12-19  2:42 UTC  (3+ messages)
` [PATCH v2 1/2] mm: fix arithmetic for bdi min_ratio
` [PATCH v2 2/2] mm: fix arithmetic for max_prop_frac when setting max_ratio

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2023-12-19  1:12 UTC  (21+ messages)
` [PATCH v8 01/19] fs: Fix rw_hint validation
` [PATCH v8 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v8 03/19] fs: Split fcntl_rw_hint()
` [PATCH v8 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v8 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v8 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v8 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v8 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v8 11/19] scsi: sd: Translate data lifetime information
` [PATCH v8 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v8 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v8 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v8 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v8 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v8 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v8 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v8 19/19] scsi: scsi_debug: Maintain write statistics per group number

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-19  0:03 UTC  (17+ messages)

[PATCH v7 00/19] Pass data lifetime information to SCSI disk devices
 2023-12-18 23:29 UTC  (23+ messages)
` [PATCH v7 01/19] fs: Fix rw_hint validation
` [PATCH v7 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v7 03/19] fs: Split fcntl_rw_hint()
` [PATCH v7 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v7 05/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v7 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v7 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v7 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v7 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v7 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v7 11/19] scsi: sd: Translate data lifetime information
` [PATCH v7 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v7 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v7 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v7 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v7 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v7 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v7 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v7 19/19] scsi: scsi_debug: Maintain write statistics per group number

[PATCH] fs: fix doc comment typo fs tree wide
 2023-12-18 23:18 UTC  (2+ messages)

[PATCH v2 00/16] block atomic writes
 2023-12-18 22:50 UTC  (7+ messages)

[PATCH] iomap: fix warning in iomap_write_delalloc_release()
 2023-12-18 22:45 UTC  (2+ messages)

[RFC] HACK: overlayfs: Optimize overlay/restore creds
 2023-12-18 21:57 UTC  (8+ messages)

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-18 21:21 UTC  (10+ messages)

Convert write_cache_pages() to an iterator v3
 2023-12-18 21:00 UTC  (19+ messages)
` [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-18 17:15 UTC  (4+ messages)

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-18 16:18 UTC  (12+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2023-12-18 15:53 UTC  (7+ messages)

[PATCH 00/14] Clean up the writeback paths
 2023-12-18 15:40 UTC  (31+ messages)
` [PATCH 01/14] fs: Remove clean_page_buffers()
` [PATCH 02/14] fs: Convert clean_buffers() to take a folio
` [PATCH 03/14] fs: Reduce stack usage in __mpage_writepage
` [PATCH 04/14] fs: Reduce stack usage in do_mpage_readpage
` [PATCH 05/14] adfs: Remove writepage implementation
` [PATCH 06/14] bfs: "
` [PATCH 07/14] hfs: Really remove hfs_writepage
` [PATCH 08/14] hfsplus: Really remove hfsplus_writepage
` [PATCH 09/14] minix: Remove writepage implementation
` [PATCH 10/14] ocfs2: "
` [PATCH 11/14] sysv: "
` [PATCH 12/14] ufs: "
` [PATCH 13/14] fs: Convert block_write_full_page to block_write_full_folio

[syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2)
 2023-12-18 14:43 UTC 

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-18 11:05 UTC  (4+ messages)

[PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
 2023-12-18 10:59 UTC  (11+ messages)

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2023-12-18  8:21 UTC  (3+ messages)
` [PATCH v8 23/24] ima: Make it independent from 'integrity' LSM

[ANNOUNCE] xfs-linux: for-next updated to 98bdbf60cca8
 2023-12-18  6:52 UTC 

[PATCH] mm: fix arithmetic for bdi min_ratio and max_ratio
 2023-12-18  3:29 UTC 

[syzbot] [reiserfs?] possible deadlock in __run_timers
 2023-12-17 19:50 UTC 

[syzbot] BUG: Dentry still in use in unmount
 2023-12-17  9:36 UTC  (6+ messages)
` [syzbot] [reiserfs?] [squashfs?] "
  ` [PATCH] ovl: fix "

[viro-vfs:headers.unaligned 2/2] tools/arch/x86/lib/insn.c:16:10: fatal error: '../include/linux/unaligned.h' file not found
 2023-12-17  3:08 UTC 

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-17  2:18 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[PATCH v18 00/12] Implement copy offload support
 2023-12-16 18:16 UTC  (4+ messages)
  ` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-16 14:52 UTC  (6+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
    ` [f2fs-dev] "

Why doesn't FUSE use stable writes?
 2023-12-16  9:33 UTC  (2+ messages)

Convert write_cache_pages() to an iterator v2
 2023-12-16  6:16 UTC  (6+ messages)
` [PATCH 04/11] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/11] writeback: Factor writeback_iter_next() out of write_cache_pages()

[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-16  5:36 UTC  (4+ messages)
` [PATCH RERESEND 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT


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).