summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Btrfs: improve async block group cachingYan Zheng1-9/+20
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason1-1/+1
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-1/+1
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+1
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng1-3/+1
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+25
2009-07-27Btrfs: change how we unpin extentsJosef Bacik1-3/+2
2009-07-24Btrfs: async block group cachingJosef Bacik1-3/+19
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik1-1/+7
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng1-1/+1
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+1
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng1-2/+1
2009-06-24switch btrfs to inode->i_aclAl Viro1-2/+0
2009-06-10Fix btrfs when ACLs are configured outAl Viro1-0/+4
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-6/+10
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+1
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason1-0/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-105/+203
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-1/+2
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik1-0/+3
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-35/+49
2009-04-02Btrfs: fix typos in commentsWu Fengguang1-9/+11
2009-04-02Btrfs: add flushoncommit mount optionSage Weil1-0/+1
2009-04-02Btrfs: notreelog mount optionSage Weil1-0/+1
2009-04-03Btrfs: rework allocation clusteringChris Mason1-19/+35
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik1-1/+0
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik1-8/+3
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-14/+55
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+1
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+35
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-1/+6
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-3/+9
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-0/+1
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-9/+3
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason1-1/+1
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-0/+9
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-9/+31
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-7/+3
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney1-1/+0
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+4
2009-02-04Btrfs: hash_lock is no longer neededChris Mason1-1/+0
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-6/+7
2009-01-21Btrfs: change/remove typedefJan Engelhardt1-8/+2
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-15/+15
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-0/+1
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-1/+4
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-8/+9
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-0/+13
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+26
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-10/+20