aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig1-11/+91
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-1/+1
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-2/+2
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-2/+0
2008-09-25Btrfs: Full back reference supportZheng Yan1-25/+32
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-0/+1
2008-09-25Btrfs: Update clone file ioctlYan Zheng1-80/+70
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-2/+2
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil1-1/+11
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason1-0/+6
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh1-8/+5
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik1-2/+4
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-2/+2
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-7/+14
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-4/+2
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-2/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-18/+6
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-3/+5
2008-09-25BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig1-0/+3
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig1-0/+781