aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
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
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
2009-08-09ext4: Display the mballoc flags in mb_history in hex instead of decimalGravatar Theodore Ts'o 1-11/+11
2009-07-13ext4: naturally align struct ext4_allocation_requestGravatar Eric Sandeen 1-7/+7
2009-06-24switch ext4 to inode->i_aclGravatar Al Viro 1-4/+0
2009-06-15ext4: Fix 64-bit block type problem on 32-bit platformsGravatar Theodore Ts'o 1-1/+1
2009-06-13ext4: teach the inode allocator to use a goal inode numberGravatar Andreas Dilger 1-1/+2
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupGravatar Theodore Ts'o 1-1/+2
2009-06-13ext4: move the abort flag from s_mount_opts to s_mount_flagsGravatar Theodore Ts'o 1-9/+2
2009-06-13ext4: update the s_last_mounted field in the superblockGravatar Theodore Ts'o 1-0/+7
2009-06-13ext4: change s_mount_opt to be an unsigned intGravatar Theodore Ts'o 1-1/+1
2009-06-17ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlGravatar Akira Fujita 1-0/+15
2009-06-04ext4: Change all super.c messages to print the deviceGravatar Eric Sandeen 1-0/+2
2009-06-09ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()Gravatar Jan Kara 1-4/+2
2009-05-17ext4: Add a comprehensive block validity check to ext4_get_blocks()Gravatar Theodore Ts'o 1-0/+11
2009-05-14ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_stateGravatar Theodore Ts'o 1-5/+10
2009-05-14ext4: Define a new set of flags for ext4_get_blocks()Gravatar Theodore Ts'o 1-7/+15
2009-05-14ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()Gravatar Theodore Ts'o 1-4/+4
2009-05-15ext4: Fix spinlock assertions on UP systemsGravatar Vincent Minet 1-6/+0
2009-05-02ext4: Convert ext4_lock_group to use sb_bgl_lockGravatar Aneesh Kumar K.V 1-17/+9
2009-05-01ext4: Move fs/ext4/group.h into ext4.hGravatar Theodore Ts'o 1-0/+17
2009-05-01ext4: Move fs/ext4/namei.h into ext4.hGravatar Theodore Ts'o 1-0/+1
2009-05-03ext4: Move the ext4_sb.h header file into ext4.hGravatar Theodore Ts'o 1-4/+140
2009-05-01ext4: Move the ext4_i.h header file into ext4.hGravatar Theodore Ts'o 1-1/+121
2009-05-01ext4: Avoid races caused by on-line resizing and SMP memory reorderingGravatar Theodore Ts'o 1-0/+12
2009-04-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-48/+43
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+1