linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-01 15:29:06 to 2023-07-04 20:58:48 UTC [more...]

[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
 2023-07-04 20:57 UTC  (4+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-04 20:55 UTC  (14+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fs: Block writes to mounted block devices
` [PATCH 3/6] xfs: Block writes to log device
` [PATCH 4/6] ext4: Block writes to journal device
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n

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

[PATCH] afs: Fix accidental truncation when storing data
 2023-07-04 19:22 UTC 

[GIT PULL] overlayfs update for 6.5 - part 2
 2023-07-04 18:59 UTC  (2+ messages)

[PATCH] reiserfs: Check the return value from __getblk()
 2023-07-04 18:49 UTC  (3+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-07-04 18:08 UTC  (5+ messages)

[PATCH] fs: drop_caches: draining pages before dropping caches
 2023-07-04 18:06 UTC  (3+ messages)

[PATCH] writeback: Account the number of pages written back
 2023-07-04 18:03 UTC  (5+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-04 16:28 UTC  (39+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [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 05/32] drdb: Convert to use blkdev_get_handle_by_path()
` [PATCH 06/32] pktcdvd: Convert to blkdev_get_handle_by_dev()
` [PATCH 07/32] rnbd-srv: Convert to use blkdev_get_handle_by_path()
` [PATCH 08/32] xen/blkback: Convert to blkdev_get_handle_by_dev()
` [PATCH 09/32] zram: Convert to use blkdev_get_handle_by_dev()
` [PATCH 10/32] bcache: Convert to blkdev_get_handle_by_path()
` [PATCH 11/32] dm: Convert to blkdev_get_handle_by_dev()
` [PATCH 12/32] md: "
` [PATCH 13/32] mtd: block2mtd: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 14/32] nvmet: Convert to blkdev_get_handle_by_path()
` [PATCH 15/32] s390/dasd: "
` [PATCH 16/32] scsi: target: "
` [PATCH 17/32] PM: hibernate: Convert to blkdev_get_handle_by_dev()
` [PATCH 18/32] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 19/32] mm/swap: Convert to use blkdev_get_handle_by_dev()
` [PATCH 20/32] fs: Convert to blkdev_get_handle_by_path()
` [PATCH 21/32] btrfs: "
` [PATCH 22/32] erofs: Convert to use blkdev_get_handle_by_path()
` [PATCH 23/32] ext4: Convert to blkdev_get_handle_by_dev()
` [PATCH 24/32] f2fs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 25/32] jfs: Convert to blkdev_get_handle_by_dev()
` [PATCH 26/32] nfs/blocklayout: Convert to use blkdev_get_handle_by_dev/path()
` [PATCH 27/32] nilfs2: Convert to use blkdev_get_handle_by_path()
` [PATCH 28/32] ocfs2: Convert to use blkdev_get_handle_by_dev()
` [PATCH 29/32] reiserfs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 30/32] xfs: Convert to blkdev_get_handle_by_path()
` [PATCH 31/32] block: Remove blkdev_get_by_*() functions
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-04 15:28 UTC  (6+ messages)

[PATCH] ovl: move all parameter handling into params.{c,h}
 2023-07-04 15:13 UTC  (4+ messages)

[RFC][PATCH] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-07-04 13:19 UTC  (9+ 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  (3+ 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  (3+ messages)

[PATCH v7 0/3] shmemfs stable directory offsets
 2023-07-03 15:23 UTC  (5+ messages)
` [PATCH v7 1/3] libfs: Add directory operations for stable 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 15/79] bfs: switch to new ctime accessors
 2023-07-03 10:57 UTC  (3+ 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}

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


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