nfsd4: set shorter timeout
[safe/jmp/linux-2.6] / fs / btrfs /
2009-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-21 Chris MasonBtrfs: fix btrfs fallocate oops and deadlock
2009-04-21 Li Zefanbtrfs: use memdup_user()
2009-04-20 Chris MasonBtrfs: use the right node in reada_for_balance
2009-04-20 Chris MasonBtrfs: fix oops on page->mapping->host during writepage
2009-04-20 Chris MasonBtrfs: add a priority queue to the async thread helpers
2009-04-20 Chris MasonBtrfs: use WRITE_SYNC for synchronous writes
2009-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-02 Stoyan GaydarovBtrfs: BUG to BUG_ON changes
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-04-02 Wu FengguangBtrfs: fix typos in comments
2009-04-02 Jim OwensBtrfs: remove unused ftrace include
2009-04-03 Heiko CarstensBtrfs: fix __ucmpdi2 compile bug on 32 bit builds
2009-04-02 Shen FengBtrfs: free inode struct when btrfs_new_inode fails
2009-04-02 Amit GudBtrfs: fix race in worker_loop
2009-04-02 Sage WeilBtrfs: add flushoncommit mount option
2009-04-02 Sage WeilBtrfs: notreelog mount option
2009-04-02 Eric ParisBtrfs: introduce btrfs_show_options
2009-04-03 Chris MasonBtrfs: rework allocation clustering
2009-04-03 Chris MasonBtrfs: Optimize locking in btrfs_next_leaf()
2009-04-03 Chris MasonBtrfs: break up btrfs_search_slot into smaller pieces
2009-04-03 Josef BacikBtrfs: kill the pinned_mutex
2009-04-03 Josef BacikBtrfs: kill the block group alloc mutex
2009-04-03 Josef BacikBtrfs: clean up find_free_extent
2009-04-03 Josef BacikBtrfs: free space cache cleanups
2009-04-03 Chris MasonBtrfs: unplug in the async bio submission threads
2009-04-03 Chris MasonBtrfs: keep processing bios for a given bdev if our...
2009-04-01 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-01 Nick Pigginfs: fix page_mkwrite error cases in core code and btrfs
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Al ViroNew helper - current_umask()
2009-03-31 Chris MasonBtrfs: try to free metadata pages when we free btree...
2009-03-31 Chris MasonBtrfs: add extra flushing for renames and truncates
2009-03-26 Jens Axboebtrfs: get rid of current_is_pdflush() in btrfs_btree_b...
2009-03-25 Chris MasonBtrfs: make sure btrfs_update_delayed_ref doesn't incre...
2009-03-24 Chris MasonBtrfs: optimize fsyncs on old files
2009-03-24 Chris MasonBtrfs: tree logging unlink/rename fixes
2009-03-24 Chris MasonBtrfs: Make sure i_nlink doesn't hit zero too soon...
2009-03-24 Chris MasonBtrfs: limit balancing work while flushing delayed...
2009-03-24 Chris MasonBtrfs: readahead checksums during btrfs_finish_ordered_io
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-03-24 Chris MasonBtrfs: Only let very young transactions grow during...
2009-03-24 Chris MasonBtrfs: Check for a blocking lock before taking the...
2009-03-24 Chris MasonBtrfs: reduce stack in cow_file_range
2009-03-24 Chris MasonBtrfs: reduce stalls during transaction commit
2009-03-24 Chris MasonBtrfs: process the delayed reference queue in clusters
2009-03-24 Chris MasonBtrfs: try to cleanup delayed refs while freeing extents
2009-03-24 Chris MasonBtrfs: reduce stack usage in some crucial tree balancin...
2009-03-24 Chris MasonBtrfs: do extent allocation and reference count updates...
2009-03-24 Chris MasonBtrfs: don't preallocate metadata blocks during btrfs_s...
2009-03-10 Chris MasonBtrfs: Clear space_info full when adding new devices
2009-03-10 Chris MasonBtrfs: Fix locking around adding new space_info
2009-03-09 Chris MasonBtrfs: fix spinlock assertions on UP systems
2009-02-20 Josef BacikBtrfs: try committing transaction before returning...
2009-02-20 Josef BacikBtrfs: add better -ENOSPC handling
2009-02-20 Chris MasonBtrfs: check file pointer in btrfs_sync_file
2009-02-12 Yan ZhengBtrfs: hold trans_mutex when using btrfs_record_root_in...
2009-02-12 Chris MasonBtrfs: make a lockdep class for the extent buffer locks
2009-02-12 Julia LawallBtrfs: fs/btrfs/volumes.c: remove useless kzalloc
2009-02-12 Qinghuang FengBtrfs: remove unused code in split_state()
2009-02-12 Jeff MahoneyBtrfs: remove btrfs_init_path
2009-02-12 Jeff MahoneyBtrfs: balance_level checks !child after access
2009-02-12 Yan ZhengBtrfs: Avoid using __GFP_HIGHMEM with slab allocator
2009-02-12 Chris MasonBtrfs: don't clean old snapshots on sync(1)
2009-02-12 Chris MasonBtrfs: use larger metadata clusters in ssd mode
2009-02-12 Chris MasonBtrfs: process mount options on mount -o remount,
2009-02-12 Josef BacikBtrfs: make sure all pending extent operations are...
2009-02-09 Chris MasonBtrfs: don't use spin_is_contended
2009-02-06 Chris MasonBtrfs: Make sure dir is non-null before doing S_ISGID...
2009-02-05 Chris MasonBtrfs: Fix memory leak in cache_drop_leaf_ref
2009-02-04 Chris MasonBtrfs: don't return congestion in write_cache_pages...
2009-02-04 Chris MasonBtrfs: Only prep for btree deletion balances when nodes...
2009-02-04 Chris MasonBtrfs: fix btrfs_unlock_up_safe to walk the entire...
2009-02-04 Chris MasonBtrfs: change btrfs_del_leaf to drop locks earlier
2009-02-04 Chris MasonBtrfs: Change btrfs_truncate_inode_items to stop when...
2009-02-04 Chris MasonBtrfs: Don't try to compress pages past i_size
2009-02-04 Josef BacikBtrfs: join the transaction in __btrfs_setxattr
2009-02-04 Chris BallBtrfs: Handle SGID bit when creating inodes
2009-02-04 Chris MasonBtrfs: Make btrfs_drop_snapshot work in larger and...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: hash_lock is no longer needed
2009-02-04 Chris MasonBtrfs: disable leak debugging checks in extent_io.c
2009-02-04 Chris MasonBtrfs: sort references by byte number during btrfs_inc_ref
2009-02-04 Chris MasonBtrfs: async threads should try harder to find work
2009-02-04 Jim OwensBtrfs: selinux support
2009-02-04 Christian HesseBtrfs: make btrfs acls selectable
2009-02-04 Chris MasonBtrfs: Catch missed bios in the async bio submission...
2009-01-28 Chris MasonBtrfs: fix readdir on 32 bit machines
2009-01-29 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-01-22 Chris MasonBtrfs: do less aggressive btree readahead
2009-01-22 Alexey Dobriyanfs/Kconfig: move btrfs out
2009-01-21 Yehuda SadehBtrfs: fiemap support
2009-01-21 Chris MasonBtrfs: stop providing a bmap operation to avoid swapfil...
2009-01-21 Yan ZhengBtrfs: fix tree logs parallel sync
2009-01-21 Qinghuang FengBtrfs: open_ctree() error handling can oops on fs_info
2009-01-21 Yan ZhengBtrfs: fix stop searching test in replace_one_extent
2009-01-21 Jan EngelhardtBtrfs: change/remove typedef
2009-01-21 Huang WeiyiBtrfs: remove duplicated #include
next