ext4: Restore wbc->range_start in ext4_da_writepages()
[safe/jmp/linux-2.6] / fs /
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 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 David Brownelldriver model: constify attribute groups
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
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 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-14 Jan Karaudf: Fix possible corruption when close races with...
2009-09-14 Jan Karaudf: Perform preallocation only for regular files
2009-09-14 Jan Karaudf: Remove wrong assignment in udf_symlink
2009-09-14 Jan Karaudf: Remove dead code
2009-09-14 Christoph Hellwigfsync: wait for data writeout completion before calling...
2009-09-14 Jan Karavfs: Remove generic_osync_inode() and sync_page_range...
2009-09-14 Jan Karafat: Opencode sync_page_range_nolock()
2009-09-14 Jan Karaxfs: Convert sync_page_range() to simple filemap_write_...
2009-09-14 Jan Karaocfs2: Update syncing after splicing to match generic...
2009-09-14 Jan Karantfs: Use new syncing helpers and update comments
2009-09-14 Jan Karaext4: Remove syncing logic from ext4_file_write
2009-09-14 Jan Karaext3: Remove syncing logic from ext3_file_write
2009-09-14 Jan Karaext2: Update comment about generic_osync_inode
2009-09-14 Jan Karavfs: Introduce new helpers for syncing after writing...
2009-09-14 Christoph Hellwigvfs: Rename generic_file_aio_write_nolock
2009-09-14 Jan Karaocfs2: Use __generic_file_aio_write instead of generic_...
2009-09-14 Ryusuke Konishifs/Kconfig: move nilfs2 outside misc filesystems
2009-09-14 Ryusuke Konishinilfs2: convert nilfs_bmap_lookup to an inline function
2009-09-14 Ryusuke Konishinilfs2: allow btree code to directly call dat operations
2009-09-14 Ryusuke Konishinilfs2: add update functions of virtual block address...
2009-09-14 Ryusuke Konishinilfs2: remove individual gfp constants for each metada...
2009-09-14 Ryusuke Konishinilfs2: stop zero-fill of btree path just before free it
2009-09-14 Ryusuke Konishinilfs2: remove unused btree argument from btree functions
2009-09-14 Ryusuke Konishinilfs2: remove nilfs_dat_abort_start and nilfs_dat_abor...
2009-09-14 Jiro SEKIBAnilfs2: shorten freeze period due to GC in write operat...
2009-09-14 Zhu Yanhainilfs2: add more check routines in mount process
2009-09-14 Zhang Qiangnilfs2: An unassigned variable is assigned to a never...
2009-09-14 Ryusuke Konishinilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
2009-09-14 Jiro SEKIBAnilfs2: stop using periodic write_super callback
2009-09-14 Jiro SEKIBAnilfs2: clean up nilfs_write_super
2009-09-14 Jiro SEKIBAnilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
2009-09-14 Jiro SEKIBAnilfs2: remove redundant super block commit
2009-09-14 Jiro SEKIBAnilfs2: implement nilfs_show_options to display mount...
2009-09-14 Ryusuke Konishinilfs2: always lookup disk block address before reading...
2009-09-14 Ryusuke Konishinilfs2: use semaphore to protect pointer to a writable...
2009-09-14 Heiko Carstensnilfs2: fix format string compile warning (ino_t)
2009-09-14 Ryusuke Konishinilfs2: fix ignored error code in __nilfs_read_inode()
2009-09-14 Steven WhitehouseGFS2: Whitespace fixes
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2009-09-11 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-09-11 Trond MyklebustMerge branch 'nfs-for-2.6.32'
2009-09-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-11 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next