Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: kernel BUG at fs/ext4/extents.c:2766!, (continued)
- [PATCH v3 00/54] e2fsprogs: Add metadata checksumming,
Darrick J. Wong
- [PATCH 04/54] libext2fs: Precompute FS UUID checksum seed, Darrick J. Wong
- [PATCH 03/54] debugfs: Optionally ignore bad checksums, Darrick J. Wong
- [PATCH 02/54] libext2fs: Change ext4 on-disk layout to support metadata checksumming, Darrick J. Wong
- [PATCH 06/54] debugfs: Dump inode checksum when appropriate, Darrick J. Wong
- [PATCH 07/54] tune2fs: Add inode checksum support, Darrick J. Wong
- [PATCH 01/54] libext2fs: Read and write full size inodes, Darrick J. Wong
- [PATCH 05/54] libext2fs: Add inode checksum support, Darrick J. Wong
- [PATCH 09/54] mke2fs: Allow metadata checksums to be turned on at mkfs time, Darrick J. Wong
- [PATCH 08/54] e2fsck: Verify and correct inode checksums, Darrick J. Wong
- [PATCH 12/54] dumpe2fs: Display inode bitmap checksum, Darrick J. Wong
- [PATCH 13/54] e2fsck: Verify inode bitmap checksum, Darrick J. Wong
- [PATCH 10/54] libext2fs: Create the inode bitmap checksum, Darrick J. Wong
- [PATCH 11/54] tune2fs: Rewrite inode bitmap checksums, Darrick J. Wong
- [PATCH 14/54] libext2fs: Create the block bitmap checksum, Darrick J. Wong
- [PATCH 15/54] dumpe2fs: Display block bitmap checksum, Darrick J. Wong
- [PATCH 16/54] e2fsck: Verify block bitmap checksum, Darrick J. Wong
- [PATCH 19/54] libext2fs: Verify and calculate extent tree block checksums, Darrick J. Wong
- [PATCH 20/54] tune2fs: Enable extent tree checksums, Darrick J. Wong
- [PATCH 21/54] e2fsck: Verify extent tree blocks and clear the bad ones, Darrick J. Wong
- [PATCH 17/54] e2fsck: Don't verify bitmap checksums, Darrick J. Wong
- [PATCH 18/54] tune2fs: Rewrite block bitmap checksums, Darrick J. Wong
- [PATCH 27/54] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID, Darrick J. Wong
- [PATCH 22/54] debugfs: Print htree internal node checksums, Darrick J. Wong
- [PATCH 23/54] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers, Darrick J. Wong
- [PATCH 25/54] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes, Darrick J. Wong
- [PATCH 31/54] libext2fs: Calculate and verify superblock checksums, Darrick J. Wong
- [PATCH 28/54] libext2fs: Verify and calculate extended attribute block checksums, Darrick J. Wong
- [PATCH 26/54] e2fsck: Check directory leaf block checksums, Darrick J. Wong
- [PATCH 30/54] tune2fs: Rewrite extended attribute block checksums, Darrick J. Wong
- [PATCH 24/54] e2fsck: Verify htree root/node checksums, Darrick J. Wong
- [PATCH 32/54] e2fsck: Handle superblock checksum errors gracefully, Darrick J. Wong
- [PATCH 29/54] e2fsck: Check extended attribute block checksums, Darrick J. Wong
- [PATCH 36/54] libext2fs: Block group checksum should use metadata_csum algorithm, Darrick J. Wong
- [PATCH 33/54] libext2fs: Record the checksum algorithm in use in the superblock, Darrick J. Wong
- [PATCH 37/54] e2fsck: Ensure block group checksum uses metadata_csum algorithm, Darrick J. Wong
- [PATCH 39/54] mke2fs: Write new group descriptors with the appropriate checksum, Darrick J. Wong
- [PATCH 41/54] libext2fs: Add checksum to MMP block, Darrick J. Wong
- [PATCH 34/54] tune2fs: Store checksum algorithm type in superblock, Darrick J. Wong
- [PATCH 38/54] tune2fs: Rewrite block group checksums when changing checksumming feature flags, Darrick J. Wong
- [PATCH 45/54] libext2fs: Dump feature flags for jbd2 v2 checksums, Darrick J. Wong
- [PATCH 43/54] tune2fs: Force MMP update when changing metadata_csum flag, Darrick J. Wong
- [PATCH 35/54] mke2fs: Record the checksum algorithm in use in the superblock, Darrick J. Wong
- [PATCH 44/54] libext2fs: Change on-disk journal layout to support metadata checksumming, Darrick J. Wong
- [PATCH 42/54] e2fsck: Verify and correct MMP checksum problems, Darrick J. Wong
- [PATCH 46/54] e2fsck: Check journal superblock checksum prior to recovery, Darrick J. Wong
- [PATCH 40/54] mke2fs: Warn if not enabling all the features that metadata_csum wants, Darrick J. Wong
- [PATCH 49/54] e2fsck: Check commit block checksum during recovery, Darrick J. Wong
- [PATCH 50/54] e2fsck: Verify data block checksums when recovering journal, Darrick J. Wong
- [PATCH 53/54] e2fsck: Refactor crc32_be code, Darrick J. Wong
- [PATCH 52/54] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation, Darrick J. Wong
- [PATCH 47/54] e2fsck: Check revoke block checksum during recovery, Darrick J. Wong
- [PATCH 51/54] libext2fs: Enable support for the metadata checksumming feature, Darrick J. Wong
- [PATCH 48/54] e2fsck: Check descriptor block checksum when recovering journal, Darrick J. Wong
- [PATCH 54/54] mke2fs: Enable metadata_csum on ext4dev filesystems, Darrick J. Wong
- Re: [PATCH v3 00/54] e2fsprogs: Add metadata checksumming, Ted Ts'o
- [PATCH v3 00/23] ext4: Add metadata checksumming,
Darrick J. Wong
- [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation, Darrick J. Wong
- [PATCH 02/23] ext4: Change on-disk layout to support extended metadata checksumming, Darrick J. Wong
- [PATCH 07/23] ext4: Calculate and verify checksums for inode bitmaps, Darrick J. Wong
- [PATCH 20/23] jbd2: Checksum descriptor blocks, Darrick J. Wong
- [PATCH 19/23] jbd2: Checksum revocation blocks, Darrick J. Wong
- [PATCH 17/23] jbd2: Grab a reference to the crc32c driver only when necessary, Darrick J. Wong
- [PATCH 23/23] ext4/jbd2: Add metadata checksumming to the list of supported features, Darrick J. Wong
- [PATCH 18/23] jbd2: Checksum journal superblock, Darrick J. Wong
- [PATCH 22/23] jbd2: Checksum data blocks that are stored in the journal, Darrick J. Wong
- [PATCH 21/23] jbd2: Checksum commit blocks, Darrick J. Wong
- [PATCH 14/23] ext4: Add checksums to the MMP block, Darrick J. Wong
- [PATCH 10/23] ext4: Calculate and verify checksums for htree nodes, Darrick J. Wong
- [PATCH 13/23] ext4: Make block group checksums use metadata_csum algorithm, Darrick J. Wong
- [PATCH 12/23] ext4: Calculate and verify checksums of extended attribute blocks, Darrick J. Wong
- [PATCH 03/23] ext4: Record the checksum algorithm in use in the superblock, Darrick J. Wong
- [PATCH 08/23] ext4: Calculate and verify block bitmap checksum, Darrick J. Wong
- [PATCH 16/23] jbd2: Enable journal clients to enable v2 checksumming, Darrick J. Wong
- [PATCH 15/23] jbd2: Change disk layout for metadata checksumming, Darrick J. Wong
- [PATCH 11/23] ext4: Calculate and verify checksums of directory leaf blocks, Darrick J. Wong
- [PATCH 06/23] ext4: Calculate and verify inode checksums, Darrick J. Wong
- [PATCH 04/23] ext4: Only call out to crc32c if necessary, Darrick J. Wong
- [PATCH 05/23] ext4: Calculate and verify superblock checksum, Darrick J. Wong
- [PATCH 09/23] ext4: Verify and calculate checksums for extent tree blocks, Darrick J. Wong
- [PATCH] ext4: Update s_free_{inodes,blocks}_count during online resize,
Darrick J. Wong
- [Bug 42872] New: fstat()/ext3_iget() sometime takes over 2 minutes...,
bugzilla-daemon
- [PATCH 00/19] Fix filesystem freezing deadlocks,
Jan Kara
- [RFC] fadvise: add more flags to provide a hint for block allocation,
Zheng Liu
- [PATCH 1/4] e2fsck: Discard only unused parts of inode table,
Lukas Czerner
- [PATCH] libext2fs: check for fallocate symbol before using it,
Mike Frysinger
- [PATCH] configure: sort AC_CHECK_FUNCS list,
Mike Frysinger
- [PATCH 01/11] ext4: remove deprecation warnings for minix_df and grpid,
Theodore Ts'o
- [PATCH 07/11] ext4: move ext4_show_options() after parse_options(), Theodore Ts'o
- [PATCH 04/11] ext4: simplify handling of the errors=* mount options, Theodore Ts'o
- [PATCH 02/11] ext4: remove Opt_ignore, Theodore Ts'o
- [PATCH 03/11] ext4: remove the I_VERSION mount flag and use the super_block flag instead, Theodore Ts'o
- [PATCH 06/11] ext4: use a table-driven handler for mount options, Theodore Ts'o
- [PATCH 09/11] ext4: add debugging /proc file showing file system options, Theodore Ts'o
- [PATCH 11/11] ext4: try to deprecate noacl and noxattr_user mount options, Theodore Ts'o
- [PATCH 05/11] ext4: unify handling of mount options which have been removed, Theodore Ts'o
- [PATCH 08/11] ext4: make ext4_show_options() be table-driven, Theodore Ts'o
- [PATCH 10/11] ext4: ignore mount options supported by ext2/3 (but have since been removed), Theodore Ts'o
- Re: [linux-pm] [Patch] JBD and JBD2 missing set_freezable(),
Rafael J. Wysocki
- [Bug 42859] New: kernel BUG at fs/ext4/extents.c:1953,
bugzilla-daemon
- [RESEND][PATCH] ext4: add error handling when discarding is fail in FITRIM ioctl.,
Namjae Jeon
- Some interesting input from a flash manufacturer,
Theodore Ts'o
- [PATCH 0/7, v2] fs: fix up AIO+DIO+O_SYNC to actually do the sync part,
Jeff Moyer
- [PATCH] ext4: Add comments to definition of ext4_io_end_t,
Curt Wohlgemuth
- [PATCH] ext4: Don't release page refs in ext4_end_bio(),
Curt Wohlgemuth
- [PATCH v2] REQ_META set during meta data write,
Saugata Das
- [PATCH 1/4 v2] ext4: fix start and len arguments handling in ext4_trim_fs(),
Lukas Czerner
- [PATCH v2] ext3: fix start and len arguments handling in ext3_trim_fs(),
Lukas Czerner
- [PATCH 1/3] ext4: Rewrite punch hole to use ext4_ext_remove_space(),
Lukas Czerner
- [PATCH] REQ_META set during meta data write,
Saugata Das
- [PATCH 1/2] ext3: fix start and len arguments handling in ext3_trim_fs(),
Lukas Czerner
- [PATCH 1/5] ext4: fix start and len arguments handling in ext4_trim_fs(),
Lukas Czerner
- Bad performance of ext4 with kernel 3.0.17,
Xupeng Yun
- [patch] ext4: fix race between sync and completed io work,
Jeff Moyer
- getdents - ext4 vs btrfs performance,
Jacek Luczak
- [PATCH 1/1] ext4: Remove empty index blocks when punching holes,
Allison Henderson
mkfs.ext4 vs. e2fsck discard oddities,
Eric Sandeen
Why does e2fsck stop on system clock differences?, Eric Sandeen
[PATCH 1/2 v3] e2fsck: Discard only unused parts of inode table,
Lukas Czerner
[RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter,
Dave Kleikamp
[RFC PATCH 20/22] ext4: add support for read_iter, write_iter, and direct_IO_bvec, Dave Kleikamp
[RFC] ext4: block reservation allocation,
Zheng Liu
[PATCH] ext4: fix format flag in ext4_ext_binsearch_idx(), Zheng Liu
[PATCH] ext4: cleanup in ext4_discard_allocated_blocks(),
Zheng Liu
[PATCH] ext4: ignore ext3/ext2 only mount options,
Tom Gundersen
[patch] ext4: clean up the flags passed to __blockdev_direct_IO for extent-based files,
Jeff Moyer
[PATCH] libext2fs: include sys/time.h for gettimeofday(),
Mike Frysinger
[PATCH] ext3: fix start and len arguments handling in ext3_trim_fs(),
Lukas Czerner
[RESEND] [PATCH 1/2 v2] e2fsck: Discard only unused parts of inode table,
Lukas Czerner
[PATCH] build: fix compile warnings on OSX,
Andreas Dilger
[PATCH] libquota: don't include system quota.h header,
Andreas Dilger
[Bug 42512] [BUG] D state process after unplug and umount usb disk,
bugzilla-daemon
[PATCH] libext2: clear BG_BLOCK_UNINIT in any group containing metadata,
Eric Sandeen
[PATCH 1/2 v2] e2fsck: Discard only unused parts of inode table,
Lukas Czerner
[PATCH] ext4: modify the implementation of quota reservation in bigalloc and delay-allocation, Robin Dong
Mkfs option to choose where metadata will be stored,
Roberto Ragusa
[PATCH] e2image: skip uninitialized bitmaps and inode tables,
Phillip Susi
[PATCH 65/73] ext2: Add ext2_dirent_in_use() [ver #2], David Howells
[PATCH 69/73] ext2: Add fallthru support [ver #2],
David Howells
[PATCH 68/73] ext2: Add whiteout and opaque directory support [ver #2], David Howells
[PATCH] e2image: add -a switch to include all data,
Phillip Susi
[PATCH 1/2] e2fsck: Discard only unused parts of inode table,
Lukas Czerner
[PATCH] libext2fs: support O_DIRECT functionality for Mac OS X, Theodore Ts'o
[PATCH] libext2fs: don't mark the superblock as dirty if the fs was opened r/o, Theodore Ts'o
[PATCH] e2fsck: check new sysfs interface to determine if we are on battery,
Theodore Ts'o
[PATCH] libquota: fix invalid return in non-void function, Theodore Ts'o
[PATCH] ext4: remove EXT4_MB_{BITMAP,BUDDY} macros,
Theodore Ts'o
[PATCH] FS: ext4: fix integer overflow in alloc_flex_gd(),
Haogang Chen
utf8only option, "Martin v. Löwis"
e2fsck discard errors,
Phillip Susi
e2image doesn't get backup superblocks?,
Phillip Susi
16 TB filesystem limit on 32bit machine,
Rabeeh Khoury
[PATCH V4 00/22] ext4: Add inline data support,
Tao Ma
- [PATCH V4 01/22] ext4: Move extra inode read to a new function., Tao Ma
- [PATCH V4 02/22] ext4: export inline xattr functions., Tao Ma
- [PATCH V4 03/22] ext4: Add the basic function for inline data support., Tao Ma
- [PATCH V4 04/22] ext4: Add read support for inline data., Tao Ma
- [PATCH V4 05/22] ext4: Add normal write support for inline data., Tao Ma
- [PATCH V4 07/22] ext4: Add delalloc support for inline data., Tao Ma
- [PATCH V4 08/22] ext4: Create a new function ext4_init_new_dir., Tao Ma
- [PATCH V4 10/22] ext4: Create __ext4_insert_dentry for dir entry insertion., Tao Ma
- [PATCH V4 09/22] ext4: Refactor __ext4_check_dir_entry to accepts start and size., Tao Ma
- [PATCH V4 06/22] ext4: Add journalled write support for inline data., Tao Ma
- [PATCH V4 22/22] ext4: Enable ext4 inline support., Tao Ma
- [PATCH V4 17/22] ext4: let empty_dir handle inline dir., Tao Ma
- [PATCH V4 15/22] ext4: make ext4_delete_entry generic., Tao Ma
- [PATCH V4 12/22] ext4: Let ext4_readdir handle inline data., Tao Ma
- [PATCH V4 18/22] ext4: let ext4_rename handle inline dir., Tao Ma
- [PATCH V4 14/22] ext4: let ext4_find_entry handle inline data., Tao Ma
- [PATCH V4 13/22] ext4: Create a new function search_dir., Tao Ma
- [PATCH V4 16/22] ext4: let ext4_delete_entry handle inline data., Tao Ma
- [PATCH V4 21/22] ext4: let ext4_truncate handle inline data correctly., Tao Ma
- [PATCH V4 20/22] ext4: Evict inline data out if we needs to strore xattr in inode., Tao Ma
- [PATCH V4 11/22] ext4: let add_dir_entry handle inline data properly., Tao Ma
- [PATCH V4 19/22] ext4: Let fiemap work with inline data., Tao Ma
- Re: [PATCH V4 01/22] ext4: Move extra inode read to a new function., Andreas Dilger
- Re: [PATCH V4 00/22] ext4: Add inline data support, Andreas Dilger
e2fsck and backup superblocks,
Phillip Susi
[PATCH] libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature, Theodore Ts'o
[PATCH V2] ext4: avoid deadlock on sync-mounted FS w/o journal,
Eric Sandeen
[PATCH 1/2] e2image: truncate raw image file to correct size,
Phillip Susi
[PATCH 01/18] Added hacking menu for override optimization by GCC.,
Radosław Smogura
- [PATCH 02/18] Change of refcounting method for compound pages and atomic heads, Radosław Smogura
- Re: [PATCH 01/18] Added hacking menu for override optimization by GCC., Randy Dunlap
- [PATCH 08/18] Generic routines for defragmenting pagecache., Radosław Smogura
- [PATCH 18/18] [WIP] Dummy patch for details, Radosław Smogura
- [PATCH 13/18] Zapping and freeing huge mappings, Radosław Smogura
- [PATCH 06/18] Make migrate pages fucntion more flexible., Radosław Smogura
- Re: [PATCH 01/18] Added hacking menu for override optimization by GCC., Michal Nazarewicz
- [PATCH 03/18] Compound read / write locking aka get / put., Radosław Smogura
- [PATCH 12/18] Additional macros for pmd operations, Radosław Smogura
- [PATCH 15/18] Splitting and truncating, Radosław Smogura
- [PATCH 14/18] Fixes for proc memory, Radosław Smogura
- [PATCH 17/18] [Experimental] Support for huge pages in EXT 4, Radosław Smogura
- [PATCH 11/18] Basic support (faulting) for huge pages for shmfs, Radosław Smogura
- [PATCH 04/18] Page flag for tracking compound deque, Radosław Smogura
- [PATCH 09/18] Allowing usage of MAP_HUGETLB in mmap, Radosław Smogura
- [PATCH 16/18] SHM: Support for splitting on truncation, Radosław Smogura
- [PATCH 07/18] Configuration menu for Huge Page Cache, Radosław Smogura
- [PATCH 05/18] Various VM_BUG_ON for securing tail pages usage, Radosław Smogura
- [PATCH 10/18] Support for huge page faulting, Radosław Smogura
[patch, resend] ext4: fix race between unwritten extent conversion and truncate,
Jeff Moyer
[WIP 11/18] Basic support (faulting) for huge pages for shmfs,
Radosław Smogura
[RFC] new infrastructure for manipulating different extent format, Robin Dong
[PATCH 0/8 v3] Checkpointing fixes and cleanups,
Jan Kara
Journal async commit broken for data=ordered?,
Jan Kara
[PATCH] ext4: Issue cache flush on data partition when converting unwritten extents, Jan Kara
Re: [SOLVED] (was "Re: Restoring filenames from partly damaged ext4-filesystem"),
Maar, Roberto
[Bug 42763] New: directory access hangs without error,
bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
- [Bug 42763] directory access hangs without error, bugzilla-daemon
Punch hole problem on PAGE_SIZE > blocksize,
Lukas Czerner
Null pointer deref in do_aio_submit,
Sage Weil
[PATCH 0/4] Generic O_SYNC AIO DIO handling,
Jan Kara
[PATCH 36/60] jbd2: remove the second argument of k[un]map_atomic(), Cong Wang
[PATCH 35/60] jbd: remove the second argument of k[un]map_atomic(), Cong Wang
[PATCH 32/60] ext2: remove the second argument of k[un]map_atomic(), Cong Wang
Restoring filenames from partly damaged ext4-filesystem,
Rudolf Zran
[PATCH] ext4: fix wrong counting of s_dirtyclusters_counter for bigalloc in race condition, Robin Dong
[PATCH] mke2fs: recognize mke4fs program name,
Eric Sandeen
[PATCH v2] ext3: Update ctime in ext3_splice_branch() only when needed,
Kazuya Mio
[PATCH] jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer,
Eric Sandeen
[PATCH] xfstests: fix msync() call in fsx.c:domapwrite(),
Curt Wohlgemuth
[PATCH] e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use, Theodore Ts'o
[PATCH 0/2 -v2] Clean up bitmap loading,
Theodore Ts'o
sparsify - utility to punch out blocks of 0s in a file,
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]