messages from 2023-09-28 19:47:39 to 2023-10-02 05:57:12 UTC [more...]
[RFC][PATCHES] fixes in methods exposed to rcu pathwalk
2023-10-02 5:56 UTC (21+ messages)
` [PATCH 01/15] rcu pathwalk: prevent bogus hard errors from may_lookup()
` [PATCH 02/15] exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
` [PATCH 03/15] affs: free affs_sb_info with kfree_rcu()
` [PATCH 04/15] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
` [PATCH 05/15] cifs_get_link(): bail out in unsafe case
` [PATCH 06/15] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
` [PATCH 07/15] procfs: make freeing proc_fs_info rcu-delayed
` [PATCH 08/15] gfs2: fix an oops in gfs2_permission()
` [PATCH 09/15] nfs: make nfs_set_verifier() safe for use in RCU pathwalk
` [PATCH 10/15] nfs: fix UAF on pathwalk running into umount
` [PATCH 11/15] fuse: fix UAF in rcu pathwalks
` [PATCH 12/15] afs: fix __afs_break_callback() / afs_drop_open_mmap() race
` [PATCH 13/15] overlayfs: move freeing ovl_entry past rcu delay
` [PATCH 14/15] ovl_dentry_revalidate_common(): fetch inode once
` [PATCH 15/15] overlayfs: make use of ->layers safe in rcu pathwalk
[linux-next:master] BUILD REGRESSION df964ce9ef9fea10cf131bf6bad8658fde7956f6
2023-10-02 4:52 UTC (4+ messages)
[PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
2023-10-02 1:58 UTC (2+ messages)
Removal of KM_NOFS
2023-10-01 22:38 UTC (3+ messages)
[PATCH 00/29] const xattr tables
2023-10-01 19:59 UTC (35+ messages)
` [PATCH 01/29] xattr: make the xattr array itself const
` [PATCH 02/29] ext4: move ext4_xattr_handlers to .rodata
` [PATCH 03/29] 9p: move xattr-related structs "
` [PATCH 04/29] afs: move afs_xattr_handlers "
` [PATCH 05/29] btrfs: move btrfs_xattr_handlers "
` [PATCH 06/29] ceph: move ceph_xattr_handlers "
` [PATCH 07/29] ecryptfs: move ecryptfs_xattr_handlers "
` [PATCH 08/29] erofs: move erofs_xattr_handlers and xattr_handler_map "
` [PATCH 09/29] ext2: move ext2_xattr_handlers and ext2_xattr_handler_map "
` [PATCH 10/29] f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map "
` [PATCH 11/29] fuse: move fuse_xattr_handlers "
` [PATCH 12/29] gfs2: move gfs2_xattr_handlers_max "
` [PATCH 13/29] hfs: move hfs_xattr_handlers "
` [PATCH 14/29] hfsplus: move hfsplus_xattr_handlers "
` [PATCH 15/29] jffs2: move jffs2_xattr_handlers "
` [PATCH 16/29] jfs: move jfs_xattr_handlers "
` [PATCH 17/29] kernfs: move kernfs_xattr_handlers "
` [PATCH 18/29] nfs: move nfs4_xattr_handlers "
` [PATCH 19/29] ntfs3: move ntfs_xattr_handlers "
` [PATCH 20/29] ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map "
` [PATCH 21/29] orangefs: move orangefs_xattr_handlers "
` [PATCH 22/29] reiserfs: move reiserfs_xattr_handlers "
` [PATCH 23/29] smb: move cifs_xattr_handlers "
` [PATCH 24/29] squashfs: move squashfs_xattr_handlers "
` [PATCH 25/29] ubifs: move ubifs_xattr_handlers "
` [PATCH 26/29] xfs: move xfs_xattr_handlers "
` [PATCH 27/29] overlayfs: move xattr tables "
` [PATCH 28/29] shmem: move shmem_xattr_handlers "
` [PATCH 29/29] net: move sockfs_xattr_handlers "
[PATCH] selftests:proc add missing field KSM in smaps_rollup[] array
2023-10-01 19:52 UTC (2+ messages)
remove get_super
2023-10-01 17:10 UTC (5+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
[syzbot] [integrity] [overlayfs] general protection fault in d_path
2023-10-01 14:51 UTC (22+ messages)
[syzbot] [jfs?] INFO: trying to register non-static key in txEnd
2023-10-01 14:07 UTC
[PATCH 00/21] block atomic writes
2023-10-01 13:23 UTC (29+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 05/21] block: Add REQ_ATOMIC flag
` [PATCH 06/21] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH 07/21] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH 08/21] block: Error an attempt to split an atomic write bio
` [PATCH 09/21] block: Add checks to merging of atomic writes
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 11/21] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH 12/21] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH 13/21] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH 14/21] fs: xfs: Enable file data forcealign feature
` [PATCH 15/21] fs: xfs: Support atomic write for statx
` [PATCH 16/21] fs: iomap: Atomic write support
` [PATCH 17/21] fs: xfs: iomap atomic "
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH 19/21] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH 20/21] scsi: scsi_debug: Atomic write support
` [PATCH 21/21] nvme: Support atomic writes
[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
2023-10-01 5:01 UTC (20+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode
[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
2023-10-01 1:43 UTC (4+ messages)
` [PATCH v15] "
[syzbot] [btrfs?] kernel BUG in btrfs_cancel_balance
2023-10-01 0:03 UTC (2+ messages)
[syzbot] [btrfs?] KASAN: stack-out-of-bounds Read in btrfs_buffered_write
2023-09-30 21:07 UTC
[syzbot] [xfs?] UBSAN: array-index-out-of-bounds in xfs_attr3_leaf_add_work
2023-09-30 20:35 UTC (3+ messages)
[GIT PULL] iomap: bug fixes for 6.6-rc4
2023-09-30 18:12 UTC (5+ messages)
[GIT PULL v2] iomap: bug fixes for 6.6-rc4
2023-09-30 17:23 UTC
[PATCH 0/8] shmem,tmpfs: general maintenance
2023-09-30 16:16 UTC (10+ messages)
` [PATCH 1/8] shmem: shrink shmem_inode_info: dir_offsets in a union
` [PATCH 2/8] shmem: remove vma arg from shmem_get_folio_gfp()
` [PATCH 3/8] shmem: factor shmem_falloc_wait() out of shmem_fault()
` [PATCH 4/8] shmem: trivial tidyups, removing extra blank lines, etc
` [PATCH 5/8] shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
` [PATCH 6/8] shmem: move memcg charge out of shmem_add_to_page_cache()
` [PATCH 7/8] shmem: _add_to_page_cache() before shmem_inode_acct_blocks()
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)
[PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
2023-09-30 13:05 UTC (2+ messages)
[PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
2023-09-30 11:57 UTC (2+ messages)
[PATCH v2] vfs: shave work on failed file open
2023-09-30 9:04 UTC (19+ messages)
[PATCH] Fixed Kunit test warning message for 'fs' module
2023-09-30 2:45 UTC (2+ messages)
[syzbot] [f2fs?] possible deadlock in f2fs_release_file
2023-09-30 2:42 UTC (2+ messages)
Endless calls to xas_split_alloc() due to corrupted xarray entry
2023-09-30 2:12 UTC (5+ messages)
[PATCH v3 0/4] querying mount attributes
2023-09-30 1:16 UTC (5+ messages)
` [PATCH v3 3/4] add statmount(2) syscall
[GIT PULL] xfs: bug fixes for 6.6
2023-09-29 23:59 UTC (2+ messages)
[PATCH] radix tree test suite: Fix a memory initialization issue
2023-09-29 19:57 UTC (2+ messages)
[PATCH] xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
2023-09-29 18:43 UTC
[PATCH] binfmt_elf_fdpic: clean up debug warnings
2023-09-29 17:58 UTC (5+ messages)
[PATCH v4 0/6] binfmt_elf: Support segments with 0 filesz and misaligned starts
2023-09-29 17:09 UTC (18+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] binfmt_elf: elf_bss no longer used by load_elf_binary()
` [PATCH v4 3/6] binfmt_elf: Use elf_load() for interpreter
` [PATCH v4 4/6] binfmt_elf: Use elf_load() for library
` [PATCH v4 5/6] binfmt_elf: Only report padzero() errors when PROT_WRITE
` [PATCH v4 6/6] mm: Remove unused vm_brk()
[BUG?] fsconfig restart_syscall failed
2023-09-29 15:53 UTC (3+ messages)
[PATCH 2/2] bcachefs: remove writeback bio size limit
2023-09-29 14:31 UTC (2+ messages)
[syzbot] [ext4?] WARNING in ext4_iomap_begin (2)
2023-09-29 14:29 UTC (3+ messages)
[RFC PATCH] fs: add AT_EMPTY_PATH support to unlinkat()
2023-09-29 14:04 UTC
[syzbot] [gfs2?] KASAN: slab-use-after-free Write in gfs2_qd_dealloc
2023-09-29 13:30 UTC
[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
2023-09-29 13:24 UTC (6+ messages)
[PATCH v3] vfs: avoid delegating to task_work when cleaning up failed open
2023-09-29 12:59 UTC (2+ messages)
[PATCH v9 0/7] fuse: full atomic open and atomic-open-revalidate
2023-09-29 11:34 UTC (5+ messages)
[syzbot] [btrfs?] WARNING in btrfs_release_global_block_rsv
2023-09-29 10:43 UTC
[PATCH v2] fs: simplify misleading code to remove ambiguity regarding ihold()/iput()
2023-09-29 9:46 UTC (5+ messages)
[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (2)
2023-09-29 3:06 UTC
[PATCH v3 0/4] binfmt_elf: Support segments with 0 filesz and misaligned starts
2023-09-29 0:51 UTC (4+ messages)
` [PATCH v3 3/4] binfmt_elf: Provide prot bits as context for padzero() errors
[PATCH 0/3] Sq thread real utilization statistics
2023-09-29 0:31 UTC (3+ messages)
` [PATCH 1/3] SCHEDULER: Add an interface for counting real utilization
[PATCH v2 0/3] userfaultfd remap option
2023-09-28 20:11 UTC (19+ messages)
` [PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).