Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 3/3] ext4: add a new ioctl EXT4_IOC_GETSTATE, (continued)
- [PATCH 0/7 v2] jbd2: Bit spinlock conversions,
Jan Kara
- Is it supported to change an ext2/3/4 label while mounted?, Mike Fleetwood
- [PATCH v2 00/12] ext4: add support fast commit,
Harshad Shirwadkar
- [PATCH v2 01/12] ext4: add handling for extended mount options, Harshad Shirwadkar
- [PATCH v2 02/12] jbd2: add fast commit fields to journal_s structure, Harshad Shirwadkar
- [PATCH v2 03/12] jbd2: fast commit setup and enable, Harshad Shirwadkar
- [PATCH v2 04/12] jbd2: fast-commit commit path changes, Harshad Shirwadkar
- [PATCH v2 05/12] jbd2: fast-commit commit path new APIs, Harshad Shirwadkar
- [PATCH v2 06/12] jbd2: fast-commit recovery path changes, Harshad Shirwadkar
- [PATCH v2 07/12] ext4: add fields that are needed to track changed files, Harshad Shirwadkar
- [PATCH v2 11/12] ext4: fast-commit recovery path changes, Harshad Shirwadkar
- [PATCH v2 09/12] ext4: fast-commit commit range tracking, Harshad Shirwadkar
- [PATCH v2 12/12] docs: Add fast commit documentation, Harshad Shirwadkar
- [PATCH v2 08/12] ext4: track changed files for fast commit, Harshad Shirwadkar
- [PATCH v2 10/12] ext4: fast-commit commit path changes, Harshad Shirwadkar
- [PATCH RESEND] block: annotate refault stalls from IO submission,
Johannes Weiner
- [PATCH] ext4: set error return correctly when ext4_htree_store_dirent fails,
Colin King
- [PATCH v8 00/20] fscrypt: key management improvements,
Eric Biggers
- [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c, Eric Biggers
- [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v8 19/20] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v8 20/20] fscrypt: document the new ioctls and policy version, Eric Biggers
- [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl, Eric Biggers
- [PATCH v8 18/20] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v8 13/20] fscrypt: v2 encryption policy support, Eric Biggers
- [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [PATCH v8 17/20] ext4: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c, Eric Biggers
- [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies, Eric Biggers
- [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key, Eric Biggers
- [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- Re: [PATCH v8 00/20] fscrypt: key management improvements, Eric Biggers
- [PATCH V2] jbd2: flush_descriptor(): Do not decrease buffer head's ref count,
Chandan Rajendra
- [PATCH] ext4 crypto: fix to check feature status before get policy,
Chao Yu
- [PATCH 0/7] jbd2: Bit spinlock conversions,
Jan Kara
- [PATCH v2] ext4: fix potential use after free in system zone via remount with noblock_validity,
zhangyi (F)
- [patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging,
Thomas Gleixner
- [PATCH] ext4: disable mount with both dioread_nolock and nodelalloc,
Xiaoguang Wang
- dax writes on ext4 slower than direct-i/o?,
Dan Williams
- [patch 0/4] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging,
Thomas Gleixner
- [PATCH 00/20] vfs: Add support for timestamp limits,
Deepa Dinamani
- Add fsverity tree to linux-next,
Eric Biggers
- [PATCH v7 00/16] fscrypt: key management improvements,
Eric Biggers
- [PATCH v7 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v7 13/16] ext4: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v7 15/16] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v7 16/16] fscrypt: document the new ioctls and policy version, Eric Biggers
- [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [PATCH v7 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [PATCH v7 10/16] fscrypt: v2 encryption policy support, Eric Biggers
- [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [PATCH v7 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [PATCH v2] e2fsck: check for consistent encryption policies, Eric Biggers
- [PATCH] ext4: use rb_entry_safe() instead of open-coding it,
Weitao Hou
- [PATCH] jbd2: flush_descriptor(): Do not decrease buffer head's ref count,
Chandan Rajendra
- [PATCH] ext4: Fix deadlock on page reclaim,
Damien Le Moal
- [Bug 204297] New: Creating CephFS volume in LXD hangs LXC command, kernel bug in logs.,
bugzilla-daemon
- [PATCH] ext4: fix potential use after free in system zone via remount with noblock_validity,
zhangyi (F)
- [Bug 204285] New: ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap (and unable to set superblock flags), bugzilla-daemon
- [PATCH 1/2] ext2: fix block range in ext2_data_block_valid(),
Chengguang Xu
- Re: 402b1b327a: BUG:unable_to_handle_page_fault_for_address,
Chandan Rajendra
- [PATCH] psi: annotate refault stalls from IO submission,
Johannes Weiner
- [PATCH v7 00/17] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry, Eric Biggers
- [PATCH v7 01/17] fs-verity: add a documentation file, Eric Biggers
- [PATCH v7 07/17] fs-verity: add the hook for file ->open(), Eric Biggers
- [PATCH v7 09/17] fs-verity: add data verification hooks for ->readpages(), Eric Biggers
- [PATCH v7 17/17] f2fs: add fs-verity support, Eric Biggers
- [PATCH v7 16/17] ext4: update on-disk format documentation for fs-verity, Eric Biggers
- [PATCH v7 15/17] ext4: add fs-verity read support, Eric Biggers
- [PATCH v7 14/17] ext4: add basic fs-verity support, Eric Biggers
- [PATCH v7 08/17] fs-verity: add the hook for file ->setattr(), Eric Biggers
- [PATCH v7 13/17] fs-verity: support builtin file signatures, Eric Biggers
- [PATCH v7 03/17] fs-verity: add UAPI header, Eric Biggers
- [PATCH v7 12/17] fs-verity: add SHA-512 support, Eric Biggers
- [PATCH v7 06/17] fs-verity: add inode and superblock fields, Eric Biggers
- [PATCH v7 05/17] fs-verity: add Kconfig and the helper functions for hashing, Eric Biggers
- [PATCH v7 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl, Eric Biggers
- [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl, Eric Biggers
- [PATCH v7 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS, Eric Biggers
- [PATCH 01/11] ext4: add handling for extended mount options,
Harshad Shirwadkar
- [PATCH 02/11] jbd2: add fast commit fields to journal_s structure, Harshad Shirwadkar
- [PATCH 03/11] jbd2: fast commit setup and enable, Harshad Shirwadkar
- [PATCH 04/11] jbd2: fast-commit commit path changes, Harshad Shirwadkar
- [PATCH 05/11] jbd2: fast-commit commit path new APIs, Harshad Shirwadkar
- [PATCH 07/11] ext4: add fields that are needed to track changed files, Harshad Shirwadkar
- [PATCH 06/11] jbd2: fast-commit recovery path changes, Harshad Shirwadkar
- [PATCH 08/11] ext4: track changed files for fast commit, Harshad Shirwadkar
- [PATCH 09/11] ext4: fast-commit commit range tracking, Harshad Shirwadkar
- [PATCH 10/11] ext4: fast-commit commit path changes, Harshad Shirwadkar
- [PATCH 11/11] ext4: fast-commit recovery path changes, Harshad Shirwadkar
- Re: [PATCH 01/11] ext4: add handling for extended mount options, Andreas Dilger
- [RFC] performance regression with "ext4: Allow parallel DIO reads",
Joseph Qi
- ext4 reserved blocks not enforced?,
Ian Malone
- [ANNOUNCE] e2fsprogs v1.45.3, Theodore Y. Ts'o
- [PATCH] ext2: show more accurate free block count in debug message,
Chengguang Xu
- [PATCH] e2fsck: check for consistent encryption policies,
Eric Biggers
- [PATCH] po: remove unnecessary/buggy positional parameter specifiers,
Theodore Ts'o
- [PATCH 1/2] ocfs2: use jbd2_inode dirty range scoping,
Joseph Qi
- [PATCH] e2scrub_all: only run in service mode when periodic_e2scrub=1, Theodore Ts'o
- [PATCH] e2scrub_all: fix "e2scurb_all -r", Theodore Ts'o
- [GIT PULL] vfs: standardize parameter checking for SETFLAGS/FSSETXATTR ioctls,
Darrick J. Wong
- [GIT PULL] ext4 updates for 5.3-rc1,
Theodore Ts'o
- [Bug 204095] New: freeze while write on external usb 3.0 hard disk,
bugzilla-daemon
- [PATCH 0/4] bring parisc linux into the modern age by adding ext4 support to the bootloader,
James Bottomley
- [PATCH v15 0/7] virtio pmem driver,
Pankaj Gupta
- [PATCH v2] ext4: fix warning when turn on dioread_nolock and inline_data,
yangerkun
- mke2fs accepts block size not mentioned in its man page,
Qu Wenruo
- [ANNOUNCE RESEND] xfs-linux: vfs-for-next updated to 7e328e5930ad, Darrick J. Wong
- [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad, Darrick J. Wong
- Re: Message du site parisabaro.com - formulaire contact, conceptrice
- [PATCH] ext4: fix warning when turn on dioread_nolock and inline_data,
yangerkun
- [PATCH v2 28/35] ext4: Use kmemdup rather than duplicating its implementation, Fuqian Huang
- [PATCH v2 27/35] ext2: Use kmemdup rather than duplicating its implementation, Fuqian Huang
- [PATCH 24/30] ext4: Use kmemdup rather than duplicating its implementation, Fuqian Huang
- [PATCH 23/30] ext2: Use kmemdup rather than duplicating its implementation,
Fuqian Huang
- [PATCH] ext4: remove unnecessary error check,
Shi Siyuan
- [PATCH 1/3] ext4: rename "dirent_csum" functions to use "dirblock",
Theodore Ts'o
- [BUG] mke2fs produces corrupt filesystem if badblock list contains a block under 251,
James Bottomley
- [RFC PATCH v3 0/8] xfstests: add fs-verity tests,
Eric Biggers
- [PATCH v6 00/17] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry, Eric Biggers
- [PATCH v6 01/17] fs-verity: add a documentation file, Eric Biggers
- [PATCH v6 03/17] fs-verity: add UAPI header, Eric Biggers
- [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl, Eric Biggers
- [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity, Eric Biggers
- [PATCH v6 13/17] fs-verity: support builtin file signatures, Eric Biggers
- [PATCH v6 17/17] f2fs: add fs-verity support, Eric Biggers
- [PATCH v6 14/17] ext4: add basic fs-verity support, Eric Biggers
- [PATCH v6 15/17] ext4: add fs-verity read support, Eric Biggers
- [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages(), Eric Biggers
- [PATCH v6 12/17] fs-verity: add SHA-512 support, Eric Biggers
- [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS, Eric Biggers
- [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl, Eric Biggers
- [PATCH v6 08/17] fs-verity: add the hook for file ->setattr(), Eric Biggers
- [PATCH v6 06/17] fs-verity: add inode and superblock fields, Eric Biggers
- [PATCH v6 07/17] fs-verity: add the hook for file ->open(), Eric Biggers
- [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing, Eric Biggers
- [PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing,
Darrick J. Wong
- [PATCH v6 0/4] vfs: make immutable files actually immutable,
Darrick J. Wong
- INFO: rcu detected stall in ext4_write_checks,
syzbot
- [PATCH] docs: filesystems: Remove uneeded .rst extension on toctables,
Mauro Carvalho Chehab
- [PATCH v5 0/5] vfs: make immutable files actually immutable,
Darrick J. Wong
- [PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing,
Darrick J. Wong
- [bug report] ext4: optimize case-insensitive lookups,
Dan Carpenter
- Kernel warnings about iov_iter_copy_from_user_atomic, Hendrik Jaeger
- [PATCH v4 0/7] vfs: make immutable files actually immutable,
Darrick J. Wong
- [PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing,
Darrick J. Wong
- [PATCH] quota: honor quote type in Q_XGETQSTAT[V] calls,
Eric Sandeen
- [PATCH v14 0/7] virtio pmem driver,
Pankaj Gupta
- [Bug 203943] New: ext4 corruption after RAID6 degraded; e2fsck skips block checks and fails,
bugzilla-daemon
- [PATCH] ext4: allow directory holes,
Theodore Ts'o
- [RFC PATCH v2 0/8] xfstests: add fs-verity tests,
Eric Biggers
- [PATCH] jbd2: drop declaration of journal_sync_buffer(),
Theodore Ts'o
- [PATCH v5 00/16] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry, Eric Biggers
- [PATCH v5 06/16] fs-verity: add inode and superblock fields, Eric Biggers
- [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS, Eric Biggers
- [PATCH v5 08/16] fs-verity: add the hook for file ->setattr(), Eric Biggers
- [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl, Eric Biggers
- [PATCH v5 12/16] fs-verity: add SHA-512 support, Eric Biggers
- [PATCH v5 07/16] fs-verity: add the hook for file ->open(), Eric Biggers
- [PATCH v5 14/16] ext4: add basic fs-verity support, Eric Biggers
- [PATCH v5 15/16] ext4: add fs-verity read support, Eric Biggers
- [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl, Eric Biggers
- [PATCH v5 16/16] f2fs: add fs-verity support, Eric Biggers
- [PATCH v5 13/16] fs-verity: support builtin file signatures, Eric Biggers
- [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages(), Eric Biggers
- [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing, Eric Biggers
- [PATCH v5 01/16] fs-verity: add a documentation file, Eric Biggers
- [PATCH v5 03/16] fs-verity: add UAPI header, Eric Biggers
- [PATCH v2 0/3] Add dirty range scoping to jbd2,
Ross Zwisler
- [PATCH] ext4: clean up kerneldoc warnigns when building with W=1, Theodore Ts'o
- [PATCH 0/3] Add dirty range scoping to jbd2,
Ross Zwisler
- [PATCH] ext4: remove redundant assignment to node,
Colin King
- [PATCH 08/16] ext4: Initialize timestamps limits,
Deepa Dinamani
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]