Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: Bug with "fix partial page writes" [3.2-rc regression], (continued)
- [PATCH] libext2: advance group in ext2fs_open2 during swapping,
Eric Sandeen
- e2fsprogs 1.42-WIP busted on big endian,
Eric Sandeen
- [PATCH V3 0/15] ext4: add new online resize interface,
Yongqiang Yang
- [PATCH V3 01/15] ext4: add a function which extends a group without checking parameters, Yongqiang Yang
- [PATCH V3 02/15] ext4: add a function which adds a new desc to a fs, Yongqiang Yang
- [PATCH V3 03/15] ext4: add a function which sets up a new group desc, Yongqiang Yang
- [PATCH V3 04/15] ext4: add a function which updates super block, Yongqiang Yang
- [PATCH V3 05/15] ext4: add a structure which will be used by 64bit-resize interface, Yongqiang Yang
- [PATCH V3 06/15] ext4: add a function which sets up group blocks of a flex groups, Yongqiang Yang
- [PATCH V3 07/15] ext4: add a function which adds several group descriptors, Yongqiang Yang
- [PATCH V3 08/15] ext4: add a function which sets up a flex groups each time, Yongqiang Yang
- [PATCH V3 09/15] ext4: enable ext4_update_super() to handle a flex groups, Yongqiang Yang
- [PATCH V3 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors, Yongqiang Yang
- [PATCH V3 11/15] ext4: add a new function which allocates bitmaps and inode tables, Yongqiang Yang
- [PATCH V3 12/15] ext4: add a new function which adds a flex group to a fs, Yongqiang Yang
- [PATCH V3 13/15] ext4: add new online resize interface, Yongqiang Yang
- [PATCH V3 14/15] ext4: let ext4_group_extend() use common code, Yongqiang Yang
- [PATCH V3 15/15] ext4: let ext4_group_add() use common code, Yongqiang Yang
- Re: [PATCH V3 0/15] ext4: add new online resize interface, Andreas Dilger
- [PATCH] ext4: protect extent cache with r/w spinlock., Vivek Haldar
- [PATCH v2] ext4: fix NULL pointer dereference from orig_data in fill_super and remount.,
Namjae Jeon
- [PATCH 0/3] ext4: cleanup xattr stuff,
Zheng Liu
- [PATCH 1/3] ext4: Remove kernel_lock annotations,
Richard Weinberger
- Re: [PATCH] ext4: fix NULL pointer dereference from orig_data in fill_super and remount., Srivatsa S. Bhat
- [PATCH 3/3] libquota: fix quota usage compute,
Niu
- [PATCH 2/3] tune2fs: preserve old limits when turn on quota feature,
Niu
- [PATCH 1/3] libquota: quota file read support,
Niu
- [PATCH v3] ext4: make quota as first class supported feature,
Aditya Kali
- Re: [PATCH v3] ext4: make quota as first class supported feature, Jan Kara
[PATCH 1/3] libquota: cleanup libquota code,
Aditya Kali
e2fsprogs: Avoid infinite loop in ext2fs_find_block_device(),
Niu
quotacheck on 'tune2fs -O quota',
Niu
[PATCH 0/2] ext4: remove a couple mount options,
Eric Sandeen
[GIT PULL] ext4 updates for 3.2, Theodore Ts'o
[PATCH -next] ext4: fix printk format warning in page-io,
Randy Dunlap
[PATCH] e2fsck: return more status if fsck aborts,
Eric Sandeen
[PATCH 0/8 bigalloc] ext4: change unit of extent's ee_len from block to cluster,
Robin Dong
[PATCH] ext4: fix a syntax error in ext4_ext_insert_extent,
Yongqiang Yang
[PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined,
Yongqiang Yang
[PATCH] ext4: let ext4_ext_convet_to_initialized initialize var(eh) before using it,
Yongqiang Yang
[PATCH] ext3: call ext3_mark_recovery_complete() when recovery is really needed,
Eryu Guan
[PATCH 2/2] jbd2: Unify log messages in jbd2 code,
Eryu Guan
[PATCH 1/2] jbd/jbd2: validate sb->s_first in journal_get_superblock(),
Eryu Guan
[PATCH 0/5] ext4: statistic of different data and metadata IO types,
Zheng Liu
[PATCH V3 0/6] ext4: add delayed extent tree for ext4,
Yongqiang Yang
[PATCH 1/3] ext4: move variables to its scope,
Yongqiang Yang
Re: PROBLEM: Kernel panic and system crash during RAID disk failure,
NeilBrown
[PATCH] ext4: remove comments about extent mount option in ext4_new_inode(),
Eryu Guan
[PATCH] ext2: Avoid creating new file in append-only dir when open(2) return error, Eryu Guan
[PATCH] ext3: Avoid creating new file in append-only dir when open(2) return error,
Eryu Guan
[PATCH] ext4: Avoid creating new file in append-only dir when open(2) return error,
Eryu Guan
[PATCH] Ext4: Don't normalize an falloc request if it can fit in 1 extent.,
Greg Harm
[PATCH 0/7] ext4: cleanups and regression fixes for grow/shrink logic V3,
Dmitry Monakhov
[BUG] e2fsprogs: mke2fs -S and e2fsck cannot recover on ext4,
Akira Fujita
bigalloc and max file size,
Andreas Dilger
[PATCH] ext4: expand commit callback,
Bobi Jam
[PATCH 1/4] ext4: fold two if statements into one,
Yongqiang Yang
[PATCH V1 00/17] ext4: Add inline data support.,
Tao Ma
- [PATCH V1 01/17] ext4: Move extra inode read to a new function., Tao Ma
- [PATCH V1 03/17] ext4: Add read support for inline data., Tao Ma
- [PATCH V1 10/17] ext4: let add_dir_entry handle inline data properly., Tao Ma
- [PATCH V1 08/17] ext4: Refactor __ext4_check_dir_entry to accepts start and size., Tao Ma
- [PATCH V1 09/17] ext4: Create __ext4_insert_dentry for dir entry insertion., Tao Ma
- [PATCH V1 05/17] ext4: Add journalled write support for inline data., Tao Ma
- [PATCH V1 07/17] ext4: Create a new function ext4_init_new_dir., Tao Ma
- [PATCH V1 06/17] ext4: Add delalloc support for inline data., Tao Ma
- [PATCH V1 04/17] ext4: Add normal write support for inline data., Tao Ma
- [PATCH V1 02/17] ext4: Add the basic function for inline data support., Tao Ma
- [PATCH V1 12/17] ext4: Create a new function search_dir., Tao Ma
- [PATCH V1 16/17] ext4: let ext4_rename handle inline dir., Tao Ma
- [PATCH V1 15/17] ext4: let empty_dir handle inline dir., Tao Ma
- [PATCH V1 13/17] ext4: let ext4_find_entry handle inline data., Tao Ma
- [PATCH V1 14/17] ext4: let ext4_delete_entry handle inline data., Tao Ma
- [PATCH V1 11/17] ext4: Let ext4_readdir handle inline data., Tao Ma
- [PATCH V1 17/17] ext4: Enable ext4 inline support., Tao Ma
- Message not available
Re: [PATCH V1 00/17] ext4: Add inline data support., Valdis . Kletnieks
translations updates modify tracked files during build, Eric Sandeen
[PATCH] ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle,
Eric Sandeen
[PATCH] ext4: avoid setting directory i_nlink to zero,
Andreas Dilger
[BUG] aborted ext4 leads to inifinity loop in balance_dirty_pages,
Kazuya Mio
[PATCH, RFC] ext4: fix race in xattr block allocation path,
Eric Sandeen
e2fsprogs: add exclude bitmap support in e2fsprogs,
Yongqiang Yang
[PATCH 1/5] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode,
Darrick J. Wong
How do I clear the append-only flag on symlinks?,
Andrew Lutomirski
[PATCH 0/6] ext4: cleanups and regression fixes for grow/shrink logic V2,
Dmitry Monakhov
ext4_ext_insert_index error,
Wu Fengguang
Latency writing to an mlocked ext4 mapping,
Andy Lutomirski
fsck.ext4 taking a very long time because of "should not have EOFBLOCKS_FL set",
Johannes Segitz
[PATCH 0/8] xfstests: Bunch of new tests,
Dmitry Monakhov
- [PATCH 1/8] xfstests: fsstress should kill children tasks before exit, Dmitry Monakhov
- [PATCH 2/8] xfstests: add different logging option to fsstress, Dmitry Monakhov
- [PATCH 3/8] xfstests: add fallocate support to fsstress, Dmitry Monakhov
- [PATCH 4/8] xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations, Dmitry Monakhov
- [PATCH 8/8] xfstests: add new quota stress test, Dmitry Monakhov
- [PATCH 6/8] xfstests: add fiemap operation, Dmitry Monakhov
- [PATCH 5/8] xfstests: Dump inode info when possible, Dmitry Monakhov
- [PATCH 7/8] xfstests: add new stress test, Dmitry Monakhov
- Re: new corruption pattern on ext4, Dmitry Monakhov
[PATCH 1/2] ext4: Allow quota file use root reservation,
Dmitry Monakhov
[RFC] Metadata Replication for Ext4,
Aditya Kali
[PATCH] fs: optimize out 16 bytes worth of padding in struct inode, Theodore Ts'o
Used dd to copy an ext4 filesystem, but target contained an old (mounted!) filesystem,
Bas van Schaik
[PATCH] ext4: fix wrong verification in ext4_ext_insert_index,
Yongqiang Yang
corruption on 3.1.0-rc9-next-20111011+,
Dan Carpenter
[PATCH] libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag, Theodore Ts'o
[PATCH] resize: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist,
Lukas Czerner
[PATCH] ext4: fix the deadlock in mpage_da_map_and_submit(),
Kazuya Mio
[PATCH] ext4: fix the deadlock in ext4_ordered_write_end(),
Akira Fujita
[PATCH] debugfs: Fix sprintf stack overflow,
Darrick J. Wong
[PATCH -next] jbd2: fix build when CONFIG_BUG is not enabled,
Randy Dunlap
[patch] ext4: error handling fix in ext4_ext_convert_to_initialized(),
Dan Carpenter
"- 8" in EXT2_MAX_BLOCKS_PER_GROUP,
Eric Sandeen
[PATCH] ext4: handle NULL p_ext in ext4_ext_next_allocated_block(),
Curt Wohlgemuth
[PATCH v2 00/28] ext4: Add metadata checksumming,
Darrick J. Wong
- [PATCH 01/28] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode, Darrick J. Wong
- [PATCH 02/28] ext4: ext4_rename should dirty dir_bh with the correct directory, Darrick J. Wong
- [PATCH 05/28] ext4: Fix endian problem in MMP initialization, Darrick J. Wong
- [PATCH 11/28] ext4: Calculate and verify inode checksums, Darrick J. Wong
- [PATCH 18/28] ext4: Calculate and verify checksums of directory leaf blocks, Darrick J. Wong
- [PATCH 19/28] ext4: Calculate and verify checksums of extended attribute blocks, Darrick J. Wong
- [PATCH 21/28] ext4: Add checksums to the MMP block, Darrick J. Wong
- [PATCH 27/28] jbd2: Checksum commit blocks, Darrick J. Wong
- [PATCH 28/28] jbd2: Checksum data blocks that are stored in the journal, Darrick J. Wong
- [PATCH 24/28] jbd2: Update structure definitions and flags to support extended checksumming, Darrick J. Wong
- [PATCH 26/28] jbd2: Checksum descriptor blocks, Darrick J. Wong
- [PATCH 22/28] jbd2: Update structure definitions and flags to support extended checksumming, Darrick J. Wong
- [PATCH 25/28] jbd2: Checksum revocation blocks, Darrick J. Wong
- [PATCH 23/28] jbd2: Grab a reference to the crc32c driver only when necessary, Darrick J. Wong
- [PATCH 20/28] ext4: Add new feature to make block group checksums use metadata_csum algorithm, Darrick J. Wong
- [PATCH 17/28] ext4: Calculate and verify checksums for htree nodes, Darrick J. Wong
[PATCH 14/28] ext4: Calculate and verify checksums for inode bitmaps, Darrick J. Wong
[PATCH 15/28] ext4: Calculate and verify block bitmap checksum, Darrick J. Wong
[PATCH 10/28] ext4: Calculate and verify superblock checksum, Darrick J. Wong
[PATCH 16/28] ext4: Verify and calculate checksums for extent tree blocks, Darrick J. Wong
[PATCH 12/28] ext4: Use i_generation in inode-related metadata checksums, Darrick J. Wong
[PATCH 08/28] ext4: Record the checksum algorithm in use in the superblock, Darrick J. Wong
[PATCH 09/28] ext4: Only call out to crc32c if necessary, Darrick J. Wong
[PATCH 07/28] ext4: Create a rocompat flag for extended metadata checksumming, Darrick J. Wong
[PATCH 06/28] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation, Darrick J. Wong
[PATCH 13/28] ext4: Create bitmap checksum helper functions, Darrick J. Wong
[PATCH 03/28] ext4: ext4_mkdir should dirty dir_block with the parent inode, Darrick J. Wong
[PATCH 04/28] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint, Darrick J. Wong
[PATCH v2 00/47] e2fsprogs: Add metadata checksumming,
Darrick J. Wong
- [PATCH 01/47] libext2fs: Read and write full size inodes, Darrick J. Wong
- [PATCH 04/47] libext2fs: Add inode checksum support, Darrick J. Wong
- [PATCH 02/47] libext2fs: Add metadata checksum flag, Darrick J. Wong
- [PATCH 07/47] e2fsck: Verify and correct inode checksums, Darrick J. Wong
- [PATCH 09/47] libext2fs: Create the inode bitmap checksum, Darrick J. Wong
- [PATCH 08/47] mke2fs: Allow metadata checksums to be turned on at mkfs time, Darrick J. Wong
- [PATCH 06/47] tune2fs: Add inode checksum support, Darrick J. Wong
- [PATCH 03/47] debugfs: Optionally ignore bad checksums, Darrick J. Wong
- [PATCH 11/47] dumpe2fs: Display inode bitmap checksum, Darrick J. Wong
- [PATCH 12/47] e2fsck: Verify inode bitmap checksum, Darrick J. Wong
- [PATCH 05/47] debugfs: Dump inode checksum when appropriate, Darrick J. Wong
- [PATCH 14/47] dumpe2fs: Display block bitmap checksum, Darrick J. Wong
- [PATCH 10/47] tune2fs: Rewrite inode bitmap checksums, Darrick J. Wong
- [PATCH 13/47] libext2fs: Create the block bitmap checksum, Darrick J. Wong
- [PATCH 17/47] tune2fs: Rewrite block bitmap checksums, Darrick J. Wong
- [PATCH 23/47] e2fsck: Verify htree root/node checksums, Darrick J. Wong
- [PATCH 16/47] e2fsck: Don't verify bitmap checksums, Darrick J. Wong
- [PATCH 15/47] e2fsck: Verify block bitmap checksum, Darrick J. Wong
- [PATCH 24/47] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes, Darrick J. Wong
- [PATCH 22/47] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers, Darrick J. Wong
- [PATCH 18/47] libext2fs: Verify and calculate extent tree block checksums, Darrick J. Wong
- [PATCH 19/47] tune2fs: Enable extent tree checksums, Darrick J. Wong
- [PATCH 20/47] libext2fs: Introduce dx_tail and dir_entry_tail, Darrick J. Wong
- [PATCH 21/47] debugfs: Print htree internal node checksums, Darrick J. Wong
- [PATCH 25/47] e2fsck: Check directory leaf block checksums, Darrick J. Wong
- [PATCH 26/47] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID, Darrick J. Wong
- [PATCH 27/47] libext2fs: Verify and calculate extended attribute block checksums, Darrick J. Wong
- [PATCH 31/47] e2fsck: Handle superblock checksum errors gracefully, Darrick J. Wong
- [PATCH 28/47] e2fsck: Check extended attribute block checksums, Darrick J. Wong
- [PATCH 29/47] tune2fs: Rewrite extended attribute block checksums, Darrick J. Wong
- [PATCH 33/47] libext2fs: Record the checksum algorithm in use in the superblock, Darrick J. Wong
- [PATCH 37/47] tune2fs: Rewrite block group checksums when changing bg_use_meta_csum feature, Darrick J. Wong
- [PATCH 30/47] libext2fs: Calculate and verify superblock checksums, Darrick J. Wong
- [PATCH 32/47] libext2fs: Use i_generation in inode-related metadata checksums, Darrick J. Wong
- [PATCH 44/47] e2fsck: Check revoke block checksum during recovery, Darrick J. Wong
- [PATCH 35/47] mke2fs: Record the checksum algorithm in use in the superblock, Darrick J. Wong
- [PATCH 34/47] tune2fs: Store checksum algorithm type in superblock, Darrick J. Wong
- [PATCH 38/47] mke2fs: Warn if not enabling all the features that metadata_csum wants, Darrick J. Wong
- [PATCH 40/47] e2fsck: Verify and correct MMP checksum problems, Darrick J. Wong
- [PATCH 39/47] libext2fs: Add checksum to MMP block, Darrick J. Wong
- [PATCH 45/47] e2fsck: Check descriptor block checksum when recovering journal, Darrick J. Wong
- [PATCH 42/47] libext2fs: Add feature flags for jbd2 v2 checksums, Darrick J. Wong
- [PATCH 36/47] libext2fs: Block group checksum should use metadata_csum algorithm (if feature flag set), Darrick J. Wong
- [PATCH 43/47] e2fsck: Check journal superblock checksum prior to recovery, Darrick J. Wong
- [PATCH 41/47] tune2fs: Force MMP update when changing metadata_csum flag, Darrick J. Wong
- [PATCH 47/47] e2fsck: Verify data block checksums when recovering journal, Darrick J. Wong
- [PATCH 46/47] e2fsck: Check commit block checksum during recovery, Darrick J. Wong
[PATCH] e2fsck: Recover revoke blocks on 64bit filesystems correctly,
Darrick J. Wong
[PATCH] ext4: Fix the wrong comment in ext4_ext_search_right.,
Tao Ma
[PATCH] ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.,
Tao Ma
[Ext4 Secure Delete 0/7 v4] Ext4 secure delete,
Allison Henderson
[PATCH] libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs,
Theodore Ts'o
[PATCH v4] [SIGNED-OFF] ext4: don't work without procfs,
Fabrice Jouhaud
[PATCH v3] [SIGNED-OFF] ext4: don't work without procfs,
Fabrice Jouhaud
fs: jdb/jbd2: Put identical code in a common header,
Thomas Gleixner
[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
[PATCH] mke2fs: Fix up usage & error text for cluster size specification,
Eric Sandeen
[PATCH 1/5] libquota: remove get_qf_path(),
Theodore Ts'o
[PATCH v2] ext4: don't work without procfs,
Yargil
[PATCH] e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case,
Eric Sandeen
mkfs'ing a 48-bit fs... or not.,
Eric Sandeen
[PATCH] ext4: don't work without procfs,
Yargil
Plan for reducing i_mutex in ext4,
Allison Henderson
Oops in block/ext4 layer on USB3 hard drive connect,
Sarah Sharp
[PATCH] e2fsprogs: include headers for open() in ext2fs.h,
Eric Sandeen
[PATCH] e2fsprogs: use ALL_CFLAGS to build gen_crc32ctable,
Eric Sandeen
3.1-rc8 OOPS in jbd2_journal_file_inode (fs/jbd2/transaction.c line 2142),
Justin Gottula
[PATCH 1/6] RFC: introduce extended inode owner identifier v8,
Dmitry Monakhov
e2fsprogs 1.42-WIP-1001.tar.gz released, Theodore Ts'o
[BUG] copy file result with zero,
Dave Young
[PATCH] ext4: Fix comparison endianness problem in MMP initialization,
Darrick J. Wong
[PATCH] libext2fs: Always swab MMP block on BE machines,
Darrick J. Wong
[PATCH] e2fsck: When restarting fsck on account of MMP, zero ctx->fs after fs is freed,
Darrick J. Wong
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]