aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth4-7/+7
2010-03-04ext4: correctly calculate number of blocks for fiemapLeonard Michlmayr1-2/+7
2010-02-15ext4: add missing error checking to ext4_expand_extra_isize_ea()Roel Kluin1-0/+2
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen13-210/+146
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-05fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo1-1/+1
2010-01-25ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepointsTheodore Ts'o1-0/+3
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o7-51/+71
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V3-11/+8
2010-01-25ext4: Fix quota accounting error with fallocateAneesh Kumar K.V3-13/+54
2010-01-22ext4: Handle -EDQUOT error on writeAneesh Kumar K.V1-14/+18
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o5-44/+73
2010-01-01ext4: Fix accounting of reserved metadata blocksTheodore Ts'o1-4/+4
2009-12-30ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o1-73/+84
2009-12-29ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V1-0/+20
2009-12-25ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy1-2/+1
2009-12-23ext4: flush delalloc blocks when space is lowEric Sandeen1-2/+9
2009-12-23ext4: Eliminate potential double free on error pathJulia Lawall1-0/+2
2009-12-23ext4: fix unsigned long long printk warning in super.cAndrew Morton1-2/+2
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o1-2/+14
2009-12-14ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande1-1/+7
2009-12-21ext4: add module aliases for ext2 and ext3Theodore Ts'o1-0/+2
2009-12-21ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configuredDavid Howells1-0/+1
2009-12-14ext4: remove unused #include <linux/version.h>Huang Weiyi2-2/+0
2009-12-23ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)Dmitry Monakhov1-6/+5
2009-12-23ext4: Fix potential quota deadlockDmitry Monakhov2-8/+7
2009-12-23ext4: Convert to generic reserved quota's space management.Dmitry Monakhov3-10/+17
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds1-1/+0
2009-12-16sanitize xattr handler prototypesChristoph Hellwig5-97/+73
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+2
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto1-0/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-6/+24
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds17-498/+613
2009-12-10ext4: Support for 64-bit quota formatJan Kara1-6/+24
2009-12-09ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o1-2/+2
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o2-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-5/+5
2010-01-01ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o1-0/+2
2010-01-22ext4: Add block validity check when truncating indirect block mapped inodesTheodore Ts'o3-12/+35
2010-02-15ext4: Fix optional-arg mount optionsEric Sandeen1-8/+15
2010-02-04ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen3-5/+5
2009-12-06ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita2-12/+25
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara6-31/+80
2009-12-08ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov1-1/+1
2009-12-08ext4: quota macros cleanupDmitry Monakhov5-10/+14
2009-12-08ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov1-1/+1
2009-12-08ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth1-0/+19
2009-12-08ext4: wait for log to commit when umountingJosef Bacik1-4/+6