aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng1-1/+1
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo1-0/+18
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana1-1/+11
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-09btrfs: free delayed node outside of root->inode_lockJeff Mahoney1-2/+5
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1
2014-06-09Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-09btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-09Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana1-0/+29
2014-06-09Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana1-2/+7
2014-06-09Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana1-4/+22
2014-06-09Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana1-6/+6
2014-06-09Btrfs: ensure readers see new data after a clone operationFilipe Manana1-5/+31
2014-06-09fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney3-16/+36
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana1-7/+23
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-09Btrfs: async delayed refsChris Mason5-3/+107
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason2-138/+194
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell3-7/+71
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason1-4/+5
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason1-117/+191
2014-06-09Btrfs: free tmp ulist for qgroup rescanJosef Bacik1-0/+1
2014-06-09btrfs: usage error should not be logged into system logAnand Jain1-4/+1
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba1-1/+1
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba7-14/+14
2014-06-09Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-09btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen1-2/+3
2014-06-09Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao1-0/+7
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik16-37/+700
2014-06-09Btrfs: rework qgroup accountingJosef Bacik12-479/+1044
2014-06-09Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-09Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong1-2/+9
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie4-27/+36
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana1-0/+6
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana1-1/+1
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh1-0/+1
2014-06-09btrfs: remove useless ACL checkZhangZhen1-7/+0
2014-06-09btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain1-0/+31
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie12-94/+109
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana1-94/+96
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana1-6/+0
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana1-6/+7
2014-06-09btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng1-0/+16
2014-06-09btrfs: fix wrong max system array size check in kernel spaceGui Hecheng1-1/+2