summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-091-25/+83
| * | | btrfs: free delayed node outside of root->inode_lockJeff Mahoney2014-06-091-2/+5
| * | | btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-091-1/+1
| * | | Btrfs: fix transaction leak during fsync callFilipe Manana2014-06-091-1/+3
| * | | btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo2014-06-091-14/+98
| * | | Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-091-0/+29
| * | | Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-091-2/+7
| * | | Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-091-4/+22
| * | | Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-091-6/+6
| * | | Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-091-5/+31
| * | | fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-091-2/+3
| * | | btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-093-16/+36
| * | | Btrfs: send, use the right limits for xattr names and valuesFilipe Manana2014-06-091-7/+23
| * | | Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-091-0/+4
| * | | Btrfs: async delayed refsChris Mason2014-06-095-3/+107
| * | | Btrfs: split up __extent_writepage to lower stack usageChris Mason2014-06-092-138/+194
| * | | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-093-7/+71
| * | | Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason2014-06-091-4/+5
| * | | Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason2014-06-091-117/+191
| * | | Btrfs: free tmp ulist for qgroup rescanJosef Bacik2014-06-091-0/+1
| * | | btrfs: usage error should not be logged into system logAnand Jain2014-06-091-4/+1
| * | | btrfs: remove newline from inode cache kthread nameDavid Sterba2014-06-091-1/+1
| * | | btrfs: remove stale newlines from log messagesDavid Sterba2014-06-097-14/+14
| * | | Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-06-091-0/+1
| * | | btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen2014-06-091-2/+3
| * | | Btrfs: set right total device count for seeding supportWang Shilong2014-06-091-1/+0
| * | | Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao2014-06-091-0/+7
| * | | Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-0916-37/+700
| * | | Btrfs: rework qgroup accountingJosef Bacik2014-06-0912-479/+1044
| * | | Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo2014-06-091-0/+2
| * | | Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo2014-06-091-4/+8
| * | | Btrfs: fix joining same transaction handle more than twiceWang Shilong2014-06-091-2/+9
| * | | Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie2014-06-094-27/+36
| * | | Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana2014-06-091-0/+6
| * | | Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana2014-06-091-1/+1
| * | | Btrfs: make sure there are not any read requests before stopping workersWang Shilong2014-06-091-0/+5
| * | | Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh2014-06-091-0/+1
| * | | btrfs: remove useless ACL checkZhangZhen2014-06-091-7/+0
| * | | btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain2014-06-091-0/+31
| * | | Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-0912-94/+109
| * | | Btrfs: send, fix more issues related to directory renamesFilipe Manana2014-06-091-94/+96
| * | | Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana2014-06-091-6/+0
| * | | Btrfs: send, account for orphan directories when building path stringsFilipe Manana2014-06-091-24/+9
| * | | Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana2014-06-091-6/+7
| * | | btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng2014-06-091-0/+16
| * | | btrfs: fix wrong max system array size check in kernel spaceGui Hecheng2014-06-091-1/+2
| * | | btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo2014-06-091-7/+30
| * | | Btrfs: reclaim the reserved metadata space at backgroundMiao Xie2014-06-094-1/+114
| * | | Btrfs: output warning instead of error when loading free space cache failedMiao Xie2014-06-091-2/+2
| * | | btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo2014-06-091-2/+24