linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-24 03:58:34 to 2023-08-27 12:46:09 UTC [more...]

[PATCH fstests v2 0/3] fstests: add appropriate checks for fs features for some tests
 2023-08-27 12:45 UTC  (13+ messages)
` [PATCH fstests v2 1/3] common/attr: fix the _require_acl test
` [PATCH fstests v2 2/3] generic/513: limit to filesystems that support capabilities
` [PATCH fstests v2 3/3] generic/578: only run on filesystems that support FIEMAP

Fwd: kernel bug when performing heavy IO operations
 2023-08-27 11:54 UTC  (3+ messages)

[PATCH v2] exfat: add ioctls for accessing attributes
 2023-08-27 10:42 UTC 

[PATCH] mm: allow a controlled amount of unfairness in the page lock
 2023-08-27  8:54 UTC  (2+ messages)

[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
 2023-08-27  8:52 UTC  (4+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_insert_delayed_dir_index
 2023-08-27  5:10 UTC 

[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_test_super
 2023-08-26 23:40 UTC 

[PATCH v3 0/5] Landlock: IOCTL support
 2023-08-26 18:26 UTC  (12+ messages)
` [PATCH v3 2/5] selftests/landlock: Test ioctl support
` [PATCH v3 5/5] landlock: Document "

[PATCH] idr: fix param name in idr_alloc_cyclic() doc
 2023-08-26 17:33 UTC 

[syzbot] [hfs?] kernel BUG in hfs_show_options
 2023-08-26 17:33 UTC  (2+ messages)

[syzbot] [kernfs?] KASAN: slab-use-after-free Read in kernfs_test_super
 2023-08-26 16:53 UTC 

Re: fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
 2023-08-26 13:07 UTC 

[syzbot] [ceph?] [fs?] KASAN: slab-use-after-free Read in ceph_compare_super
 2023-08-26 10:49 UTC 

[syzbot] [btrfs?] kernel BUG in insert_state (2)
 2023-08-26  4:14 UTC 

fd == 0 means AT_FDCWD BPF_OBJ_GET commands
 2023-08-26  4:27 UTC  (9+ messages)

[PATCH 00/15] Many folio conversions for ceph
 2023-08-26  3:00 UTC  (18+ messages)
` [PATCH 01/15] ceph: Convert ceph_writepages_start() to use folios a little more
` [PATCH 02/15] ceph: Convert ceph_page_mkwrite() to use a folio
` [PATCH 03/15] mm: Delete page_mkwrite_check_truncate()
` [PATCH 04/15] ceph: Add a migrate_folio method
` [PATCH 05/15] ceph: Remove ceph_writepage()
` [PATCH 06/15] ceph: Convert ceph_find_incompatible() to take a folio
` [PATCH 07/15] ceph: Convert writepage_nounlock() "
` [PATCH 08/15] ceph: Convert writepages_finish() to use "
` [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
` [PATCH 10/15] ceph: Convert ceph_read_iter() to use a folio to read inline data
` [PATCH 11/15] ceph: Convert __ceph_do_getattr() to take a folio
` [PATCH 12/15] ceph: Convert ceph_fill_inode() "
` [PATCH 13/15] ceph: Convert ceph_fill_inline_data() "
` [PATCH 14/15] ceph: Convert ceph_set_page_fscache() to ceph_folio_start_fscache()
` [PATCH 15/15] netfs: Remove unused functions
  ` [PATCH] fscache: Convert __fscache_clear_page_bits() to use a folio

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-26  2:28 UTC  (6+ messages)
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()

[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-08-26  0:17 UTC  (7+ messages)
` [PATCH v13] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

[PATCH v2] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-25 21:09 UTC  (5+ messages)

[syzbot] [btrfs?] possible deadlock in btrfs_search_slot (2)
 2023-08-25 19:50 UTC 

[PATCH 0/7] lockd: dlm: async lock request changes
 2023-08-25 18:18 UTC  (13+ messages)
` [PATCH 1/7] lockd: introduce safe async lock op
` [PATCH 2/7] lockd: don't call vfs_lock_file() for pending requests
` [PATCH 3/7] lockd: fix race in async lock request handling
` [PATCH 4/7] lockd: add doc to enable EXPORT_OP_SAFE_ASYNC_LOCK
` [PATCH 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking

[PATCH fstests v3 0/2] fstests: add appropriate checks for fs features for some tests
 2023-08-25 17:56 UTC  (3+ messages)
` [PATCH fstests v3 1/2] common/attr: fix the _require_acl test
` [PATCH fstests v3 2/2] generic/578: add a check to ensure that fiemap is supported

[PATCH 1/3] selftests/mount_setattr: Add a test to test locking mount attrs
 2023-08-25 17:02 UTC  (8+ messages)
` [PATCH 2/3] fs: Allow user to lock mount attributes with mount_setattr

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-25 13:32 UTC  (66+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[syzbot] [ext4?] BUG: unable to handle kernel paging request in ext4_calculate_overhead
 2023-08-25 12:22 UTC  (2+ messages)

[syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-08-25  5:37 UTC  (5+ messages)
` [PATCH] f2fs: fix deadlock in f2f2_add_dentry

[PATCH] proc: remove unneeded semicolon
 2023-08-25  3:57 UTC 

[PATCH v5 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-08-25  2:54 UTC  (20+ messages)
` [PATCH v5 05/45] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v5 06/45] erofs: dynamically allocate the erofs-shrinker
` [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v5 13/45] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v5 25/45] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v5 27/45] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v5 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v5 37/45] zsmalloc: dynamically allocate the mm-zspool shrinker

decouple block open flags from fmode_t v2
 2023-08-25  2:44 UTC  (3+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens

pagevec: Fix array-index-out-of-bounds error
 2023-08-25  2:05 UTC  (3+ messages)

[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
 2023-08-24 20:55 UTC  (4+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-08-24 17:38 UTC  (12+ messages)

[PATCH] kernel: Add Mount Option For Efivarfs
 2023-08-24 17:16 UTC  (4+ messages)

[GIT PULL] file locking updates for v6.6
 2023-08-24 16:19 UTC 

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-08-24 15:24 UTC  (6+ messages)

[PATCH 0/5 v2] fuse direct write consolidation and parallel IO
 2023-08-24 15:05 UTC  (6+ messages)
` [PATCH 1/5] fuse: direct IO can use the write-through code path
` [PATCH 2/5] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH 3/5] fuse: Allow parallel direct writes for O_DIRECT
` [PATCH 4/5] [RFC] fuse: Set and use IOCB_DIRECT when FOPEN_DIRECT_IO is set
` [PATCH 5/5] fuse: Remove page flush/invaliation in fuse_direct_io

[GIT PULL] procfs fixes
 2023-08-24 14:48 UTC 

[GIT PULL] autofs fixes
 2023-08-24 14:47 UTC 

[GIT PULL] mount api updates
 2023-08-24 14:46 UTC 

[GIT PULL] fchmodat2
 2023-08-24 14:44 UTC 

[GIT PULL] super updates
 2023-08-24 14:41 UTC 

[GIT PULL] misc updates
 2023-08-24 14:26 UTC 

[GIT PULL] libfs and tmpfs updates
 2023-08-24 14:23 UTC 

[GIT PULL] multi-grained timestamps
 2023-08-24 14:19 UTC 

[PATCH] exfat: add ioctls for accessing attributes
 2023-08-24 12:50 UTC  (2+ messages)

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-08-24 12:11 UTC  (8+ messages)
` [PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough

[PATCH RFC -next 0/2] fuse: Parallel DIO writes with O_DIRECT
 2023-08-24  9:51 UTC  (6+ messages)
` [PATCH 1/2] [RFC for fuse-next ] fuse: DIO writes always use the same code path
    ` [fuse-devel] "

[syzbot] Monthly overlayfs report (Aug 2023)
 2023-08-24  7:15 UTC 

[PATCH 0/3] Simplify rejection of unexpected casefold inode flag
 2023-08-24  4:53 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).