ext4: Fix time encoding with extra epoch bits
[safe/jmp/linux-2.6] / fs / ext4 / ext4.h
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
2009-01-04 Theodore Ts'oext4: add fsync batch tuning knobs
2008-12-07 Theodore Ts'oext4: remove ext4_new_meta_block()
2009-01-02 Theodore Ts'oext4: remove ext4_new_blocks() and call ext4_mb_new_blo...
2008-10-28 Theodore Ts'oext4: Add support for non-native signed/unsigned htree...
2008-10-28 Eric Sandeenmerge ext4_claim_free_blocks & ext4_has_free_blocks
2008-10-17 Theodore Ts'oext4: Remove unused mount options: nomballoc, mballoc...
2008-10-11 Hidehiro Kawaiext4: add an option to control error handling on file...
2008-10-07 Eric SandeenHook ext4 to the vfs fiemap interface.
2008-10-10 Theodore Ts'oext4: Remove old legacy block allocator
2008-10-10 Theodore Ts'oext4: Use readahead when reading an inode from the...
2008-09-23 Theodore Ts'oext4: Combine proc file handling into a single set...
2008-09-23 Theodore Ts'oext4: move /proc setup and teardown out of mballoc.c
2008-09-13 Theodore Ts'oext4: Renumber EXT4_IOC_MIGRATE
2008-10-09 Aneesh Kumar K.Vext4: hook the ext3 migration interface to the EXT4_IOC...
2008-09-13 Aneesh Kumar K.Vext4: elevate write count for migrate ioctl
2008-09-13 Aneesh Kumar K.Vext4: Properly update i_disksize.
2008-10-09 Aneesh Kumar K.Vext4: Signed arithmetic fix
2008-10-09 Aneesh Kumar K.Vext4: Make sure all the block allocation paths reserve...
2008-09-09 Theodore Ts'oext4: Fix whitespace checkpatch warnings/errors
2008-08-20 Mingming Caoext4: journal credits reservation fixes for DIO, fallocate
2008-08-20 Mingming Caoext4: journal credits calulation cleanup and fix for...
2008-07-17 Aneesh Kumar K.Vext4: Cleanup the block reservation code path
2008-07-11 Mingming Caoext4: delayed allocation i_blocks fix for stat
2008-07-14 Mingming Caoext4: delayed allocation ENOSPC handling
2008-07-11 Alex Tomasext4: Add delayed allocation support in data=writeback...
2008-07-11 Jan Karaext4: Invert the locking order of page_lock and transac...
2008-07-11 Aneesh Kumar K.Vext4: Use page_mkwrite vma_operations to get mmap write...
2008-07-11 Frederic Boheext4: fix online resize with mballoc
2008-07-11 Mingming Caoext4: mballoc avoid use root reserved blocks for non...
2008-07-11 Aneesh Kumar K.Vext4: cleanup block allocator
2008-07-11 Aneesh Kumar K.Vext4: Use inode preallocation with -o noextents
2008-07-11 Jose R. Santosext4: New inode allocation for FLEX_BG meta-data groups.
2008-07-14 Stoyan Gaydarovext4: replace __FUNCTION__ occurrences
next