Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH V3 6/6] Add default quota limit mount options, (continued)
- [PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
- [syzbot] [ext4?] WARNING in ext4_iomap_overwrite_begin, syzbot
- ANNOUNCE: nfs-utils-2.6.3 released., Steve Dickson
- [PATCH v3 00/19] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v3 01/19] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 02/19] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v3 05/19] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 04/19] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 06/19] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v3 13/19] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 14/19] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v3 12/19] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 18/19] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v3 19/19] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v2] ext4: Handle error pointers being returned from __filemap_get_folio,
Matthew Wilcox (Oracle)
- [PATCH v10 0/9] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
[PATCH 0/1] Backport several fuse patches for 6.1.y,
Yang Bo
[PATCH 0/3] Backport several fuse patches for 5.15.y,
Yang Bo
[PATCH 0/6] Backport several fuse patches to 5.10.y,
Yang Bo
[ANNOUNCE] util-linux v2.39-rc3, Karel Zak
[PATCH] splice: Fix filemap of a blockdev,
David Howells
[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode,
syzbot
[PATCH] ext4: Handle error pointers being returned from __filemap_get_folio,
Matthew Wilcox (Oracle)
[PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
[syzbot] [fs?] [mm?] general protection fault in folio_wait_stable, syzbot
[syzbot] [squashfs?] general protection fault in squashfs_page_actor_init_special, syzbot
[PATCH v14 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
[syzbot] [ext4?] general protection fault in ext4_write_begin, syzbot
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE,
Daniel Rosenberg
- [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice, Daniel Rosenberg
- [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi, Daniel Rosenberg
- [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers, Daniel Rosenberg
- [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE, Daniel Rosenberg
- [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch, Daniel Rosenberg
- [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf, Daniel Rosenberg
- [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations, Daniel Rosenberg
- [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw), Daniel Rosenberg
- [RFC PATCH v3 11/37] fuse-bpf: Add support for access, Daniel Rosenberg
- [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags, Daniel Rosenberg
- [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse, Daniel Rosenberg
- [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support, Daniel Rosenberg
- [RFC PATCH v3 13/37] fuse-bpf: Add lseek support, Daniel Rosenberg
- [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate, Daniel Rosenberg
- [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close, Daniel Rosenberg
- [RFC PATCH v3 20/37] fuse-bpf: Add Rename support, Daniel Rosenberg
- [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter, Daniel Rosenberg
- [RFC PATCH v3 18/37] fuse-bpf: support readdir, Daniel Rosenberg
- [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir, Daniel Rosenberg
- [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations, Daniel Rosenberg
- [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE, Daniel Rosenberg
- [RFC PATCH v3 21/37] fuse-bpf: Add attr support, Daniel Rosenberg
- [RFC PATCH v3 23/37] fuse-bpf: Add xattr support, Daniel Rosenberg
- [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants, Daniel Rosenberg
- [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support, Daniel Rosenberg
- [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon, Daniel Rosenberg
- [RFC PATCH v3 26/37] bpf: Increase struct_op limits, Daniel Rosenberg
- [RFC PATCH v3 36/37] fuse-bpf: Add selftests, Daniel Rosenberg
- [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs, Daniel Rosenberg
- [RFC PATCH v3 29/37] fuse-bpf: Export Functions, Daniel Rosenberg
- [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time, Daniel Rosenberg
- [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf, Daniel Rosenberg
- [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters, Daniel Rosenberg
- [RFC PATCH v3 33/37] fuse-bpf: Add userspace pre/post filters, Daniel Rosenberg
- [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out, Daniel Rosenberg
- [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes, Daniel Rosenberg
- [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call, Daniel Rosenberg
- Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE, Amir Goldstein
- Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE, Miklos Szeredi
[PATCH v1] shmem: stable directory cookies,
Chuck Lever
[PATCH] IMA: use vfs_getattr_nosec to get the i_version,
Jeff Layton
[PATCH v13 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
[PATCH 0/4] convert create_page_buffers to folio_create_buffers,
Pankaj Raghav
Message not available
Message not available
Message not available
[syzbot] [hfs?] KASAN: wild-memory-access Read in hfsplus_bnode_dump,
syzbot
btrfs induced data loss (on xfs) - 5.19.0-38-generic,
Kyle Sanderson
[PATCH next] shmem: minor fixes to splice-read implementation,
Hugh Dickins
[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range(),
Kefeng Wang
Re: [PATCH v7 0/3] io_uring: add getdents64 support, Dominique Martinet
Re: [PATCH] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr(),
Jeff Layton
[PATCH] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization,
wenyang . linux
[PATCHv5 0/9] ext2: DIO to use iomap,
Ritesh Harjani (IBM)
[RFC][PATCH] fanotify: support watching filesystems and mounts inside userns,
Amir Goldstein
[PATCH v2] fs/proc: add Kthread flag to /proc/$pid/status,
Chunguang Wu
[syzbot] [udf?] WARNING in udf_free_blocks, syzbot
[syzbot] [hfs?] KASAN: invalid-free in hfs_btree_close, syzbot
[PATCH v3 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
[syzbot] [hfs?] WARNING in check_flush_dependency (2), syzbot
[PATCH v2 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
[RFCv4 0/9] ext2: DIO to use iomap,
Ritesh Harjani (IBM)
[PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
[syzbot] [btrfs?] kernel BUG in btrfs_remove_ordered_extent, syzbot
[RFC][PATCH 0/2] Monitoring unmounted fs with fanotify,
Amir Goldstein
[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked,
Suren Baghdasaryan
[PATCH V6 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
[PATCH v2 0/5] Alter fcntl to handle int arguments correctly,
Luca Vizzarro
[PATCH v5 00/17] Introduce Copy-On-Write to Page Table,
Chih-En Lin
- [PATCH v5 01/17] mm: Split out the present cases from zap_pte_range(), Chih-En Lin
- [PATCH v5 02/17] mm: Allow user to control COW PTE via prctl, Chih-En Lin
- [PATCH v5 03/17] mm: Add Copy-On-Write PTE to fork(), Chih-En Lin
- [PATCH v5 04/17] mm: Add break COW PTE fault and helper functions, Chih-En Lin
- [PATCH v5 05/17] mm: Handle COW-ed PTE during zapping, Chih-En Lin
- [PATCH v5 06/17] mm/rmap: Break COW PTE in rmap walking, Chih-En Lin
- [PATCH v5 07/17] mm/khugepaged: Break COW PTE before scanning pte, Chih-En Lin
- [PATCH v5 08/17] mm/ksm: Break COW PTE before modify shared PTE, Chih-En Lin
- [PATCH v5 09/17] mm/madvise: Handle COW-ed PTE with madvise(), Chih-En Lin
- [PATCH v5 10/17] mm/gup: Trigger break COW PTE before calling follow_pfn_pte(), Chih-En Lin
- [PATCH v5 11/17] mm/mprotect: Break COW PTE before changing protection, Chih-En Lin
- [PATCH v5 12/17] mm/userfaultfd: Support COW PTE, Chih-En Lin
- [PATCH v5 13/17] mm/migrate_device: Support COW PTE, Chih-En Lin
- [PATCH v5 14/17] fs/proc: Support COW PTE with clear_refs_write, Chih-En Lin
- [PATCH v5 16/17] mm: fork: Enable COW PTE to fork system call, Chih-En Lin
- [PATCH v5 17/17] mm: Check the unexpected modification of COW-ed PTE, Chih-En Lin
- [PATCH v5 15/17] events/uprobes: Break COW PTE before replacing page, Chih-En Lin
[PATCH] mm/filemap: allocate folios according to the blocksize,
Hannes Reinecke
[RFC 0/4] convert create_page_buffers to create_folio_buffers,
Pankaj Raghav
Message not available
Message not available
Message not available
Re: [RFC 0/4] convert create_page_buffers to create_folio_buffers, Hannes Reinecke
[PATCH 0/5] Alter fcntl to handle int arguments correctly,
Luca Vizzarro
[syzbot] [reiserfs?] KASAN: null-ptr-deref Read in __wait_on_buffer, syzbot
[RFC PATCH 0/6] Setting memory policy for restrictedmem file,
Ackerley Tng
[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage,
Sarthak Kukreti
[PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage, Sarthak Kukreti
[PATCH v5 0/5] Introduce block provisioning primitives, Sarthak Kukreti
allowing for a completely cached umount(2) pathwalk,
Jeff Layton
sequential 1MB mmap read ends in 1 page sync read-ahead,
Bernd Schubert
[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim,
Yosry Ahmed
[RFCv3 00/10] ext2: DIO to use iomap,
Ritesh Harjani (IBM)
- [RFCv3 01/10] ext2/dax: Fix ext2_setsize when len is page aligned, Ritesh Harjani (IBM)
- [RFCv3 03/10] ext4: Use __generic_file_fsync_nolock implementation, Ritesh Harjani (IBM)
- [RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation, Ritesh Harjani (IBM)
- [RFCv3 04/10] ext2: Use __generic_file_fsync_nolock implementation, Ritesh Harjani (IBM)
- [RFCv3 06/10] fs.h: Add TRACE_IOCB_STRINGS for use in trace points, Ritesh Harjani (IBM)
- [RFCv3 05/10] ext2: Move direct-io to use iomap, Ritesh Harjani (IBM)
- [RFCv3 08/10] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag, Ritesh Harjani (IBM)
- [RFCv3 07/10] ext2: Add direct-io trace points, Ritesh Harjani (IBM)
- [RFCv3 09/10] iomap: Minor refactor of iomap_dio_rw, Ritesh Harjani (IBM)
- [RFCv3 10/10] iomap: Add trace points for DIO path, Ritesh Harjani (IBM)
[syzbot] [xfs?] KASAN: slab-use-after-free Read in iomap_finish_ioend, syzbot
[syzbot] [ntfs3?] INFO: trying to register non-static key in ntfs3_setattr, syzbot
[PATCH] mm: hwpoison: coredump: support recovery from dump_user_range(),
Kefeng Wang
[PATCH AUTOSEL 6.1 10/17] selftests mount: Fix mount_setattr_test builds failed, Sasha Levin
[PATCH AUTOSEL 5.15 6/8] selftests mount: Fix mount_setattr_test builds failed, Sasha Levin
[PATCH AUTOSEL 6.2 12/20] selftests mount: Fix mount_setattr_test builds failed, Sasha Levin
Re: [PATCH] fs/proc: add Kthread flag to /proc/$pid/status,
Andrew Morton
[LSF/MM/BPF TOPIC] BoF for nfsd,
Chuck Lever III
[PATCH v6 0/2] sched/numa: add per-process numa_balancing,
Gang Li
[PATCH] fs/ntfs3: disable page fault during ntfs_fiemap(),
Tetsuo Handa
[PATCH] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC,
David Howells
[LSF/MM/BPF TOPIC] Sunsetting buffer_heads,
Hannes Reinecke
[PATCH 0/6] Backport several patches to 5.10.y,
Yang Bo
[GIT PULL 1/22] xfs: design documentation for online fsck, Darrick J. Wong
[PATCH] zonefs: remove unnecessary kobject_del(),
Yangtao Li
[PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1,
David Howells
[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]