Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page, (continued)
- [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page, Alexandru Elisei
- [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage, Alexandru Elisei
- [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA, Alexandru Elisei
- [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v3 29/35] arm64: mte: copypage: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with missing tag storage, Alexandru Elisei
- [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs, Alexandru Elisei
- [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE, Alexandru Elisei
- [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag, Alexandru Elisei
- [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management, Alexandru Elisei
- [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts, Alexandru Elisei
- Re: [PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse, Steven Rostedt
- [linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc, kernel test robot
- [PATCH 0/3] Add support for tmpfs quotas,
cem
- [LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems,
Steven Rostedt
- Roadmap for netfslib and local caching (cachefiles),
David Howells
- [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty(),
Roman Smirnov
- [GIT PULL] overlayfs fixes for 6.8-rc2,
Amir Goldstein
- [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH v2 01/41] filelock: rename some fields in tracepoints, Jeff Layton
- [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status, Jeff Layton
- [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock, Jeff Layton
- [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock, Jeff Layton
- [PATCH v2 09/41] filelock: drop the IS_* macros, Jeff Layton
- [PATCH v2 10/41] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly, Jeff Layton
- [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock, Jeff Layton
- [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker, Jeff Layton
- [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core, Jeff Layton
- [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 31/41] ceph: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 33/41] gfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 34/41] lockd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 36/41] nfsd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 35/41] nfs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 38/41] smb/client: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 39/41] smb/server: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 40/41] filelock: remove temporary compatability macros, Jeff Layton
- [PATCH v2 41/41] filelock: split leases out of struct file_lock, Jeff Layton
- [PATCH v2 32/41] dlm: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock, Jeff Layton
- [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core, Jeff Layton
- [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck, Jeff Layton
- [PATCH v2 30/41] afs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 22/41] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH v2 37/41] ocfs2: adapt to breakup of struct file_lock, Jeff Layton
- Re: [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
- [PATCH net] tcp: add sanity checks to rx zerocopy,
Eric Dumazet
- [GIT PULL] netfs fixes,
Christian Brauner
- Convert write_cache_pages() to an iterator v5,
Christoph Hellwig
- [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write, Christoph Hellwig
- [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure, Christoph Hellwig
- [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages, Christoph Hellwig
- [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback, Christoph Hellwig
- [PATCH 06/19] writeback: Factor out writeback_finish(), Christoph Hellwig
- [PATCH 08/19] writeback: Factor folio_prepare_writeback() out of write_cache_pages(), Christoph Hellwig
- [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 09/19] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 10/19] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages(), Christoph Hellwig
- [PATCH 11/19] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 13/19] writeback: Move the folio_prepare_writeback loop out of write_cache_pages(), Christoph Hellwig
- [PATCH 15/19] writeback: Add for_each_writeback_folio(), Christoph Hellwig
- [PATCH 14/19] writeback: Factor writeback_iter_next() out of write_cache_pages(), Christoph Hellwig
- [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio(), Christoph Hellwig
- [PATCH 19/19] writeback: simplify writeback iteration, Christoph Hellwig
- [LSF/MM TOPIC] QUIC kernel driver and use by kernel FS, Steve French
- [syzbot] [fs?] BUG: soft lockup in pipe_read, syzbot
- [PATCH 1/2] userfaultfd: handle zeropage moves by UFFDIO_MOVE,
Suren Baghdasaryan
- [PATCH] exec: Remove __FMODE_EXEC from uselib(),
Kees Cook
- [GIT PULL] execve fixes for v6.8-rc2,
Kees Cook
- [PATCH] exec: Distinguish in_execve from in_exec, Kees Cook
- [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs,
Kees Cook
- [PATCH] highmem: Add kernel-doc for memcpy_*_folio(), Matthew Wilcox (Oracle)
- [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper,
Kevin Locke
- [PATCH 0/6] block atomic writes for XFS,
John Garry
- [PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release(),
Baokun Li
- [PATCH v11 00/26] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v11 03/26] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v11 04/26] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v11 12/26] dept: Distinguish each work from another, Byungchul Park
- [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v11 11/26] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v11 18/26] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report, Byungchul Park
- [PATCH v11 24/26] dept: Track PG_locked with dept, Byungchul Park
- [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling, Byungchul Park
- [PATCH v11 23/26] dept: Make Dept able to work with an external wgen, Byungchul Park
- Re: [brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity.,
Baokun Li
- [PATCH v3 00/15] block atomic writes,
John Garry
- [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors, John Garry
- [PATCH v3 01/15] block: Add atomic write operations to request_queue limits, John Garry
- [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits, John Garry
- [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support, John Garry
- [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v3 08/15] block: Error an attempt to split an atomic write bio, John Garry
- [PATCH v3 10/15] block: Add fops atomic write support, John Garry
- [PATCH v3 05/15] block: Add REQ_ATOMIC flag, John Garry
- [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD, John Garry
- [PATCH v3 13/15] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v3 09/15] block: Add checks to merging of atomic writes, John Garry
- [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx, John Garry
- [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support, John Garry
- [PATCH v3 14/15] nvme: Support atomic writes, John Garry
- [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically, John Garry
- Re: [PATCH v3 00/15] block atomic writes, Christoph Hellwig
- [ANNOUNCE] util-linux v2.40-rc1, Karel Zak
- [PATCH] fuse: add support for explicit export disabling,
Jingbo Xu
- [PATCH v5 0/2] io_uring: add support for ftruncate,
Tony Solomonik
- [PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit,
Jingbo Xu
- [ANNOUNCE] xfs-linux: for-next updated to d8d222e09dab, Chandan Babu R
- [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap(),
Yuezhang.Mo@xxxxxxxx
- [PATCH v2 bpf-next 00/30] BPF token,
Andrii Nakryiko
- [PATCH v2 bpf-next 01/30] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v2 bpf-next 02/30] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v2 bpf-next 03/30] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v2 bpf-next 04/30] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v2 bpf-next 05/30] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v2 bpf-next 06/30] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v2 bpf-next 07/30] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v2 bpf-next 08/30] bpf: consistently use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v2 bpf-next 09/30] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v2 bpf-next 10/30] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v2 bpf-next 11/30] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH v2 bpf-next 12/30] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v2 bpf-next 13/30] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v2 bpf-next 14/30] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v2 bpf-next 15/30] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v2 bpf-next 16/30] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH v2 bpf-next 17/30] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH v2 bpf-next 18/30] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS, Andrii Nakryiko
- [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options, Andrii Nakryiko
- [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx mount options, Andrii Nakryiko
- [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results, Andrii Nakryiko
- [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object, Andrii Nakryiko
- [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file, Andrii Nakryiko
- [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic, Andrii Nakryiko
- [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level, Andrii Nakryiko
- [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing, Andrii Nakryiko
- [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token, Andrii Nakryiko
- [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests, Andrii Nakryiko
- Re: [PATCH v2 bpf-next 00/30] BPF token, patchwork-bot+netdevbpf
- [PATCH -next] fs: remove NTFS classic from docum. index,
Randy Dunlap
- [PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe,
Suren Baghdasaryan
- [syzbot] [hfs?] KASAN: invalid-free in hfsplus_release_folio (2), syzbot
- [GIT PULL] fixes for exportfs,
Chuck Lever III
- [PATCH v2] readahead: Avoid multiple marked readahead pages, Jan Kara
- [PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code,
Jan Kara
- [PATCH v2 00/34] Open block devices as files,
Christian Brauner
- [PATCH v2 01/34] bdev: open block device as files, Christian Brauner
- [PATCH v2 02/34] block/ioctl: port blkdev_bszset() to file, Christian Brauner
- [PATCH v2 03/34] block/genhd: port disk_scan_partitions() to file, Christian Brauner
- [PATCH v2 04/34] md: port block device access to file, Christian Brauner
- [PATCH v2 05/34] swap: port block device usage to file, Christian Brauner
- [PATCH v2 06/34] power: port block device access to file, Christian Brauner
- [PATCH v2 07/34] xfs: port block device access to files, Christian Brauner
- [PATCH v2 08/34] drbd: port block device access to file, Christian Brauner
- [PATCH v2 09/34] pktcdvd: port block device access to file, Christian Brauner
- [PATCH v2 10/34] rnbd: port block device access to file, Christian Brauner
- [PATCH v2 11/34] xen: port block device access to file, Christian Brauner
- [PATCH v2 12/34] zram: port block device access to file, Christian Brauner
- [PATCH v2 13/34] bcache: port block device access to files, Christian Brauner
- [PATCH v2 14/34] block2mtd: port device access to files, Christian Brauner
- [PATCH v2 15/34] nvme: port block device access to file, Christian Brauner
- [PATCH v2 16/34] s390: port block device access to file, Christian Brauner
- [PATCH v2 17/34] target: port block device access to file, Christian Brauner
- [PATCH v2 18/34] bcachefs: port block device access to file, Christian Brauner
- [PATCH v2 19/34] btrfs: port device access to file, Christian Brauner
- [PATCH v2 20/34] erofs: port device access to file, Christian Brauner
- [PATCH v2 21/34] ext4: port block device access to file, Christian Brauner
- [PATCH v2 22/34] f2fs: port block device access to files, Christian Brauner
- [PATCH v2 23/34] jfs: port block device access to file, Christian Brauner
- [PATCH v2 24/34] nfs: port block device access to files, Christian Brauner
- [PATCH v2 26/34] reiserfs: port block device access to file, Christian Brauner
- [PATCH v2 25/34] ocfs2: port block device access to file, Christian Brauner
- [PATCH v2 29/34] bdev: make struct bdev_handle private to the block layer, Christian Brauner
- [PATCH v2 28/34] bdev: make bdev_release() private to block layer, Christian Brauner
- [PATCH v2 27/34] bdev: remove bdev_open_by_path(), Christian Brauner
- [PATCH v2 31/34] block: use file->f_op to indicate restricted writes, Christian Brauner
- [PATCH v2 30/34] bdev: remove bdev pointer from struct bdev_handle, Christian Brauner
- [PATCH v2 32/34] block: remove bdev_handle completely, Christian Brauner
- [PATCH v2 33/34] block: expose bdev_file_inode(), Christian Brauner
- [PATCH v2 34/34] ext4: rely on sb->f_bdev only, Christian Brauner
- Re: [PATCH v2 00/34] Open block devices as files, Christoph Hellwig
- [PATCH RFC 0/2] fs & block: remove bd_inode, Christian Brauner
- Re: [PATCH v2 00/34] Open block devices as files, Christian Brauner
- Re: [PATCH v2 00/34] Open block devices as files, Matthew Wilcox
- [PATCH] virtiofs: avoid unnecessary VM_MIXEDMAP for mmap support, Gao Xiang
- [PATCH 0/5] Fix and cleanups to page-writeback,
Kemeng Shi
- [PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt(),
Johannes Thumshirn
- [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured,
Jingbo Xu
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.,
Linux regression tracking (Thorsten Leemhuis)
[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]