Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH 5/6] Btrfs: fail if we try to use hole punch, (continued)
- removal of grpid option from ext4,
John Petersen
- [PATCH] fs : ext4 : super.c fixed coding style violations, Vamsi Krishna B
- [patch] ext4: missing unlock in ext4_clear_request_list(),
Dan Carpenter
- Re: [PATCH] fs : ext4 : super.c fixed coding style violations fs/ext4/super.c:41: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> fs/ext4/super.c:546: ERROR: "foo * bar" should be "foo *bar" fs/ext4/super.c:546: WARNING: space proh, Janakiram Sistla
- [PATCH] fs : ext4 : super.c fixed coding style violations fs/ext4/super.c:41: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> fs/ext4/super.c:546: ERROR: "foo * bar" should be "foo *bar" fs/ext4/super.c:546: WARNING: space prohibited between function name and open parenthesis '(' fs/ext4/super.c:1141: ERROR: spaces required around that '?' (ctx:VxV) fs/ext4/super.c:1141: ERROR: spaces required around that ':' (ctx:VxV), Vamsi Krishna B
- [PATCH 1/2] ext3: Add error check in ext3_mkdir(),
Namhyung Kim
- [patch] fix up lock order reversal in writeback,
Nick Piggin
- PATCH: allow inode_readahead_blks=0,
Alexander V. Lukyanov
- [PATCH resend] jbd2_stats_proc_init wrong place.,
yangsheng
- [PATCH] ext4: ext4_fill_super shouldn't return 0 on corruption,
Darrick J. Wong
- Re: BUG: Bad page state in process (current git),
Markus Trippelsdorf
- Hole Punching V2,
Josef Bacik
- Re: [PATCH] jbd2: avoid the concurrent data writeback,
Wu Fengguang
- [Bug 22922] New: 2.6.36: kernel panic in cascade (Fatal exception in interrupt),
bugzilla-daemon
- Strange bug,
Mariusz Bialonczyk
- [PATCH] V2 jbd2_stats_proc_init wrong place.,
yangsheng
- [PATCH] make ext4_valid_block_bitmap() more verbose,
Bernd Schubert
- [PATCH] e2fsck: journal-replay-only,
Bernd Schubert
- [PATCH] ext4: fix redirty_page_for_writepage() typo in comment,
Wu Fengguang
- ext3/ext4 and waiting in do_get_write_access, Evgeniy Ivanov
- [PATCH] fs/ext3/super.c: Use printf extension %pV,
Joe Perches
- [PATCH] fs/ext2/super.c: Use printf extension %pV,
Joe Perches
- [PATCH] fs/ext4/super.c: Use printf extension %pV,
Joe Perches
- How can I do online resize from 14TB to 30TB?,
寬
- [RFC] Self healing extent map OR opportunistic de-fragmentation,
Amir Goldstein
- [PATCH 1/6] fs: add hole punching to fallocate,
Josef Bacik
- [GIT PULL] ext4 update for 2.6.37-rc2, Theodore Ts'o
- Re: 2.6.36: kernel panic in cascade (Fatal exception in interrupt),
Thomas Meyer
- [PATCH] ext4: Don't call sb_issue_discard() in ext4_free_blocks(),
Theodore Ts'o
[PATCH] ext4:memset is needless in ext4_ext_remove_space(),
"潘卫平(Peter Pan)"
[Bug 22302] New: 2.6.36 BUG: scheduling while atomic: rc.sysinit/1376/0x00000002,
bugzilla-daemon
[Bug 22212] New: Crash in ext4_init_io_end,
bugzilla-daemon
[PATCH 37/49] fs/ext4: Use vzalloc,
Joe Perches
[PATCH 1/1] fs: Small refactoring of the code in ext4 2.6.37-rc1,
André Luis Pereira dos Santos - BSRSoft
[Bug 15875] Add an option to disable file/directory access controls for USB stick-type storage devices,
bugzilla-daemon
[Bug 15875] Add an option to disable file/directory permissions for ACL'ed file systems,
bugzilla-daemon
[PATCH] no need for memset since kzalloc, "潘卫平(Peter Pan)"
BUG in ext4 with 2.6.37-rc1,
Nick Bowler
[PATCH] ext4: Remove useless spinlock in ext4_getattr(), Theodore Ts'o
EXT4-fs (dm-0): unsupported inode size: 0,
Pol Hallen
ext3 patches related to uninitialized memory references,
Roman Borisov
[PATCH] mke2fs: Add discard option into mke2fs.conf,
Lukas Czerner
ext4_lazyinit_thread: 'ret' may be used uninitialized in this function,
Stefan Richter
ext4 fallocate+truncate not freeing up allocated space,
George Kola
Re: ext4 fallocate+truncate not freeing up allocated space, Curt Wohlgemuth
[PATCH] ext4: Fix lazyinit hang after removing request,
Lukas Czerner
[PATCH 0/4] RFC: introduce extended inode owner identifier v7,
Dmitry Monakhov
[GIT PULL] ext4 bugfix update, Theodore Ts'o
Re: [next-20101038] Call trace in ext4,
Ted Ts'o
<Possible follow-ups>
Re: [next-20101038] Call trace in ext4, Sedat Dilek
Re: kernel BUG at fs/ext4/inode.c:2721!, Ted Ts'o
-tip: origin tree build failure (was: [GIT PULL] ext4 update for 2.6.37), Ingo Molnar
Re: [next-20101028] Call trace in ext4,
Sedat Dilek
[PATCH] ext4: do not get s_umount sem on ext4_quota_off,
Dmitry Monakhov
[GIT PULL] ext4 update for 2.6.37,
Theodore Ts'o
[PATCH 1/6] ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*(),
Theodore Ts'o
[PATCH] ext4: fix kernel oops if the journal superblock has a non-zero j_errno, Theodore Ts'o
ext4 patches for 2.6.37-rc1?,
Sedat Dilek
Don't remove the "minixdf" mount option,
Michal Wencl
bsd groups,
wayne cripps
[PATCH 0/7] e2fsprogs: Using discard in e2fsprogs tools,
Lukas Czerner
[PATCH] ext4: fix unbalanced mutex unlock,
Nicolas Kaiser
[RFC] Ext4 snapshots design challenges,
Amir G.
question about fsync,
Filipe David Manana
[PATCH] ext4: optimize orphan_list handling for ext4_setattr,
Dmitry Monakhov
How to remove a corrupted dir in an ext4 FS?,
Jesus Sanchez Melendro
[PATCH -v2 0/6] ext4: use the bio layer directly,
Theodore Ts'o
[Bug 20992] New: Data corruption triggers ext4 oops,
bugzilla-daemon
[PATCH 0/3] ext4: minor writeback changes,
Eric Sandeen
[PATCH] ext4: fix lazyinit thread prevent from sleep,
Lukas Czerner
[PATCH 0/6] ext4: rewrite I/O submission paths to use bio's directly,
Theodore Ts'o
ext4_clear_journal_err: Filesystem error recorded from previous mount: IO failure,
Bernd Schubert
[Bug 20902] New: High,
bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
- [Bug 20902] High IO wait when writing to ext4, bugzilla-daemon
[PATCH v2 12/22] ext4: use little-endian bitops, Akinobu Mita
[PATCH v2 11/22] ext3: use little-endian bitops, Akinobu Mita
[PATCH] ext4: Add batched_discard into ext4 feature list,
Lukas Czerner
[PATCH v2 20/22] bitops: remove ext2 non-atomic bitops from asm/bitops.h,
Akinobu Mita
fsck get error with the file which is > 2TB in 4k block file system,
ck ya
What am I doing wrong? submit_bio() suddenly stops working...,
Theodore Ts'o
Committing changes to an ext3_inode structure,
Felipe Franciosi
[PATCH] ext2: Check return value of sb_getblk(), Namhyung Kim
[PATCH] ext4: Check return value of sb_getblk() and friends,
Namhyung Kim
[PATCH] ext3: Check return value of sb_getblk(),
Namhyung Kim
[RFC] Block reservation for ext3 (continued),
Jan Kara
[PATCH] ext4: make functions local,
Stephen Hemminger
[PATCH] ext3: Update kernel-doc comments,
Namhyung Kim
[PATCH 12/22] ext4: use little endian bitops, Akinobu Mita
[PATCH 11/22] ext3: use little endian bitops,
Akinobu Mita
[PATCH 20/22] bitops: remove ext2 non-atomic bitops from asm/bitops.h, Akinobu Mita
linux-2.6-block/for-next: Removal of BLKDEV_IFL_BARRIER and BLKDEV_IFL_WAIT,
Sedat Dilek
ext over RAID-[56]?,
Daniel Taylor
[PATCH] ext3: Fix debug messages in ext3_group_extend(),
Namhyung Kim
[PATCH] jbd: Cleanup __process_buffer(),
Namhyung Kim
[PATCH] jbd: Convert atomic_inc() to get_bh(),
Namhyung Kim
extremely long delays are they possible?, Hubert Bahr
[PATCH] ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate(),
Namhyung Kim
ext3: ext4: Using uninitialized value,
Roman Borisov
[PATCH] jbd: Fix debug message in do_get_write_access(),
Namhyung Kim
[PATCH] jbd: Check return value of __getblk(),
Namhyung Kim
[PATCH] jbd: Factor out replay_tag(), Namhyung Kim
[PATCH] ext3: Use DIV_ROUND_UP() on group desc block counting,
Namhyung Kim
[PATCH] e2fsck: Discard free data and inode blocks.,
Lukas Czerner
[PATCH] ext3: Return proper error code on ext3_fill_super(),
Namhyung Kim
[PATCH] ext3: Remove unnecessary casts on bh->b_data,
Namhyung Kim
[PATCH] ext3: Cleanup ext3_setup_super(),
Namhyung Kim
Shorten the backup process?,
Chris Lee
ext4: do not get s_umount sem on ext4_quota_off,
Dmitry Monakhov
[PATCH RFC 0/3] Block reservation for ext3,
Jan Kara
[PATCH 1/2] writeback: sync quota after inodes writeback,
Dmitry Monakhov
[PATCH] jbd: Convert bitops to buffer fns,
Namhyung Kim
Re: DRAFT Design Spec for 1st Class Quota Support in Ext4, Dmitry
Re: [PATCH] Skip "rootfs" entry when checking for ext4 filesystem.,
Eric Sandeen
[BUG] ext3/ext4 migration problem with dir_nlink feature flag,
Akira Fujita
ext3/jbd: Avoid WARN() messages when failing to write the superblock,
Darrick J. Wong
[PATCH] jbd: Use offset_in_page() instead of manual calculation,
Namhyung Kim
[PATCH] jbd: Remove unnecessary goto statement,
Namhyung Kim
[PATCH] jbd: Use printk_ratelimit() in journal_alloc_journal_head(),
Namhyung Kim
[PATCH] jbd: Move debug message into #ifdef area,
Namhyung Kim
[PATCH] jbd: Simplify return path of journal_init_common(),
Namhyung Kim
[PATCH] jbd2: Add sanity check for attempts to start handle during umount,
Theodore Ts'o
[Bug 19502] New: 'losetup -c' on a mounted loopN device with ext[34] causes soft lockup,
bugzilla-daemon
2.6.35-rc6 REGRESSION: Dirtiable inode bdi default != sb bdi ext2/ext3/ext4, Theodore Ts'o
[Bug 19432] New: ext4 crashes in journal code/barrier,
bugzilla-daemon
[Bug 19362] New: WARNING: at fs/fs-writeback.c:87 __mark_inode_dirty+0x1f2/0x230(),
bugzilla-daemon
[Bug 19212] New: kernel BUG at /build/buildd/linux-2.6.32/fs/ext4/extents.c:1716,
bugzilla-daemon
Re: I/O topology fixes for big physical block size,
Mike Snitzer
[PATCH] ext4: remove unused ext4_sb_info members,
Eric Sandeen
[PATCH 0/4 v. 9] Ext3/Ext4 Batched discard support,
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]