linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 18:19:22 to 2023-10-24 13:47:07 UTC [more...]

[PATCH v2 00/39] Memory allocation profiling
 2023-10-24 13:46 UTC  (11+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects

[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
 2023-10-24 13:46 UTC  (12+ messages)
` [PATCH v10 1/8] fuse: rename fuse_create_open
` [PATCH v10 2/8] fuse: introduce atomic open
` [PATCH v10 3/8] [RFC] Allow atomic_open() on positive dentry (O_CREAT)
` [PATCH v10 4/8] [RFC] Allow atomic_open() on positive dentry (w/o O_CREAT)
` [PATCH v10 5/8] fuse: Revalidate positive entries in fuse_atomic_open
` [PATCH v10 6/8] fuse: Return D_REVALIDATE_ATOMIC for cached dentries
` [PATCH v10 7/8] fuse: Avoid code duplication in atomic open
` [PATCH v10 8/8] fuse atomic open: No fallback for symlinks, just call finish_no_open

[PATCH v2 00/10] Implement freeze and thaw as holder operations
 2023-10-24 13:01 UTC  (11+ messages)
` [PATCH v2 01/10] fs: massage locking helpers
` [PATCH v2 02/10] bdev: rename freeze and thaw helpers
` [PATCH v2 03/10] bdev: surface the error from sync_blockdev()
` [PATCH v2 04/10] bdev: add freeze and thaw holder operations
` [PATCH v2 05/10] bdev: implement "
` [PATCH v2 06/10] fs: remove get_active_super()
` [PATCH v2 07/10] super: remove bd_fsfreeze_sb
` [PATCH v2 08/10] fs: remove unused helper
` [PATCH v2 09/10] porting: document block device freeze and thaw changes
` [PATCH v2 10/10] blkdev: comment fs_holder_ops

[PATCH 00/21] block atomic writes
 2023-10-24 12:59 UTC  (4+ messages)
` [PATCH 16/21] fs: iomap: Atomic write support

add and use a per-mapping stable writes flag
 2023-10-24 12:45 UTC  (9+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device

[PATCH] freevxfs: derive f_fsid from bdev->bd_dev
 2023-10-24 12:14 UTC 

[GIT PULL] iomap: bug fixes for 6.6-rc7
 2023-10-24 11:47 UTC  (5+ messages)

[PATCH v2 0/4] Support more filesystems with FAN_REPORT_FID
 2023-10-24 11:16 UTC  (6+ messages)
` [PATCH v2 1/4] exportfs: add helpers to check if filesystem can encode/decode file handles
` [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export
` [PATCH v2 3/4] exportfs: define FILEID_INO64_GEN* file handle types
` [PATCH v2 4/4] exportfs: support encoding non-decodeable file handles by default

[PATCH] gfs2: fs: derive f_fsid from s_uuid
 2023-10-24 11:15 UTC  (3+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-24 11:10 UTC  (6+ messages)
` [PATCH 1/6] "

[PATCH] nfs: derive f_fsid from server's fsid
 2023-10-24 11:01 UTC 

[PATCH] fs: report f_fsid from s_dev for "simple" filesystems
 2023-10-24 10:58 UTC  (2+ messages)

[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
 2023-10-24 10:03 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in sys_pivot_root
 2023-10-24 10:02 UTC 

[PATCH v2 0/4] Add tst_fd iterator API
 2023-10-24  9:39 UTC  (12+ messages)
` [PATCH v2 1/4] lib: Add tst_fd iterator
  ` [LTP] "
` [PATCH v2 2/4] syscalls: readahead01: Make use of tst_fd
  ` [LTP] "
` [PATCH v2 3/4] syscalls: accept: Add tst_fd test
  ` [LTP] "
` [PATCH v2 4/4] syscalls: splice07: New splice tst_fd iterator test
  ` [LTP] "

[PATCH] autofs: fix add autofs_parse_fd()
 2023-10-24  9:05 UTC  (3+ messages)

[PATCH] [RFC] vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookups
 2023-10-24  9:00 UTC  (2+ messages)

[jlayton:kdevops] [fs] c8e00140fa: BUG:unable_to_handle_page_fault_for_address
 2023-10-24  8:48 UTC 

[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-24  8:45 UTC  (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
 2023-10-24  8:44 UTC  (12+ messages)
          ` loop change deprecation bdev->bd_holder_lock
              ` loop change deprecation
        ` LOOP_CONFIGURE uevents

[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-24  8:32 UTC  (11+ messages)
` [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v6 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v6 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

Fwd: Memleaks in offset_ctx->xa (shmem)
 2023-10-24  7:55 UTC 

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-24  7:08 UTC  (20+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing

[git pull] nfsd fix
 2023-10-24  6:50 UTC  (2+ messages)

[PATCH] XArray: Make xa_lock_init macro
 2023-10-24  1:26 UTC  (3+ messages)

autofs: add autofs_parse_fd()
 2023-10-23 22:24 UTC  (10+ messages)

[PATCH v3 0/3] userfaultfd move option
 2023-10-23 19:01 UTC  (12+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
 2023-10-23 17:33 UTC  (14+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-23 17:22 UTC  (14+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA

[PATCH 0/5] Support more filesystems with FAN_REPORT_FID
 2023-10-23 16:44 UTC  (5+ messages)
` [PATCH 5/5] exportfs: support encoding non-decodeable file handles by default

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-23 16:08 UTC  (25+ messages)

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (4)
 2023-10-23 14:36 UTC  (4+ messages)

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-10-23 14:28 UTC  (30+ messages)
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
` [RFC PATCH 09/19] rust: folio: introduce basic support for folios
` [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device
` [RFC PATCH 17/19] rust: fs: allow per-inode data

[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-10-23 12:21 UTC  (8+ messages)
` [PATCH v15] "
  ` [PATCH v15.1] "

[PATCH] fuse: make delete_stale configurable
 2023-10-23 11:53 UTC 

[PATCH v10 00/12] ceph: support idmapped mounts
 2023-10-23  7:57 UTC  (5+ messages)

memleak in libfs report
 2023-10-23  7:07 UTC  (6+ messages)

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-10-23  5:19 UTC  (10+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-10-23  5:10 UTC  (9+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
  ` (subset) "

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-10-23  5:03 UTC  (5+ messages)
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors

[PERFORMANCE]fs: sendfile suffer performance degradation when buffer size have performance impact on underling IO
 2023-10-23  2:16 UTC  (3+ messages)

[PATCH] dcache: remove unnecessary NULL check in dget_dlock()
 2023-10-22 16:45 UTC 

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-22 13:46 UTC  (3+ messages)

[RESEND PATCH] Revert "fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT"
 2023-10-22 13:35 UTC  (2+ messages)

[PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
 2023-10-22 11:51 UTC  (2+ messages)

[syzbot] [exfat?] INFO: task hung in fat_write_inode
 2023-10-22 10:22 UTC 

[syzbot] [reiserfs?] general protection fault in ext4_file_write_iter
 2023-10-21 17:55 UTC 

[PATCH] virtiofs: Export filesystem tags through sysfs
 2023-10-21 16:10 UTC  (2+ messages)

[resend PATCH v2 2/2] fuse: ensure that submounts lookup their parent
 2023-10-20 21:34 UTC  (5+ messages)
` [PATCH v3] fuse: share lookup state between submount and its parent
    ` [PATCH v4] "

[GIT PULL] fanotify fix for 6.6-rc7
 2023-10-20 21:08 UTC  (2+ messages)

[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
 2023-10-20 20:45 UTC  (3+ 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).