Switch open_exec() and sys_uselib() to do_open_filp()
[safe/jmp/linux-2.6] / fs / btrfs / ctree.c
2008-09-25 Chris MasonBtrfs: Defrag only leaves, and only when the parent...
2008-09-25 Chris MasonBtrfs: Defrag: only walk into nodes with the defrag...
2008-09-25 Chris MasonBtrfs: Large block related defrag optimizations
2008-09-25 Chris MasonBreakout BTRFS_SETGET_FUNCS into a separate C file...
2008-09-25 Chris MasonBtrfs: extent_map optimizations to cut down on CPU...
2008-09-25 Chris MasonBtrfs: Allow tails larger than one page
2008-09-25 Chris MasonBtrfs: Add an extent buffer LRU to reduce radix tree...
2008-09-25 Chris MasonBtrfs: Add back the online defragging code
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25 Chris MasonBtrfs: Optimizations for the extent_buffer code
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2007-09-10 Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-29 YanBtrfs: ctree.c cleanups
2007-08-27 Chris MasonBtrfs: Do more extensive readahead during tree searches
2007-08-27 Yanfix block readahead in btrfs_next_leaf
2007-08-10 Chris MasonBtrfs: Add BH_Defrag to mark buffers that are in need...
2007-08-10 Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-07 Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
2007-08-07 Chris MasonBtrfs: Fold some btree readahead routines into somethin...
2007-08-07 Chris MasonBtrfs: Do snapshot deletion in smaller chunks.
2007-07-11 AneeshBtrfs: Some code cleanups
2007-07-11 Zach BrownBtrfs: trivial include fixups
2007-06-28 Chris MasonBtrfs: crash recovery fixes
2007-06-22 Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-13 Aneeshbtrfs: Code cleanup
2007-06-12 Chris MasonBtrfs: add GPLv2
2007-05-11 Chris MasonBtrfs: patch queue: fix corruption when splitting large...
2007-05-10 Chris MasonBtrfs: fix check_node and check_leaf to use less cpu
2007-04-30 Chris MasonBtrfs: allocator improvements, inode block groups
2007-04-21 Chris MasonBtrfs: add owner and type fields to the extents aand...
2007-04-20 Chris MasonBtrfs: node balance optimizations
2007-04-20 Chris MasonBtrfs: write barriers on commit, balance level before...
2007-04-18 Chris MasonBtrfs: working file_write, reorganized key flags
2007-04-17 Chris MasonBtrfs: rework csums and extent item ordering
2007-04-17 Chris MasonBtrfs: progress on file_write
2007-04-16 Chris MasonBtrfs: early work to file_write in big extents
2007-04-11 Chris MasonBtrfs: create a logical->phsyical block number mapping...
2007-04-10 Chris MasonBtrfs: drop owner and parentid
2007-04-05 Chris MasonBtrfs: uuids
2007-04-04 Chris MasonBtrfs: support for items bigger than 1/2 the blocksize
2007-04-04 Chris MasonBtrfs: early inline file data code
2007-04-02 Chris MasonBtrfs: still corruption hunting
2007-03-30 Chris MasonBtrfs: corruption hunt continues
2007-03-30 Chris MasonBtrfs: hunting slab corruption
2007-03-29 Chris MasonBtrfs: verify csums on read
2007-03-27 Chris MasonBtrfs: split out level field in struct header
2007-03-23 Chris MasonAdd generation number to btrfs_header, readdir fixes...
2007-03-23 Chris Masonbtrfs_create, btrfs_write_super, btrfs_sync_fs
2007-03-22 Chris MasonMountable btrfs, with readdir
2007-03-21 Chris MasonBtrfs: initial move to kernel module land
2007-03-17 Chris MasonBtrfs: minor comments
2007-03-16 Chris MasonBtrfs: transaction handles everywhere
2007-03-16 Chris MasonBtrfs: pin freed blocks from the FS tree too
2007-03-16 Chris MasonBtrfs: add a name_len to dir items, reorder key
2007-03-15 Chris MasonBtrfs: Use a chunk of the key flags to record the item...
2007-03-14 Chris MasonBtrfs: variable block size support
2007-03-13 Chris MasonBtrfs: merge leaves before split
2007-03-13 Chris MasonBtrfs: make some funcs static
2007-03-13 Chris Masonrename funcs and structs to btrfs
2007-03-13 Chris MasonBtrfs: node->blockptrs endian fixes
2007-03-13 Chris MasonBtrfs: struct item endian fixes
2007-03-12 Chris MasonBtrfs: struct key endian fixes
2007-03-12 Chris MasonBtrfs: get/set for struct header fields
2007-03-07 Chris MasonBtrfs: get rid of add recursion
2007-03-07 Chris MasonBtrfs: Fixup reference counting on cows
2007-03-02 Chris MasonBtrfs: early reference counting
2007-03-02 Chris MasonBtrfs: Fix extent code to use merge during delete
2007-03-01 Chris MasonBtrfs: pretend page cache & commit code
2007-03-01 Chris MasonBtrfs: Fixup the code to merge during path walks
2007-03-01 Chris MasonBtrfs: merge on the way down during deletes
2007-02-28 Chris MasonBtrfs: more return code checking
2007-02-28 Chris MasonBtrfs: return code checking
2007-02-28 Chris MasonBtrfs: Take out the merge-during-search-on-delete code...
2007-02-26 Chris MasonBtrfs: Add fsx-style randomized tree tester
2007-02-24 Chris MasonBtrfs: cleanup & comment
2007-02-24 Chris MasonBtrfs: push_leaf_right
2007-02-24 Chris MasonBtrfs: Break up ctree.c a little
2007-02-23 Chris MasonBtrfs: Block sized tree extents and extent deletion
2007-02-22 Chris MasonBtrfs: switch to early splits
2007-02-21 Chris MasonBtrfs: extent fixes
2007-02-20 Chris MasonBtrfs: early extent mapping support
2007-02-02 Chris MasonBtrfs: Commenting/cleanup
2007-02-02 Chris MasonBtrfs: Add backing store, memory management
2007-01-26 Chris MasonBtrfs: Faster deletes, add Makefile and kerncompat
2007-01-26 Chris MasonBtrfs: Initial checkin, basic working tree code