Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH 11/17] powerpc: Implement arch_xor_unlock_is_negative_byte on 32-bit, (continued)
- [PATCH 11/17] powerpc: Implement arch_xor_unlock_is_negative_byte on 32-bit, Matthew Wilcox (Oracle)
- [PATCH 01/17] iomap: Hold state_lock over call to ifs_set_range_uptodate(), Matthew Wilcox (Oracle)
- [PATCH 16/17] mm: Make __end_folio_writeback() return void, Matthew Wilcox (Oracle)
- [PATCH 04/17] ext4: Use folio_end_read(), Matthew Wilcox (Oracle)
- [PATCH 10/17] mips: Implement xor_unlock_is_negative_byte, Matthew Wilcox (Oracle)
- [PATCH 13/17] s390: Implement arch_xor_unlock_is_negative_byte, Matthew Wilcox (Oracle)
- [PATCH 14/17] mm: Delete checks for xor_unlock_is_negative_byte(), Matthew Wilcox (Oracle)
- [PATCH 06/17] iomap: Use folio_end_read(), Matthew Wilcox (Oracle)
- [PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte, Matthew Wilcox (Oracle)
- [PATCH 05/17] buffer: Use folio_end_read(), Matthew Wilcox (Oracle)
- [PATCH 17/17] mm: Use folio_xor_flags_has_waiters() in folio_end_writeback(), Matthew Wilcox (Oracle)
- Re: [PATCH 00/17] Add folio_end_read, Linus Torvalds
- [PATCH] nfs: Convert nfs_symlink() to use a folio, Matthew Wilcox (Oracle)
- [PATCH] proc: nommu: fix empty /proc/<pid>/maps,
Ben Wolsieffer
- [linux-next:master] BUILD REGRESSION dfa449a58323de195773cf928d99db4130702bf7, kernel test robot
- [PATCH 0/6] shmem: high order folios support in write path,
Daniel Gomez
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [PATCH 0/6] shmem: high order folios support in write path, David Hildenbrand
[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
[PATCH] proc: nommu: /proc/<pid>/maps: release mmap read lock,
Ben Wolsieffer
[PATCH RFC] binfmt_elf: fully allocate bss pages,
Thomas Weißschuh
[PATCH 0/3] userfaultfd remap option,
Suren Baghdasaryan
[PATCH v2 0/8] Add and use bdev_getblk(),
Matthew Wilcox (Oracle)
[PATCH] filemap: add filemap_map_order0_folio() to handle order0 folio, Yin Fengwei
[PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size,
Eric Biggers
[PATCH] fuse: remove unneeded lock which protecting update of congestion_threshold,
Kemeng Shi
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes,
Sean Christopherson
- [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges, Sean Christopherson
- [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry, Sean Christopherson
- [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER, Sean Christopherson
- [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory, Sean Christopherson
- [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory, Sean Christopherson
- [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes, Sean Christopherson
- [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory, Sean Christopherson
- [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2, Sean Christopherson
- [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable, Sean Christopherson
- [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM, Sean Christopherson
- [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events, Sean Christopherson
- [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace, Sean Christopherson
- [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory, Sean Christopherson
- [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN, Sean Christopherson
- [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook, Sean Christopherson
- [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed, Sean Christopherson
- [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro, Sean Christopherson
- [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM, Sean Christopherson
- [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type, Sean Christopherson
- [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper, Sean Christopherson
- [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory, Sean Christopherson
- [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper, Sean Christopherson
- [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd(), Sean Christopherson
- [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data, Sean Christopherson
- [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86), Sean Christopherson
- [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access, Sean Christopherson
- [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared, Sean Christopherson
- [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots, Sean Christopherson
- [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2, Sean Christopherson
- [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions, Sean Christopherson
- [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU, Sean Christopherson
- [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER, Sean Christopherson
- [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd(), Sean Christopherson
[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature,
Guilherme G. Piccoli
[PATCH v1 0/1] Report perpage metadata information.,
Sourav Panda
[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test, David Howells
- [PATCH v4 02/13] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions, David Howells
- [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v4 05/13] iov: Move iterator functions to a header file, David Howells
- [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE, David Howells
- [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking, David Howells
- [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy(), David Howells
[RFC PATCH 0/3] quering mount attributes,
Miklos Szeredi
[jlayton:noumask] [fs] f5cb94f57a: WARNING:at_fs/attr.c:#setattr_copy, kernel test robot
[PATCH] overlayfs: set ctime when setting mtime and atime,
Jeff Layton
Re: [PATCH v2] xfs: introduce protection for drop nlink, cheng.lin130
[PATCH v2 0/8] sysctl: Remove sentinel elements from arch,
Joel Granados via B4 Relay
Re: Bug: rcu detected stall in rtc_dev_ioctl, Christian Brauner
[PATCH] ima: fix wrong dereferences of file->f_path,
Amir Goldstein
Bug: rcu detected stall in sys_nanosleep,
Teng Wang
[PATCH v2 0/2] Remove usage of FR_WAITING,
Kemeng Shi
KASAN: null-ptr-deref Read in filemap_fault,
Sanan Hasanov
[PATCHv2 nfsd/master 0/7] lockd: dlm: async lock request changes,
Alexander Aring
[PATCH v4 bpf-next 00/12] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v4 bpf-next 06/12] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v4 bpf-next 11/12] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v4 bpf-next 08/12] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v4 bpf-next 02/12] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v4 bpf-next 05/12] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v4 bpf-next 03/12] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v4 bpf-next 01/12] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v4 bpf-next 04/12] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v4 bpf-next 07/12] bpf: consistenly use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v4 bpf-next 10/12] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v4 bpf-next 12/12] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH v4 bpf-next 09/12] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
[PATCH v15 03/11] proc: Use lsmids instead of lsm names for attrs, Casey Schaufler
[PATCH] ovl: factor out some common helpers for backing files io,
Amir Goldstein
[PATCH v2 0/2] virtiofs submounts forgotten after client / guest memory pressure,
Krister Johansen
dentry UAF bugs crashing arm64 machines on 6.5/6.6?,
Darrick J. Wong
[ANNOUNCE] xfs-linux: iomap-for-next updated to 4aa8cdd5e523, Darrick J. Wong
Re: [syzbot] [xfs?] KASAN: stack-out-of-bounds Read in xfs_buf_delwri_submit_buffers,
syzbot
[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written,
Chunhai Guo
[syzbot] [ntfs3?] memory leak in run_add_entry, syzbot
[linus:master] [proc/ksm] 8b47933544: kernel-selftests.proc.proc-empty-vm.fail,
kernel test robot
[PATCH v3] fs: add a new SB_I_NOUMASK flag,
Jeff Layton
[syzbot] [ntfs3?] memory leak in wnd_init, syzbot
[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_write_bh,
syzbot
[syzbot] [hfs?] kernel BUG in hfs_btree_open (2), syzbot
[syzbot] Monthly exfat report (Sep 2023), syzbot
[PATCH v4 0/4] cleanups for lockless slab shrink,
Qi Zheng
[PATCH 6.1 102/600] eventfd: prevent underflow for eventfd semaphores, Greg Kroah-Hartman
[PATCH 0/2] virtiofs submounts forgotten after client / guest memory pressure,
Krister Johansen
[PATCH v2] vfs: fix readahead(2) on block devices,
Reuben Hawkins
[PATCH 6.4 101/737] eventfd: prevent underflow for eventfd semaphores, Greg Kroah-Hartman
[syzbot] [ext4?] WARNING in ext4_discard_allocated_blocks,
syzbot
[linus:master] [filemap] de74976eb6: stress-ng.bad-altstack.ops_per_sec -25.2% regression,
kernel test robot
[PATCH 6.5 015/739] eventfd: prevent underflow for eventfd semaphores, Greg Kroah-Hartman
[PATCH] selinux: fix handling of empty opts in selinux_fs_context_submount(),
Ondrej Mosnacek
[PATCH v3] xarray: Document necessary flag in alloc-functions,
Philipp Stanner
[PATCH V2 0/2] Do not try to access unaccepted memory,
Adrian Hunter
vfs.git rebased to v6.6-rc1, Christian Brauner
[syzbot] Monthly v9fs report (Sep 2023), syzbot
[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v6 22/45] drm/panfrost: dynamically allocate the drm-panfrost shrinker, Qi Zheng
- [PATCH v6 32/45] nfsd: dynamically allocate the nfsd-client shrinker, Qi Zheng
- [PATCH v6 34/45] xfs: dynamically allocate the xfs-buf shrinker, Qi Zheng
- [PATCH v6 14/45] ubifs: dynamically allocate the ubifs-slab shrinker, Qi Zheng
- [PATCH v6 17/45] mm: thp: dynamically allocate the thp-related shrinkers, Qi Zheng
- [PATCH v6 41/45] mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg_{alloc|remove}(), Qi Zheng
- [PATCH v6 15/45] rcu: dynamically allocate the rcu-lazy shrinker, Qi Zheng
- [PATCH v6 08/45] gfs2: dynamically allocate the gfs2-glock shrinker, Qi Zheng
- [PATCH v6 40/45] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}, Qi Zheng
- [PATCH v6 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker, Qi Zheng
- [PATCH v6 45/45] mm: shrinker: convert shrinker_rwsem to mutex, Qi Zheng
- [PATCH v6 26/45] bcache: dynamically allocate the md-bcache shrinker, Qi Zheng
- [PATCH v6 36/45] xfs: dynamically allocate the xfs-qm shrinker, Qi Zheng
- [PATCH v6 18/45] sunrpc: dynamically allocate the sunrpc_cred shrinker, Qi Zheng
- [PATCH v6 12/45] nfsd: dynamically allocate the nfsd-filecache shrinker, Qi Zheng
- [PATCH v6 39/45] mm: shrinker: remove old APIs, Qi Zheng
- [PATCH v6 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker, Qi Zheng
- [PATCH v6 24/45] dm zoned: dynamically allocate the dm-zoned-meta shrinker, Qi Zheng
- [PATCH v6 21/45] drm/msm: dynamically allocate the drm-msm_gem shrinker, Qi Zheng
- [PATCH v6 35/45] xfs: dynamically allocate the xfs-inodegc shrinker, Qi Zheng
- [PATCH v6 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker, Qi Zheng
- [PATCH v6 38/45] fs: super: dynamically allocate the s_shrink, Qi Zheng
- [PATCH v6 03/45] binder: dynamically allocate the android-binder shrinker, Qi Zheng
- [PATCH v6 06/45] erofs: dynamically allocate the erofs-shrinker, Qi Zheng
- [PATCH v6 28/45] virtio_balloon: dynamically allocate the virtio-balloon shrinker, Qi Zheng
- [PATCH v6 25/45] md/raid5: dynamically allocate the md-raid5 shrinker, Qi Zheng
- [PATCH v6 27/45] vmw_balloon: dynamically allocate the vmw-balloon shrinker, Qi Zheng
- [PATCH v6 43/45] mm: shrinker: make memcg slab shrink lockless, Qi Zheng
- [PATCH v6 05/45] xenbus/backend: dynamically allocate the xen-backend shrinker, Qi Zheng
- [PATCH v6 23/45] dm: dynamically allocate the dm-bufio shrinker, Qi Zheng
- [PATCH v6 44/45] mm: shrinker: hold write lock to reparent shrinker nr_deferred, Qi Zheng
- [PATCH v6 07/45] f2fs: dynamically allocate the f2fs-shrinker, Qi Zheng
- [PATCH v6 16/45] rcu: dynamically allocate the rcu-kfree shrinker, Qi Zheng
- [PATCH v6 09/45] gfs2: dynamically allocate the gfs2-qd shrinker, Qi Zheng
- [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless, Qi Zheng
- [PATCH v6 33/45] nfsd: dynamically allocate the nfsd-reply shrinker, Qi Zheng
- [PATCH v6 30/45] ext4: dynamically allocate the ext4-es shrinker, Qi Zheng
- [PATCH v6 13/45] quota: dynamically allocate the dquota-cache shrinker, Qi Zheng
- [PATCH v6 20/45] drm/i915: dynamically allocate the i915_gem_mm shrinker, Qi Zheng
- [PATCH v6 11/45] nfs: dynamically allocate the nfs-acl shrinker, Qi Zheng
- [PATCH v6 37/45] zsmalloc: dynamically allocate the mm-zspool shrinker, Qi Zheng
- [PATCH v6 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker, Qi Zheng
- [PATCH v6 29/45] mbcache: dynamically allocate the mbcache shrinker, Qi Zheng
- [PATCH v6 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers, Qi Zheng
- [PATCH v6 04/45] drm/ttm: dynamically allocate the drm-ttm_pool shrinker, Qi Zheng
- Re: [PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink, Ryan Lahfa
[GIT PULL] overlayfs fixes for 6.6-rc2,
Amir Goldstein
Re: [syzbot] [btrfs?] WARNING in do_chunk_alloc,
syzbot
[PATCH v2] fs: add a new SB_NOUMASK flag,
Jeff Layton
[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup,
syzbot
[syzbot] [gfs2?] kernel BUG in qd_put, syzbot
[syzbot] [gfs2?] BUG: sleeping function called from invalid context in gfs2_withdraw,
syzbot
bcachefs tree for next,
Kent Overstreet
[syzbot] [jfs?] kernel BUG in txLock,
syzbot
[PATCH] vfs: fix readahead(2) on block devices,
Reuben Hawkins
[PATCH] fs: fix regression querying for ACL on fs's that don't support them,
Jeff Layton
Re: [syzbot] [mm?] kernel BUG in vma_replace_policy, syzbot
[GIT PULL] XArray for 6.6,
Matthew Wilcox
[PATCH 0/3] iov_iter: Add kunit tests and fix iov_iter_extract_pages(),
David Howells
Why doesn't XFS need ->launder_folio?,
Matthew Wilcox
[syzbot] Monthly udf report (Sep 2023), syzbot
[PATCH 0/2] Rename and export some vfs helpers,
Amir Goldstein
btrfs freezing question,
Christian Brauner
[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe,
Vlastimil Babka
[syzbot] [gfs2?] memory leak in gfs2_trans_begin, syzbot
[PATCH] check: add support for --start-after,
Luis Chamberlain
[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc,
Guilherme G. Piccoli
[PATCH 0/2] fs: fixes for multigrain ctime code,
Jeff Layton
[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]