Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry, (continued)
- [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU, Sean Christopherson
- [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER, Sean Christopherson
- [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER, Sean Christopherson
- [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2, Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace, Sean Christopherson
- [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory, Sean Christopherson
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events, Sean Christopherson
- [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook, Sean Christopherson
- [PATCH v13 13/35] KVM: Introduce per-page memory attributes, Sean Christopherson
- [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable, Sean Christopherson
- [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM, Sean Christopherson
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory, Sean Christopherson
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory, Sean Christopherson
- [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN, Sean Christopherson
- [PATCH v13 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed, Sean Christopherson
- [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM, Sean Christopherson
- [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro, Sean Christopherson
- [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory, Sean Christopherson
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2, Sean Christopherson
- [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86), Sean Christopherson
- [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data, Sean Christopherson
- [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots, Sean Christopherson
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory, Sean Christopherson
- [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access, Sean Christopherson
- [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type, Sean Christopherson
- [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd(), Sean Christopherson
- [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd(), Sean Christopherson
- [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper, Sean Christopherson
- [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper, Sean Christopherson
- [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared, Sean Christopherson
- [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions, Sean Christopherson
- Re: [PATCH v13 00/35] KVM: guest_memfd() and per-page attributes, Paolo Bonzini
- [PATCH v2 00/20] Permission Overlay Extension,
Joey Gouly
- [PATCH v2 01/24] arm64/sysreg: add system register POR_EL{0,1}, Joey Gouly
- [PATCH v2 02/24] arm64/sysreg: update CPACR_EL1 register, Joey Gouly
- [PATCH v2 04/24] arm64: disable trapping of POR_EL0 to EL2, Joey Gouly
- [PATCH v2 03/24] arm64: cpufeature: add Permission Overlay Extension cpucap, Joey Gouly
- [PATCH v2 05/24] arm64: context switch POR_EL0 register, Joey Gouly
- [PATCH v2 06/24] KVM: arm64: Save/restore POE registers, Joey Gouly
- [PATCH v2 07/24] arm64: enable the Permission Overlay Extension for EL0, Joey Gouly
- [PATCH v2 08/24] arm64: add POIndex defines, Joey Gouly
- [PATCH v2 09/24] arm64: define VM_PKEY_BIT* for arm64, Joey Gouly
- [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64, Joey Gouly
- [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE, Joey Gouly
- [PATCH v2 12/24] arm64: handle PKEY/POE faults, Joey Gouly
- [PATCH v2 14/24] arm64: implement PKEYS support, Joey Gouly
- [PATCH v2 13/24] arm64: stop using generic mm_hooks.h, Joey Gouly
- [PATCH v2 15/24] arm64: add POE signal support, Joey Gouly
- [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE, Joey Gouly
- [PATCH v2 17/24] arm64: enable POE and PIE to coexist, Joey Gouly
- [PATCH v2 18/24] kselftest/arm64: move get_header(), Joey Gouly
- [PATCH v2 19/24] selftests: mm: move fpregs printing, Joey Gouly
- [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64, Joey Gouly
- [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE, Joey Gouly
- [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame, Joey Gouly
- [PATCH v2 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records, Joey Gouly
- [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers, Joey Gouly
- [PATCH 0/3] quota: Remove BUG_ONs from quota code,
Jan Kara
- [PATCH] docs: vfs: fix typo in struct xattr_handlers,
Ariel Miculas
- [GIT PULL for v6.7] vfs time updates,
Christian Brauner
- [GIT PULL for v6.7] vfs xattr updates,
Christian Brauner
- [GIT PULL for v6.7] vfs io updates,
Christian Brauner
- [GIT PULL for v6.7] autofs updates,
Christian Brauner
- [GIT PULL for v6.7] vfs misc updates,
Christian Brauner
- [syzbot] [x25?] [reiserfs?] general protection fault in lapbeth_data_transmit,
syzbot
- Re: [syzbot] [btrfs?] kernel BUG in create_pending_snapshot,
syzbot
- [RFC PATCH] fs: make s_count atomic_t,
Christian Brauner
- [PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v4 01/23] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 02/23] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 03/23] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 04/23] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 05/23] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 06/23] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 07/23] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 08/23] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v4 09/23] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v4 10/23] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v4 11/23] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v4 12/23] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v4 13/23] security: Introduce file_pre_free_security hook, Roberto Sassu
- [PATCH v4 14/23] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v4 15/23] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v4 16/23] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v4 18/23] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v4 19/23] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v4 20/23] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v4 21/23] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v4 22/23] integrity: Move integrity functions to the LSM infrastructure, Roberto Sassu
- [PATCH v4 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache, Roberto Sassu
- Re: [PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure, Mimi Zohar
- [syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_evict_inode,
syzbot
- Re: [syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2), syzbot
- [syzbot] [ext4?] general protection fault in locks_remove_posix,
syzbot
- [PATCH v7 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v7 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v7 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v7 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v7 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v7 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v7 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v7 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v7 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v7 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- Re: [PATCH v7 00/10] Introduce __mt_dup() to improve the performance of fork(), Liam R. Howlett
- [PATCH] MAINTAINERS: create an entry for exportfs,
Amir Goldstein
- [PATCH] fs: fix build error with CONFIG_EXPORTFS=m or not defined,
Amir Goldstein
- [PATCH] exportfs: handle CONFIG_EXPORTFS=m also,
Randy Dunlap
- [PATCH v2 0/3] fanotify support for btrfs sub-volumes,
Amir Goldstein
- [PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size,
Pankaj Raghav
- [brauner-vfs:vfs.misc.backing_file] [fs/pipe] cc03a5d65a: stress-ng.pipeherd.ops_per_sec -22.9% regression, kernel test robot
- [RESEND] fs: Fix typo in access_override_creds(), gaoyusong
- [PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock,
Al Viro
- [PATCH] io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() failed,
Al Viro
- [PATCH -next] fs: Remove unneeded semicolon,
Yang Li
- [RFC] rust: types: Add read_once and write_once,
Boqun Feng
- [PATCH] selftests:proc ProtectionKey check in smpas test,
Swarup Laxman Kotiaklapudi
- add and use a per-mapping stable writes flag v2,
Christoph Hellwig
- [PATCH v4 0/6] querying mount attributes,
Miklos Szeredi
- [PATCH 0/3] fanotify support for btrfs sub-volumes,
Amir Goldstein
- [syzbot] Monthly exfat report (Oct 2023), syzbot
- [PATCH] fuse: derive f_fsid from s_dev and connection start time,
Amir Goldstein
- [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace,
Michael Weiß
- [RESEND RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls, Michael Weiß
- [RESEND RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook, Michael Weiß
- [RESEND RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RESEND RFC PATCH v2 07/14] drm/amdkfd: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RESEND RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks, Michael Weiß
- [RESEND RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook, Michael Weiß
- [RESEND RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks, Michael Weiß
- [RESEND RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm, Michael Weiß
- [RESEND RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded, Michael Weiß
- [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns, Michael Weiß
- [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access, Michael Weiß
- [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook, Michael Weiß
- [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook, Michael Weiß
- [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled(), Michael Weiß
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace, Paul Moore
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace, Christian Brauner
- [PATCH v2] nfs: derive f_fsid from s_dev and server's fsid, Amir Goldstein
- [syzbot] [btrfs?] kernel BUG in remove_ticket, syzbot
- [robertosassu:ima-evm-lsms-v4-devel-v7] [evm] ea31d8b249: Kernel_panic-not_syncing:security_add_hooks_Too_many_LSMs_registered, kernel test robot
- [PATCH RFC 0/6] fs,block: yield devices,
Christian Brauner
- [PATCH RFC 1/6] fs: simplify setup_bdev_super() calls, Christian Brauner
- [PATCH RFC 2/6] xfs: simplify device handling, Christian Brauner
- [PATCH RFC 3/6] ext4: simplify device handling, Christian Brauner
- [PATCH RFC 4/6] bdev: simplify waiting for concurrent claimers, Christian Brauner
- [PATCH RFC 5/6] block: mark device as about to be released, Christian Brauner
- [PATCH RFC 6/6] fs: add ->yield_devices(), Christian Brauner
- Re: [PATCH RFC 0/6] fs,block: yield devices, Jan Kara
- Re: (subset) [PATCH RFC 0/6] fs,block: yield devices, Christian Brauner
- [PATCH v2 00/39] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size(), Suren Baghdasaryan
- [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH v2 05/39] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH v2 06/39] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v2 13/39] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v2 12/39] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v2 14/39] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 16/39] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts, Suren Baghdasaryan
- [PATCH v2 19/39] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v2 20/39] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v2 22/39] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v2 27/39] xfs: Memory allocation profiling fixups, Suren Baghdasaryan
- [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 26/39] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 28/39] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v2 32/39] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH v2 34/39] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 35/39] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH v2 00/39] Memory allocation profiling, Roman Gushchin
- [PATCH v2 00/10] Implement freeze and thaw as holder operations,
Christian Brauner
- [PATCH v2 01/10] fs: massage locking helpers, Christian Brauner
- [PATCH v2 02/10] bdev: rename freeze and thaw helpers, Christian Brauner
- [PATCH v2 03/10] bdev: surface the error from sync_blockdev(), Christian Brauner
- [PATCH v2 04/10] bdev: add freeze and thaw holder operations, Christian Brauner
- [PATCH v2 05/10] bdev: implement freeze and thaw holder operations, Christian Brauner
- [PATCH v2 06/10] fs: remove get_active_super(), Christian Brauner
- [PATCH v2 07/10] super: remove bd_fsfreeze_sb, Christian Brauner
- [PATCH v2 09/10] porting: document block device freeze and thaw changes, Christian Brauner
- [PATCH v2 08/10] fs: remove unused helper, Christian Brauner
- [PATCH v2 10/10] blkdev: comment fs_holder_ops, Christian Brauner
- Re: [PATCH v2 00/10] Implement freeze and thaw as holder operations, Christian Brauner
- Re: [PATCH v2 00/10] Implement freeze and thaw as holder operations, Christoph Hellwig
- [PATCH] freevxfs: derive f_fsid from bdev->bd_dev,
Amir Goldstein
- [PATCH] nfs: derive f_fsid from server's fsid,
Amir Goldstein
- [syzbot] [ntfs3?] WARNING in sys_pivot_root, syzbot
- [jlayton:kdevops] [fs] c8e00140fa: BUG:unable_to_handle_page_fault_for_address, kernel test robot
- [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v6 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v6 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- Re: [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(), Liam R. Howlett
- [PATCH] gfs2: fs: derive f_fsid from s_uuid,
Amir Goldstein
- Fwd: Memleaks in offset_ctx->xa (shmem),
Bagas Sanjaya
- add and use a per-mapping stable writes flag,
Christoph Hellwig
- [PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead,
Hugh Dickins
- [git pull] nfsd fix,
Al Viro
- [PATCH] [RFC] vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookups,
Bernd Schubert
- [PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate,
Bernd Schubert
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]