ext4: Fix initalization of s_flex_groups
[pandora-kernel.git] / fs /
2009-09-11 Theodore Ts'oext4: Fix initalization of s_flex_groups
2009-09-11 Andreas Schlickext4: Always set dx_node's fake_dirent explicitly.
2009-09-11 Theodore Ts'oext4: Fix async commit mode to be safe by using a barrier
2009-09-10 Theodore Ts'oext4: Don't update superblock write time when filesyste...
2009-09-10 Aneesh Kumar K.Vext4: Clarify the locking details in mballoc
2009-09-10 Aneesh Kumar K.Vext4: check for need init flag in ext4_mb_load_buddy
2009-09-10 Aneesh Kumar K.Vext4: move ext4_mb_init_group() function earlier in...
2009-09-10 Frank Mayharext4: Make non-journal fsync work properly
2009-09-12 Theodore Ts'oext4: Assure that metadata blocks are written during...
2009-09-10 Theodore Ts'oext4: Use bforget() in no journal mode for ext4_journal...
2009-09-08 Theodore Ts'oext4: print more sysadmin-friendly message in check_blo...
2009-09-10 Aneesh Kumar K.Vext4: Take page lock before looking at attached buffer_...
2009-09-06 Akira Fujitaext4: Fix small typo for move_extent_per_page()
2009-09-06 Akira Fujitaext4: Return exchanged blocks count to user space in...
2009-09-06 Akira Fujitaext4: Remove unneeded BUG_ON() in ext4_move_extents()
2009-09-16 Akira Fujitaext4: Fix wrong comparisons in mext_check_arguments()
2009-09-06 Christoph Hellwigext4: fix cache flush in ext4_sync_file
2009-09-05 Theodore Ts'oext4: Remove journal_checksum mount option and enable...
2009-09-05 Tobias Klauserext4: Declare seq_operations and file_operations struct...
2009-09-01 Theodore Ts'oext4: Add new tracepoint: trace_ext4_da_write_pages()
2009-08-31 Theodore Ts'oext4: Restore wbc->range_start in ext4_da_writepages()
2009-08-30 Theodore Ts'oext4: Limit number of links that can be created by...
2009-08-29 Aneesh Kumar K.Vext4: Allow rename to create more than EXT4_LINK_MAX...
2009-08-28 Theodore Ts'oext4: fix extent sanity checking code with AGGRESSIVE_TEST
2009-08-26 Eric Sandeenext4: use ext4_grpblk_t more extensively
2009-08-26 Eric Sandeenext4: use variables not types in sizeofs() for allocations
2009-08-26 Aneesh Kumar K.Vext4: Add missing unlock_new_inode() call in extent...
2009-08-18 Eric Sandeenext4: Add feature set check helper for mount & remount...
2009-08-18 Eric Sandeensimplify some logic in ext4_mb_normalize_request
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-08-18 Eric Sandeenext4: reject too-large filesystems on 32-bit kernels
2009-08-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
2009-08-18 Jan Karajbd2: Annotate transaction start also for jbd2_journal_...
2009-09-18 Mingmingext4: Show unwritten extent flag in ext4_ext_show_leaf()
2009-09-01 Mingmingext4: Compile warning fix when EXT_DEBUG enabled
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-09-18 Theodore Ts'oext4: Add configurable run-time mballoc debugging
2009-08-11 Peng Taoext4: fix journal ref count in move_extent_par_page
2009-08-11 Andreas Dilgerjbd2: round commit timer up to avoid uncommitted transa...
2009-08-11 Roel Kluinext4: remove redundant test on unsigned
2009-07-28 Peng Taoext4: fix build warning when EXT4FS_DEBUG is on
2009-07-06 Akira Fujitaext4: Fix compile warnings with MB_DEBUG
2009-07-06 Joe Perchesext4: Remove unnecessary semicolons in mballoc.c
2009-07-17 Curt Wohlgemuthext4: More buffer head reference leaks
2009-07-17 Jan Karajbd2: Fail to load a journal if it is too short
2009-07-28 Theodore Ts'oext4: Avoid null pointer dereference when decoding...
2009-07-28 Manish Katiyarext4: Fix typo in ext4/Kconfig
2009-07-17 Aneesh Kumar K.Vext4: Fix memory leak fix when mounting an ext4 filesystem
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/staging-2.6
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/pcmcia-2.6
2009-09-16 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-09-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-09-16 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-16 Nick Pigginwriteback: fix possible bdi writeback refcounting problem
2009-09-16 Nick Pigginwriteback: Fix bdi use after free in wb_work_complete()
2009-09-16 Nick Pigginwriteback: improve scalability of bdi writeback work...
2009-09-16 Nick Pigginwriteback: remove smp_mb(), it's not needed with list_a...
2009-09-16 Jens Axboewriteback: use schedule_timeout_interruptible()
2009-09-16 Jens Axboewriteback: add comments to bdi_work structure
2009-09-16 Jens Axboewriteback: separate starting of sync vs opportunistic...
2009-09-16 Jens Axboewriteback: inline allocation failure handling in bdi_al...
2009-09-16 Jens Axboewriteback: use RCU to protect bdi_list
2009-09-16 Jens Axboewriteback: only use bdi_writeback_all() for WB_SYNC_NON...
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-16 Jens Axboewriteback: make wb_writeback() take an argument structure
2009-09-16 Christoph Hellwigwriteback: merely wakeup flusher thread if work allocat...
2009-09-16 Jens Axboewriteback: get rid of wbc->for_writepages
2009-09-16 Jens Axboefs: remove bdev->bd_inode_backing_dev_info
2009-09-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-next-2.6
2009-09-15 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-09-15 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'x86-pat-for-linus' of git://git./linux...
2009-09-15 Linus TorvaldsMerge branch 'x86-txt-for-linus' of git://git./linux...
2009-09-15 Linus TorvaldsMerge branch 'agp-next' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus3' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-15 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-09-15 Linus TorvaldsMerge branch 'docs-next' of git://git.lwn.net/linux-2.6
2009-09-15 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2009-09-15 Linus TorvaldsMerge branch 'kvm-updates/2.6.32' of git://git./virt...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge branch 'osync_cleanup' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-09-14 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-09-14 Rafael J. WysockiMerge branch 'master' into for-linus
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-next-2.6
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
next