linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-30 12:30:49 to 2023-07-04 12:22:38 UTC [more...]

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-04 12:21 UTC  (5+ messages)
` [PATCH 02/32] block: Use file->f_flags for determining exclusive opens in file_to_blk_mode()
` [PATCH 03/32] block: Use blkdev_get_handle_by_dev() in blkdev_open()
` [PATCH 04/32] block: Use blkdev_get_handle_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 12/32] md: Convert to blkdev_get_handle_by_dev()

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-04 11:42 UTC  (2+ messages)

[RFC][PATCH] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-07-04 11:18 UTC  (7+ messages)

[PATCH v22 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
 2023-07-04 10:10 UTC  (2+ messages)

btrfs compressed writeback cleanups
 2023-07-04  9:09 UTC  (17+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 04/23] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 06/23] btrfs: reduce debug spam from submit_compressed_extents
` [PATCH 07/23] btrfs: remove the return value from submit_uncompressed_range
` [PATCH 08/23] btrfs: remove the return value from extent_write_locked_range
` [PATCH 10/23] btrfs: reduce the number of arguments to btrfs_run_delalloc_range
` [PATCH 11/23] btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
` [PATCH 13/23] btrfs: merge async_cow_start and compress_file_range

[PATCH 0/2] fs: rename follow-up fixes
 2023-07-04  8:22 UTC  (6+ messages)
` [PATCH 1/2] fs: no need to check source
` [PATCH 2/2] fs: don't assume arguments are non-NULL

[PATCH] libfs: fix table format warning
 2023-07-04  7:47 UTC  (2+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-07-04  4:20 UTC  (10+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless

[PATCH v2] readahead: Correct the start and size in ondemand_readahead()
 2023-07-04  1:41 UTC  (3+ messages)

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-07-04  1:10 UTC  (16+ messages)

[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl
 2023-07-04  1:06 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in ext4_finish_bio
 2023-07-04  1:00 UTC 

[PATCH] mm: make MEMFD_CREATE into a selectable config option
 2023-07-03 22:48 UTC  (5+ messages)

[PATCH] writeback: Account the number of pages written back
 2023-07-03 21:37 UTC  (4+ messages)

[syzbot] [btrfs?] kernel BUG in merge_reloc_roots
 2023-07-03 18:49 UTC  (2+ messages)

[PATCH v3 0/5] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-07-03 17:01 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 34acceaa8818
 2023-07-03 16:55 UTC 

[PATCH v5 0/3] fanotify accounting for fs/splice.c
 2023-07-03 15:44 UTC  (6+ messages)
` [PATCH v5 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success
` [PATCH v5 2/3] splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
` [PATCH v5 3/3] splice: fsnotify_access(in), fsnotify_modify(out) on success in tee

[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
 2023-07-03 15:27 UTC  (9+ messages)
` [PATCH v7 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v7 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v7 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v7 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v7 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v7 6/6] mm: handle userfaults under VMA lock

[PATCH v7 0/3] shmemfs stable directory offsets
 2023-07-03 15:23 UTC  (7+ messages)
` [PATCH v7 1/3] libfs: Add directory operations for stable offsets
` [PATCH v7 2/3] shmem: Refactor shmem_symlink()
` [PATCH v7 3/3] shmem: stable directory offsets

[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-03 15:07 UTC  (7+ messages)
` [PATCH v22 2/5] fs/proc/task_mmu: "

[PATCH] fs: Drop pointless 'source' check from vfs_rename()
 2023-07-03 14:43 UTC 

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-07-03 10:57 UTC  (7+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure
  ` [PATCH 55/79] proc: switch to new ctime accessors
                ` [PATCH 15/79] bfs: "

[PATCH] fs: drop_caches: draining pages before dropping caches
 2023-07-03 10:16 UTC  (2+ messages)

[PATCH v10 rebased on v6.4 00/25] DEPT(Dependency Tracker)
 2023-07-03  9:47 UTC  (26+ messages)
` [PATCH v10 rebased on v6.4 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 rebased on v6.4 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 rebased on v6.4 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 rebased on v6.4 04/25] dept: Add lock "
` [PATCH v10 rebased on v6.4 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 rebased on v6.4 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 rebased on v6.4 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 rebased on v6.4 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 rebased on v6.4 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 rebased on v6.4 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 rebased on v6.4 13/25] dept: Distinguish each work "
` [PATCH v10 rebased on v6.4 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 rebased on v6.4 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 rebased on v6.4 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 rebased on v6.4 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 rebased on v6.4 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 rebased on v6.4 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 rebased on v6.4 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 rebased on v6.4 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 rebased on v6.4 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 rebased on v6.4 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH] ovl: move all parameter handling into params.{c,h}
 2023-07-03  9:16 UTC  (3+ messages)

[syzbot] Monthly fat report (Jul 2023)
 2023-07-03  9:04 UTC 

[syzbot] Monthly ntfs report (Jul 2023)
 2023-07-03  9:03 UTC 

[syzbot] Monthly gfs2 report (Jul 2023)
 2023-07-03  9:03 UTC 

[PATCH] fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/
 2023-07-03  7:33 UTC 

[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
 2023-07-03  7:28 UTC  (9+ messages)
` [PATCH 1/8] fs/ntfs3: Add ckeck in ni_update_parent()
` [PATCH 2/8] fs/ntfs3: Write immediately updated ntfs state
` [PATCH 3/8] fs/ntfs3: Minor code refactoring and formatting
` [PATCH 4/8] fs/ntfs3: Don't allow to change label if volume is read-only
` [PATCH 5/8] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH 6/8] fs/ntfs3: Add more attributes checks in mi_enum_attr()
` [PATCH 7/8] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH 8/8] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super

[syzbot] [mm?] [reiserfs?] kernel panic: stack is corrupted in ___slab_alloc
 2023-07-03  7:17 UTC  (3+ messages)

[PATCH 0/2] Two cross-compilation kselftest fixes
 2023-07-03  6:36 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in prepare_to_merge
 2023-07-03  5:10 UTC  (2+ messages)

[PATCH] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing
 2023-07-02 21:11 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 01/16] vfs: Replace all non-returning strlcpy with strscpy
 2023-07-02 19:38 UTC  (9+ messages)
` [PATCH AUTOSEL 6.4 02/16] coredump: require O_WRONLY instead of O_RDWR
` [PATCH AUTOSEL 6.4 03/16] fs: use UB-safe check for signed addition overflow in remap_verify_area
` [PATCH AUTOSEL 6.4 07/16] fs: Protect reconfiguration of sb read-write from racing writes
` [PATCH AUTOSEL 6.4 11/16] fs: use correct __poll_t type
` [PATCH AUTOSEL 6.4 12/16] fs.h: Optimize file struct to prevent false sharing
` [PATCH AUTOSEL 6.4 13/16] fs: unexport buffer_check_dirty_writeback
` [PATCH AUTOSEL 6.4 14/16] eventfd: show the EFD_SEMAPHORE flag in fdinfo
` [PATCH AUTOSEL 6.4 16/16] fs: Provide helpers for manipulating sb->s_readonly_remount

[GIT PULL] iomap: new code for 6.5
 2023-07-02 18:53 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2023-07-02 18:53 UTC  (2+ messages)

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-07-02 17:54 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 5cf32f63b0f4
 2023-07-02 16:36 UTC 

[syzbot] [ntfs?] kernel BUG in ntfs_end_buffer_async_read
 2023-07-02 15:25 UTC  (2+ messages)

[PATCH] fs: fix invalid-free in init_file()
 2023-07-02 11:25 UTC  (2+ messages)

[syzbot] [overlayfs?] KASAN: invalid-free in init_file
 2023-07-02 11:03 UTC  (5+ messages)

[PATCH 0/2] v3: F_OFD_GETLK extension to read lock info
 2023-07-02  6:41 UTC  (3+ messages)

[GIT PULL] second set of sysctl fixes v6.5-rc1
 2023-07-01 16:12 UTC  (2+ messages)

[PATCHv11 0/8] iomap: Add support for per-block dirty state to improve write performance
 2023-07-01  7:34 UTC  (9+ messages)
` [PATCHv11 1/8] iomap: Rename iomap_page to iomap_folio_state and others
` [PATCHv11 2/8] iomap: Drop ifs argument from iomap_set_range_uptodate()
` [PATCHv11 3/8] iomap: Add some uptodate state handling helpers for ifs state bitmap
` [PATCHv11 4/8] iomap: Fix possible overflow condition in iomap_write_delalloc_scan
` [PATCHv11 5/8] iomap: Use iomap_punch_t typedef
` [PATCHv11 6/8] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv11 7/8] iomap: Allocate ifs in ->write_begin() early
` [PATCHv11 8/8] iomap: Add per-block dirty state tracking to improve performance

[PATCH] sysctl: set variable sysctl_mount_point storage-class-specifier to static
 2023-06-30 23:20 UTC  (3+ messages)

[PATCH] fs: Optimize unixbench's file copy test
 2023-06-30 21:44 UTC  (3+ messages)

[PATCH v6 0/6] Per-VMA lock support for swap and userfaults
 2023-06-30 21:25 UTC  (6+ messages)
` [PATCH v6 4/6] mm: change folio_lock_or_retry to use vm_fault directly

[PATCH 1/2] proc: support proc-empty-vm test on i386
 2023-06-30 18:34 UTC  (2+ messages)
` [PATCH 2/2] proc: skip proc-empty-vm on anything but amd64 and i386

[syzbot] [ext4?] general protection fault in ext4_quota_read
 2023-06-30 17:48 UTC  (2+ messages)

[RFC PATCH 2/4] splice: Make vmsplice() steal or copy
 2023-06-30 17:32 UTC  (4+ messages)

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-06-30 17:21 UTC  (9+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-30 17:13 UTC  (5+ messages)

[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
 2023-06-30 16:05 UTC  (15+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from
` [RFC PATCH 03/11] vfs: Use init_kiocb() to initialise new IOCBs
` [RFC PATCH 04/11] iov_iter: Use IOCB_WRITE rather than iterator direction
` [RFC PATCH 05/11] iov_iter: Use IOMAP_WRITE "
` [RFC PATCH 06/11] iov_iter: Use op_is_write() "
` [RFC PATCH 07/11] cifs: Drop the check using iov_iter_rw()
` [RFC PATCH 08/11] iov_iter: Drop iov_iter_rw() and fold in last user
` [RFC PATCH 09/11] iov_iter: Use I/O dir flags with iov_iter_extract_pages()
` [RFC PATCH 10/11] 9p: Pin pages rather than ref'ing if appropriate
` [RFC PATCH 11/11] scsi: Use extract_iter_to_sg()

[syzbot] [selinux?] [reiserfs?] KASAN: wild-memory-access Read in inode_doinit_with_dentry
 2023-06-30 15:35 UTC 

[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
 2023-06-30 15:16 UTC  (3+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-06-30 15:16 UTC  (8+ messages)

[PATCH 0/2] proc: proc_setattr for /proc/$PID/net
 2023-06-30 14:06 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).