Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / fs / ext4 / ext4.h
2010-05-17 Frank Mayharext4: Make fsync sync new parent directories in no...
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Ben Hutchingsext4: Fix compat EXT4_IOC_ADD_GROUP
2010-05-17 Ben Hutchingsext4: Conditionally define compat ioctl numbers
2010-05-17 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-05-17 Theodore Ts'oext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
2010-05-16 Theodore Ts'oext4: Add new abstraction ext4_map_blocks() underneath...
2010-05-16 Curt Wohlgemuthext4: check for a good block group before loading buddy...
2010-03-05 Linus TorvaldsMerge branch 'write_inode2' of git://git./linux/kernel...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Akinobu Mitaext4: consolidate in_range() definitions
2010-03-02 Frank Mayharext4: Convert BUG_ON checks to use ext4_error() instead
2010-03-04 Jiaying Zhangext4: use ext4_get_block_write in buffer write
2010-03-02 Jiaying Zhangext4: mechanical rename some of the direct I/O get_bloc...
2010-02-24 Jiaying Zhangext4: Add flag to files with blocks intentionally past EOF
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to fs
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2010-01-25 Theodore Ts'oext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA...
2010-01-24 Theodore Ts'oext4: Use bitops to read/modify EXT4_I(inode)->i_state
2010-01-15 Aneesh Kumar K.Vext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
2010-01-25 Aneesh Kumar K.Vext4: Fix quota accounting error with fallocate
2010-01-01 Theodore Ts'oext4: Calculate metadata requirements more accurately
2009-12-23 Dmitry Monakhovext4: Convert to generic reserved quota's space management.
2010-01-22 Theodore Ts'oext4: Add block validity check when truncating indirect...
2010-02-05 Eric Sandeenext4: fix async i/o writes beyond 4GB to a sparse file
2009-12-09 Jan Karaext4: Wait for proper transaction commit on fsync
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-22 Theodore Ts'oext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
2009-11-23 Theodore Ts'oext4: move ext4_forget() to ext4_jbd2.c
2009-11-19 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-11-10 Mingmingext4: skip conversion of uninit extents after direct...
2009-11-02 Linus TorvaldsRevert "ext4: Remove journal_checksum mount option...
2009-09-30 Theodore Ts'oext4: Fix time encoding with extra epoch bits
2009-09-30 Theodore Ts'oext4: Use tracepoints for mb_history trace file
2009-09-28 Mingming Caoext4: async direct IO for holes and fallocate support
2009-09-28 Mingming Caoext4: Use end_io callback to avoid direct I/O fallback...
2009-09-28 Mingming Caoext4: Split uninitialized extents for direct I/O
2009-09-29 Theodore Ts'oext4: Adjust ext4_da_writepages() to write out larger...
2009-09-17 Eric Sandeenext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
2009-09-17 Theodore Ts'oext4: store EXT4_EXT_MIGRATE in i_state instead of...
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-09-05 Theodore Ts'oext4: Remove journal_checksum mount option and enable...
2009-09-01 Theodore Ts'oext4: Add new tracepoint: trace_ext4_da_write_pages()
2009-08-26 Eric Sandeenext4: use ext4_grpblk_t more extensively
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-08-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
2009-09-18 Theodore Ts'oext4: Avoid group preallocation for closed files
2009-08-10 Theodore Ts'oext4: Fix bugs in mballoc's stream allocation mode
2009-08-09 Theodore Ts'oext4: Display the mballoc flags in mb_history in hex...
2009-06-24 Al Viroswitch ext4 to inode->i_acl
2009-06-15 Theodore Ts'oext4: Fix 64-bit block type problem on 32-bit platforms
2009-06-13 Andreas Dilgerext4: teach the inode allocator to use a goal inode...
2009-06-13 Theodore Ts'oext4: Use a hash of the topdir directory name for the...
2009-06-13 Theodore Ts'oext4: move the abort flag from s_mount_opts to s_mount_...
2009-06-13 Theodore Ts'oext4: update the s_last_mounted field in the superblock
2009-06-13 Theodore Ts'oext4: change s_mount_opt to be an unsigned int
2009-06-17 Akira Fujitaext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
2009-06-04 Eric Sandeenext4: Change all super.c messages to print the device
2009-06-09 Jan Karaext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_block...
2009-07-13 Eric Sandeenext4: naturally align struct ext4_allocation_request
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-14 Theodore Ts'oext4: Clean up ext4_get_blocks() so it does not depend...
2009-05-14 Theodore Ts'oext4: Define a new set of flags for ext4_get_blocks()
2009-05-14 Theodore Ts'oext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
2009-05-15 Vincent Minetext4: Fix spinlock assertions on UP systems
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-01 Theodore Ts'oext4: Move fs/ext4/group.h into ext4.h
2009-05-01 Theodore Ts'oext4: Move fs/ext4/namei.h into ext4.h
2009-05-03 Theodore Ts'oext4: Move the ext4_sb.h header file into ext4.h
2009-05-01 Theodore Ts'oext4: Move the ext4_i.h header file into ext4.h
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-04-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-03-05 Theodore Ts'oext4: Use struct flex_groups to calculate get_orlov_stats()
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-01 Theodore Ts'oext4: Track lifetime disk writes
2009-02-24 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-02-26 Theodore Ts'oext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
2009-03-12 Theodore Ts'oext4: New inode/block allocation algorithms for flex_bg...
2009-02-15 Duane Griffinext4: tighten restrictions on inode flags
2009-02-15 Duane Griffinext4: don't inherit inappropriate inode flags from...
2009-02-15 Wei Yongjunext4: New rec_len encoding for very large blocksizes
2009-02-10 Wei Yongjunext4: Fix to read empty directory blocks correctly...
2009-02-06 Mike Snitzerext4: Remove stale block allocator references from...
2009-01-17 Theodore Ts'oext4: only use i_size_high for regular files
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-06 Eric Dumazetpercpu_counter: FBC_BATCH should be a variable
2009-01-06 Theodore Ts'oext4: Remove "extents" mount option
2009-01-06 Aneesh Kumar K.Vext4: Use new buffer_head flag to check uninit group...
2009-01-06 Aneesh Kumar K.Vext4: Use high 16 bits of the block group descriptor...
2009-01-06 Aneesh Kumar K.Vext4: fix BUG when calling ext4_error with locked block...
2009-01-06 Aneesh Kumar K.Vext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
2009-01-06 Aneesh Kumar K.Vext4: Add blocks added during resize to bitmap
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2008-11-05 Theodore Ts'oext4: Change unsigned long to unsigned int
2009-01-06 Theodore Ts'oext4: Make ext4_group_t be an unsigned int
next