Linux Ext4 Filesystem Development
[Prev Page][Next Page]
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
sane fsck default behavior for "Entry ... in ... has deleted/unused inode .... Clear? yes",
Hin-Tak Leung
[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy,
bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
- [Bug 42723] EXT4-fs error: ext4_mb_generate_buddy, bugzilla-daemon
3.2.2: edquota: WARNING - /dev/md2: cannot change current block allocation,
Carlos Carvalho
[PATCH] ext4: fix resize when resizing within single group,
Lukas Czerner
Ext4 developer's workshop website is now up,
Theodore Ts'o
[PATCH] ext4: s_dirtyclusters_counter should tranform to unit of cluster before assigning to "dirty_clusters" in ext4_has_free_clusters(),
Robin Dong
Delayed Extent Tree and Extent Lock Tree,
Allison Henderson
[PATCH] libext2fs: quiet spurious group checksum errors,
Andreas Dilger
[PATCH] ext4: let getattr report the right blocks in delalloc+bigalloc.,
Tao Ma
[PATCH -next] ext4: fix balloc.c printk format warning, Randy Dunlap
Bigalloc ENOSPC woes,
Eric Sandeen
[PATCH] ext4: avoid deadlock on sync-mounted ext2 FS,
Martin Wilck
[Bug 42694] New: lvcreate: lock held when returning to user space, bugzilla-daemon
[PATCH 1/2] ext3: Don't call dquot_free_block() if we don't update anything,
Kazuya Mio
[PATCH 2/2] ext3: Don't update ctime in ext3_splice_branch(),
Kazuya Mio
[PATCH 0/2] ext3: Reduce calling ext3_mark_inode_dirty() for speedup,
Kazuya Mio
3.2 and 3.1 filesystem scalability measurements,
Eric Whitney
Re: 3.2 and 3.1 filesystem scalability measurements, Cédric Villemain
Re: Ext4 Kernel Crash,
Jesper Juhl
New warning: Unable to get device geometry for [filename],
Richard W.M. Jones
[patch|rfc][0/3] fix aio+dio+O_SYNC writes,
Jeff Moyer
[PATCH] ext2: Replace tests of write IO errors using buffer_uptodate, Jan Kara
[patch] ext4: fix race between unwritten extent conversion and truncate,
Jeff Moyer
[patch] ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate(),
Dan Carpenter
[patch|rfc] ext4: fix race between unwritten extent conversion and truncate,
Jeff Moyer
Does Ext4 support parallel write similar to XFS?,
Amit Sahrawat
[patch] ext4: remove an unneeded NULL check,
Dan Carpenter
[PATCH v4 0/8] ext4: io type accouting,
Zheng Liu
[RFC] Add new extent structure in ext4,
Robin Dong
[PATCH] ext4: add error handling when discarding is fail in FITRIM ioctl,
Namjae Jeon
Ext4 Filesystem recovery ...,
Paul Richter
Question about writable ext4-snapshot,
Robin Dong
[PATCH 0/8] Fix filesystem freezing,
Jan Kara
Ext4 bigalloc and sparc ext3 16k blocksize,
Bluflonalgul
[PATCH] Make wordwrap.pl work with perl 5.12.1, Jan Kara
[PATCH] quota: Remove unnecessary definitions,
Jan Kara
ext4 crashes on nfs server,
muellejo
[PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
- [PATCH 01/13] crc32: removed two instances of trailing whitespaces, Darrick J. Wong
- [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/, Darrick J. Wong
- [PATCH 03/13] crc32: Simplify unit test code, Darrick J. Wong
- [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code, Darrick J. Wong
- [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts, Darrick J. Wong
- [PATCH 12/13] crc32: Add self-test code for crc32c, Darrick J. Wong
- [PATCH 10/13] crc32: Bolt on crc32c, Darrick J. Wong
- [PATCH 11/13] crypto: crc32c should use library implementation, Darrick J. Wong
- [PATCH 13/13] crc32: Select an algorithm via kconfig, Darrick J. Wong
- [PATCH 09/13] crc32: Add note about this patchset to crc32.c, Darrick J. Wong
- [PATCH 05/13] crc32: Fix mixing of endian-specific types, Darrick J. Wong
- [PATCH 08/13] crc32: Optimize loop counter for x86, Darrick J. Wong
- [PATCH 04/13] crc32: Miscellaneous cleanups, Darrick J. Wong
- Re: [PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code, Andrew Morton
[PATCH RESEND] ext4: remove 'error' variable in ext4_xattr_check_block() function, Zheng Liu
[PATCH RESEND] ext4: format flag in dx_probe(),
Zheng Liu
[PATCH RESEND] ext4: make sure O_(D)SYNC semantic in ext4_fallocate(),
Zheng Liu
[PATCH RESEND] ext4: replace ll_rw_block with other functions, Zheng Liu
[PATCH 0/3] ext4: punch hole beyond i_size,
Allison Henderson
[PATCH 0/3] Clean up bitmap loading,
Theodore Ts'o
Filesystem freeze vs blockdevice snapshot,
Asdo
working on extent locks for i_mutex,
Allison Henderson
[PATCH 0/4] Fix filesystem freezing,
Jan Kara
punch-hole should go beyond i_size,
Hugh Dickins
[PATCH][RESEND]tracepoint: add drop_transaction/update_superblock_end to jbd2,
Seiji Aguchi
[PATCH v5] ext4: make quota as first class supported feature,
Aditya Kali
[PATCH v2] jbd: Issue cache flush after checkpointing, Jan Kara
[PATCH] ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc,
Lukas Czerner
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]