Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 17:58:50 to 2024-03-15 21:33:55 UTC [more...]

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:33 UTC  (4+ messages)
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-15 21:29 UTC  (27+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-15 20:48 UTC  (12+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[LSF/MM/BPF TOPIC] Filesystem testing
 2024-03-15 20:32 UTC  (2+ messages)

[RFC PATCH 2/2] selinux: wire up new execstack LSM hook
 2024-03-15 20:22 UTC  (6+ messages)
` [RFC PATCH 1/2] lsm: introduce new hook security_vm_execstack

[PATCH] fscache: Fix error handling in fscache_begin_operation()
 2024-03-15 18:34 UTC  (2+ messages)

[PATCH v10 0/9] Landlock: IOCTL support
 2024-03-15 18:30 UTC  (5+ messages)
` [PATCH v10 1/9] security: Create security_file_vfs_ioctl hook
    ` [RFC PATCH] fs: Add an use vfs_get_ioctl_handler()

[PATCH v3 0/2] sysctl: treewide: prepare ctl_table_root for ctl_table constification
 2024-03-15 18:11 UTC  (3+ messages)
` [PATCH v3 1/2] sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
` [PATCH v3 2/2] sysctl: treewide: constify argument ctl_table_root::permissions(table)

bcachefs: do not run 6.7: upgrade to 6.8 immediately if you have a multi device fs
 2024-03-15 17:57 UTC  (3+ messages)

[PATCH] cifs: Move some extern decls from .c files to .h
 2024-03-15 17:46 UTC 

[GIT PULL] bcachefs 6.9 updates v2
 2024-03-15 17:20 UTC  (2+ messages)

[GIT PULL] fuse update for 6.9
 2024-03-15 17:20 UTC  (2+ messages)

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (9+ messages)
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths

[PATCH 0/3] bit more FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH
 2024-03-15 16:50 UTC  (6+ messages)
` [PATCH 1/3] bcachefs: Switch to uuid_to_fsid()
` [PATCH 2/3] bcachefs: Initialize super_block->s_uuid
` [PATCH 3/3] ext4: Add support for FS_IOC_GETFSSYSFSPATH

[PATCH v2] sysctl: drop unused argument set_ownership()::table
 2024-03-15 16:19 UTC  (4+ messages)

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-15 15:12 UTC  (33+ messages)
` [RFC v4 linux-next 01/19] block: move two helpers into bdev.c
` [RFC v4 linux-next 02/19] block: remove sync_blockdev_nowait()
` [RFC v4 linux-next 03/19] block: remove sync_blockdev_range()
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 05/19] bcachefs: remove dead function bdev_sectors()
` [RFC v4 linux-next 06/19] cramfs: prevent direct access of bd_inode
` [RFC v4 linux-next 07/19] erofs: "
` [RFC v4 linux-next 08/19] nilfs2: "
` [RFC v4 linux-next 09/19] gfs2: "
` [RFC v4 linux-next 10/19] s390/dasd: use bdev api in dasd_format()
` [RFC v4 linux-next 11/19] btrfs: prevent direct access of bd_inode
` [RFC v4 linux-next 13/19] ext4: "
` [RFC v4 linux-next 14/19] jbd2: "
` [RFC v4 linux-next 15/19] bcache: "
` [RFC v4 linux-next 16/19] block2mtd: "

[linus:master] [pidfd] cb12fd8e0d: ltp.readahead01.fail
 2024-03-15 14:49 UTC  (3+ messages)
  ` [LTP] "

[PATCH v2 00/34] Open block devices as files
 2024-03-15 14:28 UTC  (9+ messages)
` [PATCH v2 01/34] bdev: open block device "
          ` [PATCH] fs,block: get holder during claim

Uneccesary flushes waking up suspended disks
 2024-03-15 14:05 UTC  (3+ messages)

[PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
 2024-03-15 13:52 UTC  (12+ messages)

[PATCH] statx.2: Document STATX_SUBVOL
 2024-03-15 13:47 UTC  (3+ messages)

[PATCH -next] fs: Add kernel-doc comments to proc_create_net_data_write()
 2024-03-15 13:30 UTC  (2+ messages)

[syzbot] [tomoyo?] [hfs?] general protection fault in tomoyo_check_acl (3)
 2024-03-15 13:29 UTC  (8+ messages)
` [syzbot] [hfs] "

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-15 13:21 UTC  (3+ messages)
` [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache

[PATCH v10 2/8] fuse: introduce atomic open
 2024-03-15 13:09 UTC  (10+ messages)
` [PATCH 0/1] Fix-atomic_open-not-using-negative-d_entry
  ` [PATCH 1/1] fuse: Make atomic_open use negative d_entry
` [PATCH] fuse: Do NULL check instead of IS_ERR in atomic_open

[PATCH v2 00/10] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-15 12:53 UTC  (11+ messages)
` [PATCH v2 01/10] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v2 02/10] xfs: allow xfs_bmapi_convert_delalloc() to pass NULL seq
` [PATCH v2 03/10] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v2 04/10] xfs: drop xfs_convert_blocks()
` [PATCH v2 05/10] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v2 06/10] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v2 07/10] iomap: don't increase i_size if it's not a write operation
` [PATCH v2 08/10] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v2 09/10] iomap: make block_write_end() return a boolean
` [PATCH v2 10/10] iomap: do some small logical cleanup in buffered write

[Lsf-pc] [LSF/MM ATTEND] Over-the-wire data compression
 2024-03-15 12:22 UTC 

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-15 12:19 UTC  (3+ messages)
` [PATCH v8 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable

[PATCH 06/10] fs: use new capable_any functionality
 2024-03-15 11:37 UTC 

[PATCH v2] xfs: allow cross-linking special files without project quota
 2024-03-15  9:35 UTC  (3+ messages)

[PATCH -next] fs: Add kernel-doc comments to cuse_process_init_reply()
 2024-03-15  8:02 UTC 

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-15  3:23 UTC  (3+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook

[GIT PULL] vfs uuid
 2024-03-15  3:06 UTC  (3+ messages)
` Fwd: "

[PATCH 0/3] fiemap extension to add physical extent length
 2024-03-15  3:03 UTC  (2+ messages)

[PATCHSET v5.2] fs-verity support for XFS
 2024-03-15  2:59 UTC  (11+ messages)
` [PATCH 21/29] xfs: add fs-verity support
` [PATCH 24/29] xfs: shrink verity blob cache
` [PATCH 25/29] xfs: clean up stale fsverity metadata before starting
` [PATCH 26/29] xfs: better reporting and error handling in xfs_drop_merkle_tree
` [PATCH 27/29] xfs: make scrub aware of verity dinode flag
` [PATCH 28/29] xfs: add fs-verity ioctls
` [PATCH 29/29] xfs: enable ro-compat fs-verity flag

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-15  2:36 UTC  (4+ messages)

[GIT PULL] bcachefs updates for 6.9
 2024-03-14 17:15 UTC  (7+ messages)

[RFC 0/9] ext4: Add direct-io atomic write support using fsawu
 2024-03-14 15:52 UTC  (4+ messages)
` [RFC] ext4: Add support for ext4_map_blocks_atomic()

[PATCH v13 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-14 14:41 UTC  (7+ messages)
` [PATCH v13 2/9] f2fs: Simplify the handling of cached insensitive names
` [PATCH v13 3/9] libfs: Introduce case-insensitive string comparison helper

[PATCH] afs: Revert "afs: Hide silly-rename files from userspace"
 2024-03-14 14:24 UTC  (6+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-14 14:03 UTC  (11+ messages)
` [musl] "

[PATCH] fanotify: remove unneeded sub-zero check for unsigned value
 2024-03-14 13:36 UTC 

[PATCH 0/2] afs: Miscellaneous fixes
 2024-03-14 11:13 UTC  (2+ messages)

[syzbot] [fs?] WARNING in stashed_dentry_prune
 2024-03-14 11:02 UTC  (4+ messages)
` [PATCH] libfs: fix warning "

[syzbot] [ntfs?] KASAN: use-after-free Read in ntfs_read_folio
 2024-03-14 10:57 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[PATCH] fuse: update size attr before doing IO
 2024-03-14 10:26 UTC  (4+ messages)

[syzbot] [overlayfs?] WARNING in ovl_copy_up_file
 2024-03-14  9:38 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_ilock
 2024-03-14  9:31 UTC 

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget_cache_insert
 2024-03-14  9:31 UTC 

[syzbot] [overlayfs?] possible deadlock in iter_file_splice_write (3)
 2024-03-14  9:27 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: use-after-free Read in ntfs_lookup_inode_by_name
 2024-03-14  9:04 UTC  (2+ messages)

[syzbot] possible deadlock in hfsplus_block_allocate
 2024-03-14  8:20 UTC  (3+ messages)
` [syzbot] [hfs?] "

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault
 2024-03-14  2:19 UTC  (4+ messages)
      ` [f2fs-dev] "

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-03-13 23:02 UTC  (5+ messages)
` [PATCH v2 1/6] fuse: limit the length of ITER_KVEC dio by max_pages

[PATCH v9 0/1] mm: report per-page metadata information
 2024-03-13 22:40 UTC  (5+ messages)
` [PATCH v9 1/1] "

[GIT PULL] xfs: new code for 6.9
 2024-03-13 22:24 UTC  (4+ messages)

[GIT PULL] fsnotify changes for 6.9-rc1
 2024-03-13 21:47 UTC  (2+ messages)

[GIT PULL] ext2, isofs, udf, quota fixes for 6.9-rc1
 2024-03-13 21:47 UTC  (2+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-13 21:05 UTC  (10+ messages)

[PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
 2024-03-13 21:03 UTC  (13+ messages)

[PATCH 0/4] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-13 20:05 UTC  (8+ messages)
` [PATCH 2/4] xfs: convert delayed extents to unwritten when zeroing post eof blocks

[GIT PULL] vfs pidfd
 2024-03-13 19:40 UTC  (8+ messages)

[PATCH] isofs: convert isofs to use the new mount API
 2024-03-13 18:03 UTC  (4+ messages)
  ` [PATCH V2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).