Btrfs: drop EXPORT symbols from extent_io.c
[safe/jmp/linux-2.6] / fs /
2009-01-06 Chris MasonBtrfs: drop EXPORT symbols from extent_io.c
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Liu HuiBtrfs: Fix free block discard calls down to the block...
2009-01-05 Yan ZhengBtrfs: avoid orphan inode caused by log replay
2009-01-05 Yan ZhengBtrfs: avoid potential super block corruption
2009-01-05 Shen FengBtrfs: do not call kfree if kmalloc failed in btrfs_sys...
2009-01-05 Shen FengBtrfs: fix a memory leak in btrfs_get_sb
2009-01-05 Liu HuiBtrfs: Fix typo in clear_state_cb
2009-01-05 yanhai zhuBtrfs: Fix memset length in btrfs_file_write
2009-01-05 Yan ZhengBtrfs: update directory's size when creating subvol...
2009-01-05 Chris MasonBtrfs: add permission checks to the ioctls
2008-12-19 Chris MasonBtrfs: Fix compile warning around num_online_cpus(...
2008-12-19 Yan ZhengBtrfs: set EXTENT_BOUNDARY bit before marking extent...
2008-12-19 Yan ZhengBtrfs: properly update block accounting for metadata
2008-12-19 Yan ZhengBtrfs: Add missing mnt_drop_write in ioctl.c
2008-12-17 Yehuda Sadeh WeinraubBtrfs: fix return value from btrfs_listxattr when buffe...
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-17 Yan ZhengBtrfs: properly check free space for tree balancing
2008-12-16 Chris MasonBtrfs: delete checksum items before marking blocks...
2008-12-15 Chris MasonBtrfs: Don't use spin*lock_irq for the delalloc lock
2008-12-15 Chris MasonBtrfs: Fix compressed writes on truncated pages
2008-12-12 Yan ZhengBtrfs: fix nodatasum handling in balancing code
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-11 Yan ZhengBtrfs: fix leaking block group on balance
2008-12-11 Sage WeilBtrfs: mnt_drop_write in ioctl_trans_end
2008-12-11 Yan ZhengBtrfs: Add checking of csum tree in balancing code
2008-12-10 Chris MasonBtrfs: Delete csum items when freeing extents
2008-12-09 Chris MasonBtrfs: Fix compressed checksum fsync log copies
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-08 Chris MasonBtrfs: Use map_private_extent_buffer during generic_bin...
2008-12-08 Yan ZhengBtrfs: superblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Chris MasonBtrfs: Fix sparse endian warnings in struct-funcs.c
2008-12-02 Chris MasonBtrfs: rev the disk format for the inode compat and...
2008-12-02 Chris MasonBtrfs: delete unused function: btrfs_invalidate_dcache_root
2008-12-02 Josef BacikBtrfs: add support for multiple csum algorithms
2008-12-02 Josef BacikBtrfs: fix panic on error during mount
2008-12-02 Josef BacikBtrfs: add support for compat flags to btrfs
2008-12-02 Christoph HellwigBtrfs: btrfs: pass void __user * to btrfs_ioctl_clone_range
2008-12-02 Christoph HellwigBtrfs: clean up btrfs_ioctl a little bit
2008-12-02 Christoph HellwigBtrfs: corret fmode_t annotations
2008-12-02 Christoph HellwigBtrfs: fix shadowed variable declarations
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-12-02 Sage WeilBtrfs: remove unneeded btrfs_start_delalloc_inodes...
2008-12-02 Sage WeilBtrfs: remove unneeded total_trans
2008-12-02 Christoph HellwigBtrfs: sparse lock verification annotations for wait_on...
2008-12-02 Liu HuiBtrfs: Fix cow semantic in run_delalloc_nocow()
2008-11-20 Josef BacikBtrfs: Fix for lockdep warnings with alloc_mutex and...
2008-11-20 Chris MasonBtrfs: only flush down bios for writeback pages
2008-11-20 Yan ZhengBtrfs: Drop dirty roots created by log replay immediate...
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Use current_fsuid/gid
2008-11-20 Chris MasonBtrfs: Fixes for 2.6.28-rc API changes
2008-11-19 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2008-11-19 Josef BacikBtrfs: fix free space accounting when unpinning extents
2008-11-19 Chris MasonBtrfs: Do fsync log replay when mount -o ro, except...
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
2008-11-18 Chris MasonBtrfs: switch back to wait_on_page_writeback to wait...
2008-11-18 Chris MasonBtrfs: Update the disk format for the seed device and...
2008-11-18 Chris MasonBtrfs: unplug all devices in the unplug call back
2008-11-18 Liu HuiBtrfs: Some fixes for batching extent insert.
2008-11-18 Chris MasonBtrfs: prevent loops in the directory tree when creatin...
2008-11-18 Chris MasonBtrfs: Add backrefs and forward refs for subvols and...
2008-11-18 Chris MasonBtrfs: Give each subvol and snapshot their own anonymou...
2008-11-18 Chris MasonBtrfs: Allow subvolumes and snapshots anywhere in the...
2008-11-18 Josef BacikBtrfs: Add some debugging around the ENOSPC bugs
2008-11-18 Josef BacikBtrfs: fix free space leak
2008-11-15 Al ViroFix inotify watch removal/umount races
2008-11-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-11-13 David Teiglanddlm: fix shutdown cleanup
2008-11-13 Theodore Tsoext3: Clean up outdated and incorrect comment for ext3_...
2008-11-13 Eric W. Biedermanvfs: fix shrink_submounts
2008-11-12 yanhai zhuBtrfs: Add a missing return pointer check
2008-11-12 yanhai zhuBtrfs: Check kthread_should_stop() before schedule...
2008-11-12 Yan ZhengBtrfs: Fix race in btrfs_mark_extent_written
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-12 Josef BacikBtrfs: batch extent inserts/updates/deletions on the...
2008-11-12 Sage WeilBtrfs: allow clone of an arbitrary file range
2008-11-13 Chris MasonBtrfs: Fix handling of space info full during allocations
2008-11-13 Chris MasonBtrfs: Improve metadata read latencies
2008-11-11 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2008-11-11 Chris MasonBtrfs: Fix compile warnings on 32 bit machines
2008-11-11 Yan ZhengBtrfs: Fix starting search offset inside btrfs_drop_extents
2008-11-10 Chris MasonBtrfs: empty_size allocation fixes again
2008-11-10 Chris MasonBtrfs: tune btrfs unplug functions for a small number...
2008-11-10 Tiger Yangocfs2: Check search result in ocfs2_xattr_block_get()
2008-11-10 Mark Fashehocfs2: fix printk related build warnings in xattr.c
2008-11-10 Dmitri Monakhovocfs2: truncate outstanding block after direct io failure
2008-11-10 Tao Maocfs2/xattr: Proper hash collision handle in bucket...
2008-11-10 Tao Maocfs2: return 0 in page_mkwrite to let VFS retry.
2008-11-10 Sunil Mushranocfs2: Set journal descriptor to NULL after journal...
2008-11-10 Tao Maocfs2: Fix check of return value of ocfs2_start_trans...
2008-11-10 Jan Karaocfs2: Let inode be really deleted when ocfs2_mknod_loc...
2008-11-10 Jan Karaocfs2: Fix checking of return value of new_inode()
2008-11-10 Jan Karaocfs2: Fix check of return value of ocfs2_start_trans()
2008-11-10 Tao Maocfs2: Fix some typos in xattr annotations.
2008-11-10 Tao Maocfs2: Remove unused ocfs2_restore_xattr_block().
2008-11-10 Joel Beckerocfs2: Don't repeat ocfs2_xattr_block_find()
2008-11-10 Joel Beckerocfs2: Specify appropriate journal access for new xattr...
next