Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [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
[PATCH] libext2fs: Fix various errors result from crc32c/metadata checksum integration,
Darrick J. Wong
[PATCH v4] crc32c: Implement CRC32c with slicing-by-8 algorithm,
Darrick J. Wong
[PATCH v2] ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten.,
Tao Ma
[PATCH] ext4: Avoid stamping on other memories in ext4_ext_insert_index.,
Tao Ma
[patch 0/5] per-zone dirty limits v3,
Johannes Weiner
[patch 1/5] mm: exclude reserved pages from dirtyable memory, Johannes Weiner
[patch 2/5] mm: writeback: cleanups in preparation for per-zone dirty limits, Johannes Weiner
[RFC V2] ext4: implementation of delayed extent tree,
Yongqiang Yang
[PATCH 1/2] libquota: use ext2fs byte swapping functions for portability,
Theodore Ts'o
[PATCH v3] crc32c: Implement CRC32c with slicing-by-8 algorithm, Darrick J. Wong
[PATCH 2/2 V2] Add SEEK_HOLE/SEEK_DATA support, Jeff Liu
[PATCH 1/2 V2] Consolidate delayed-extents fetch procedure to ext4_get_delayed_extent(), Jeff Liu
Add SEEK_DATA/SEEK_HOLE support V2,
Jeff Liu
[patch]ext4: add block plug for .writepages,
Shaohua Li
[PATCH v2 0/3] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
[RFC] Add inline data support in ext4,
Tao Ma
[PATCH] Add SEEK_DATA/SEEK_HOLE support,
Jeff Liu
Re: [BUG] INFO: inconsistent lock state, Srivatsa S. Bhat
[PATCH 1/2] ext4: optimize ext4_ext_convert_to_initialized(),
Eric Gouriou
[PATCH 1/4] misc: quiet minor compiler errors,
Andreas Dilger
[RFC] jbd2 metadata checksumming,
Darrick J. Wong
[PATCH] ext4/xattr_security.c: local functions should be static,
H Hartley Sweeten
[PATCH] ext4/extents.c: quiet sparse noise about plain integer as NULL pointer,
H Hartley Sweeten
[PATCH] ext4/ioctl.c: copy_{from,to}_user expect __user pointers,
H Hartley Sweeten
[PATCH] ext4/ialloc.c: functions should not be declared extern,
H Hartley Sweeten
[PATCH] ext4/fsync.c: functions should not be declared extern,
H Hartley Sweeten
[PATCH] ext3/xattr_seciruty.c: local functions should be static,
H Hartley Sweeten
[PATCH] ext3/balloc.c: local functions should be static,
H Hartley Sweeten
[PATCH] ext2/xattr_security.c: local functions should be static,
H Hartley Sweeten
[PATCH] Add better example about how to compress e2image raw image,
Carlos Maiolino
[PATCH e2fsprogs] Add flag to ext2fs_flush and ext2fs_close to avoid fsync.,
Richard W.M. Jones
[PATCH 0/2] ext4: Some MMP fixes,
Nikitas Angelinas
EXT4: lockdep complaints on 3.1-rc4+,
Dmitry Torokhov
[PATCH 0/4] ext4: cleanup and bugfixes for grow/shrink logic,
Dmitry Monakhov
[patch 0/4] 50% faster writing to your USB drive!*,
Johannes Weiner
What to put for unknown stripe-width?,
torn5
I'm getting a crash in journal_commit_transaction(),
Mohanan, Rajmohan
[PATCH 1/2] xfstest: fsstress should kill children tasks before exit,
Dmitry Monakhov
[PATCH] e2fsck: add migration inodes cleanup support, Dmitry Monakhov
[PATCH 1/3] ext4: migrate cleanup,
Dmitry Monakhov
[PATCH] debugfs: initialize inode to 0 in list_dir_proc() if no inode nr,
Eric Sandeen
[PATCH 00/25] e2fsprogs: Misc cleanups & fixes,
Eric Sandeen
- [PATCH 01/25] libext2: Fix EXT2_LIB_SOFTSUPP masking, Eric Sandeen
- [PATCH 04/25] mke2fs: remove impossible tests for null usage_types, Eric Sandeen
- [PATCH 02/25] e2fsprogs: Remove impossible name_len tests., Eric Sandeen
- [PATCH 13/25] e2fsprogs: Fix some error cleanup path bugs, Eric Sandeen
- [PATCH 15/25] filefrag: Fix uninitialized "expected" value, Eric Sandeen
- [PATCH 17/25] mke2fs: Do not let -t or -T be specified more than once, Eric Sandeen
- [PATCH 24/25] e4defrag: Check error return of sysconf(), Eric Sandeen
- [PATCH 25/25] mke2fs: free tdb_dir string if it came from the profile, Eric Sandeen
- [PATCH 23/25] e2fsprogs: Don't try to close an fd which is negative, Eric Sandeen
- [PATCH 20/25] test_icount: fclose() before exit, Eric Sandeen
- [PATCH 18/25] e2initrd_helper: Fix memory leak on error, Eric Sandeen
- [PATCH 16/25] e2fsck: remove extraneous memset, Eric Sandeen
- [PATCH 22/25] tune2fs: handle inode and/or block bitmap read failures in resize_inode(), Eric Sandeen
- [PATCH 03/25] fsck: fix -C option parsing, Eric Sandeen
- [PATCH 21/25] e2fsck: Fix leaks in error paths, Eric Sandeen
- [PATCH 19/25] libext2: Fix leaks in write_bitmaps on error returns, Eric Sandeen
- [PATCH 14/25] subst: Fix free of uninit pointers, Eric Sandeen
- [PATCH 12/25] e2fsck: Don't store old_op from ehandler_operation if we don't restore it., Eric Sandeen
- [PATCH 11/25] libe2p: reach unreachable code, Eric Sandeen
- [PATCH 09/25] uuidd: Add missing break to option case statement, Eric Sandeen
- [PATCH 08/25] e2fsprogs: annotate intentional fallthroughs in case statements, Eric Sandeen
- [PATCH 06/25] libext2fs: Potential null ptr deref in undo_err_handler_init, Eric Sandeen
- [PATCH 05/25] libext2: move buf variable completely under ifdef, Eric Sandeen
- [PATCH 10/25] freefrag: fix up getopt case statement, Eric Sandeen
- [PATCH 07/25] e2fsck: handle null fs in print_pathname(), Eric Sandeen
- Re: [PATCH 00/25] e2fsprogs: Misc cleanups & fixes, Eric Sandeen
Re: [PATCH 2/3] ext4: fix quota accounting during inode migration, Dmitry Monakhov
[PATCH] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint,
Darrick J. Wong
[PATCH 0/2] On disk format changes - V3,
Theodore Ts'o
Re: On-disk field assignments for metadata checksum and snapshots,
Amir Goldstein
[PATCH 1/4] ext4: use stream-alloc when mb_group_prealloc set to zero,
Robin Dong
[PATCH] libext2fs: reserve exclude bitmap fields in group descriptor,
Amir Goldstein
[PATCH] ext4: let ext4_page_mkwrite stop started handle in failure,
Yongqiang Yang
[PATCH] libquota: fix "make install" so it works in with a VPATH build directory,
Theodore Ts'o
[PATCH] libext2fs: add new test: tst_inode_size,
Theodore Ts'o
[PATCH] ext4: Check io list state and avoid an unnecessary mutex_lock in ext4_end_io_work.,
Tao Ma
[PATCH] ext4: Don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state.,
Tao Ma
Storing inode block device information in struct sb_info, shweta saxena
i_mutex questions,
Allison Henderson
New e2fsprogs release?, Eric Sandeen
Bug In ext4 in kernels > 2.6.39 - Not mounting with arguments/options I specify in fstab on root remount,
Matt Parnell
Re: Bug In ext4 in kernels > 2.6.39 - Not mounting with arguments/options I specify in fstab on root remount, Eric Sandeen
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]