summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2010-01-29Merge branch 'quilt/driver-core'Stephen Rothwell
2010-01-29Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-01-29Merge remote branch 'vfs/for-next'Stephen Rothwell
2010-01-29Merge remote branch 'ext4/next'Stephen Rothwell
2010-01-29Merge remote branch 'ceph/for-next'Stephen Rothwell
2010-01-29Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-01-27Merge branch 'write_inode' into for-nextAl Viro
2010-01-27Get rid of mnt_mountpoint abuses in ext4Al Viro
2010-01-22ext4: Fix ext4_end_io_work so we don't iput the inode while we hold the mutexTheodore Ts'o
2010-01-22ext4: use GFP_AMOTIC to alloc io_end in ext4_set_bh_endio.Jiaying Zhang
2010-01-22ext4: protect i_completed_io_list operations with a spinlockJiaying Zhang
2010-01-18fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo
2010-01-18pass writeback_control to ->write_inodeChristoph Hellwig
2010-01-15ext4: Use direct_IO_no_locking in ext4 dio read.Theodore Ts'o
2010-01-24ext4: use ext4_get_block_write in buffer writeTheodore Ts'o
2010-01-24ext4: mechanical change on dio get_block code in prepare for it to be used by...Theodore Ts'o
2010-01-25ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepointsTheodore Ts'o
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V
2010-01-25ext4: Fix quota accounting error with fallocateAneesh Kumar K.V
2010-01-22ext4: Handle -EDQUOT error on writeAneesh Kumar K.V
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o
2010-01-01ext4: Fix accounting of reserved metadata blocksTheodore Ts'o
2009-12-30ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o
2009-12-29ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V
2009-12-25ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy
2009-12-23ext4: flush delalloc blocks when space is lowEric Sandeen
2009-12-23ext4: Eliminate potential double free on error pathJulia Lawall
2009-12-23ext4: fix unsigned long long printk warning in super.cAndrew Morton
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o
2009-12-14ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande
2009-12-21ext4: add module aliases for ext2 and ext3Theodore Ts'o
2009-12-21ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configuredDavid Howells
2009-12-14ext4: remove unused #include <linux/version.h>Huang Weiyi
2009-12-23ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)Dmitry Monakhov
2009-12-23ext4: Fix potential quota deadlockDmitry Monakhov
2009-12-23ext4: Convert to generic reserved quota's space management.Dmitry Monakhov
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-12-10ext4: Support for 64-bit quota formatJan Kara
2009-12-09ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2010-01-01ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o
2010-01-22ext4: Add block validity check when truncating indirect block mapped inodesTheodore Ts'o