aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-29/+77
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-03-03ext4: consolidate in_range() definitionsAkinobu Mita1-0/+2
2010-03-02ext4: Convert BUG_ON checks to use ext4_error() insteadFrank Mayhar1-0/+10
2010-03-04ext4: use ext4_get_block_write in buffer writeJiaying Zhang1-2/+13
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersJiaying Zhang1-9/+9
2010-02-24ext4: Add flag to files with blocks intentionally past EOFJiaying Zhang1-2/+3
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo1-1/+1
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen1-2/+5
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'o1-12/+29
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V1-5/+2
2010-01-25ext4: Fix quota accounting error with fallocateAneesh Kumar K.V1-0/+2
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o1-0/+2
2009-12-23ext4: Convert to generic reserved quota's space management.Dmitry Monakhov1-1/+5
2010-01-22ext4: Add block validity check when truncating indirect block mapped inodesTheodore Ts'o1-0/+1
2010-02-04ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen1-3/+3
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara1-0/+7
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o1-2/+8
2009-11-22ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()Theodore Ts'o1-4/+3
2009-11-22ext4: move ext4_forget() to ext4_jbd2.cTheodore Ts'o1-2/+0
2009-11-19ext4: make trim/discard optional (and off by default)Eric Sandeen1-0/+1
2009-11-10ext4: skip conversion of uninit extents after direct IO if there isn't anyMingming1-0/+1
2009-11-02Revert "ext4: Remove journal_checksum mount option and enable it by default"Linus Torvalds1-0/+1
2009-09-30ext4: Fix time encoding with extra epoch bitsTheodore Ts'o1-3/+3
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o1-8/+6
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao1-3/+9
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao1-0/+3
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao1-1/+21
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o1-0/+1
2009-09-17ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCKEric Sandeen1-1/+0
2009-09-17ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o1-1/+1
2009-09-16ext4: limit block allocations for indirect-block files to < 2^32Eric Sandeen1-0/+4
2009-09-05ext4: Remove journal_checksum mount option and enable it by defaultTheodore Ts'o1-1/+0
2009-08-31ext4: Add new tracepoint: trace_ext4_da_write_pages()Theodore Ts'o1-0/+15
2009-08-25ext4: use ext4_grpblk_t more extensivelyEric Sandeen1-4/+7
2009-08-17ext4: open-code ext4_mb_update_group_infoEric Sandeen1-2/+0
2009-08-17ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()Jan Kara1-0/+1
2009-09-18ext4: Avoid group preallocation for closed filesTheodore Ts'o1-1/+29
2009-08-09ext4: Fix bugs in mballoc's stream allocation modeTheodore Ts'o1-0/+2
2009-08-09ext4: Display the mballoc flags in mb_history in hex instead of decimalTheodore Ts'o1-11/+11
2009-07-13ext4: naturally align struct ext4_allocation_requestEric Sandeen1-7/+7
2009-06-24switch ext4 to inode->i_aclAl Viro1-4/+0
2009-06-15ext4: Fix 64-bit block type problem on 32-bit platformsTheodore Ts'o1-1/+1
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger1-1/+2
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o1-1/+2
2009-06-13ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o1-9/+2
2009-06-13ext4: update the s_last_mounted field in the superblockTheodore Ts'o1-0/+7
2009-06-13ext4: change s_mount_opt to be an unsigned intTheodore Ts'o1-1/+1