aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-17ext4: Make fsync sync new parent directories in no-journal modeGravatar Frank Mayhar 1-0/+1
2010-05-17ext4: Drop whitespace at end of linesGravatar Theodore Ts'o 1-2/+2
2010-05-17ext4: Fix compat EXT4_IOC_ADD_GROUPGravatar Ben Hutchings 1-0/+16
2010-05-17ext4: Conditionally define compat ioctl numbersGravatar Ben Hutchings 1-0/+2
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoGravatar Dmitry Monakhov 1-15/+94
2010-05-16ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()Gravatar Theodore Ts'o 1-2/+2
2010-05-16ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks()Gravatar Theodore Ts'o 1-3/+27
2010-05-16ext4: check for a good block group before loading buddy pagesGravatar Curt Wohlgemuth 1-0/+1
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-29/+77
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2010-03-03ext4: consolidate in_range() definitionsGravatar Akinobu Mita 1-0/+2
2010-03-02ext4: Convert BUG_ON checks to use ext4_error() insteadGravatar Frank Mayhar 1-0/+10
2010-03-04ext4: use ext4_get_block_write in buffer writeGravatar Jiaying Zhang 1-2/+13
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersGravatar Jiaying Zhang 1-9/+9
2010-02-24ext4: Add flag to files with blocks intentionally past EOFGravatar Jiaying Zhang 1-2/+3
2010-02-17percpu: add __percpu sparse annotations to fsGravatar Tejun Heo 1-1/+1
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorGravatar Eric Sandeen 1-2/+5
2010-01-25ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepointsGravatar Theodore Ts'o 1-0/+3
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateGravatar Theodore Ts'o 1-12/+29
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagGravatar Aneesh Kumar K.V 1-5/+2
2010-01-25ext4: Fix quota accounting error with fallocateGravatar Aneesh Kumar K.V 1-0/+2
2010-01-01ext4: Calculate metadata requirements more accuratelyGravatar Theodore Ts'o 1-0/+2
2009-12-23ext4: Convert to generic reserved quota's space management.Gravatar Dmitry Monakhov 1-1/+5
2010-01-22ext4: Add block validity check when truncating indirect block mapped inodesGravatar Theodore Ts'o 1-0/+1
2010-02-04ext4: fix async i/o writes beyond 4GB to a sparse fileGravatar Eric Sandeen 1-3/+3
2009-12-08ext4: Wait for proper transaction commit on fsyncGravatar Jan Kara 1-0/+7
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Gravatar Theodore Ts'o 1-2/+8
2009-11-22ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()Gravatar Theodore Ts'o 1-4/+3
2009-11-22ext4: move ext4_forget() to ext4_jbd2.cGravatar Theodore Ts'o 1-2/+0
2009-11-19ext4: make trim/discard optional (and off by default)Gravatar Eric Sandeen 1-0/+1
2009-11-10ext4: skip conversion of uninit extents after direct IO if there isn't anyGravatar Mingming 1-0/+1
2009-11-02Revert "ext4: Remove journal_checksum mount option and enable it by default"Gravatar Linus Torvalds 1-0/+1
2009-09-30ext4: Fix time encoding with extra epoch bitsGravatar Theodore Ts'o 1-3/+3
2009-09-30ext4: Use tracepoints for mb_history trace fileGravatar Theodore Ts'o 1-8/+6
2009-09-28ext4: async direct IO for holes and fallocate supportGravatar Mingming Cao 1-3/+9
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OGravatar Mingming Cao 1-0/+3
2009-09-28ext4: Split uninitialized extents for direct I/OGravatar Mingming Cao 1-1/+21
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksGravatar Theodore Ts'o 1-0/+1
2009-09-17ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCKGravatar Eric Sandeen 1-1/+0
2009-09-17ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsGravatar Theodore Ts'o 1-1/+1
2009-09-16ext4: limit block allocations for indirect-block files to < 2^32Gravatar Eric Sandeen 1-0/+4
2009-09-05ext4: Remove journal_checksum mount option and enable it by defaultGravatar Theodore Ts'o 1-1/+0
2009-08-31ext4: Add new tracepoint: trace_ext4_da_write_pages()Gravatar Theodore Ts'o 1-0/+15
2009-08-25ext4: use ext4_grpblk_t more extensivelyGravatar Eric Sandeen 1-4/+7
2009-08-17ext4: open-code ext4_mb_update_group_infoGravatar Eric Sandeen 1-2/+0
2009-08-17ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()Gravatar Jan Kara 1-0/+1
2009-09-18ext4: Avoid group preallocation for closed filesGravatar Theodore Ts'o 1-1/+29
2009-08-09ext4: Fix bugs in mballoc's stream allocation modeGravatar Theodore Ts'o 1-0/+2