summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason
2014-06-09Btrfs: free tmp ulist for qgroup rescanJosef Bacik
2014-06-09btrfs: usage error should not be logged into system logAnand Jain
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: fix double free in find_lock_delalloc_rangeChris Mason
2014-06-09btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen
2014-06-09Btrfs: set right total device count for seeding supportWang Shilong
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo
2014-06-09Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh
2014-06-09btrfs: remove useless ACL checkZhangZhen
2014-06-09btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana
2014-06-09btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng
2014-06-09btrfs: fix wrong max system array size check in kernel spaceGui Hecheng
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-06-09Btrfs: output warning instead of error when loading free space cache failedMiao Xie
2014-06-09btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo
2014-06-09btrfs: assert that send is not in progres before root deletionDavid Sterba
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana
2014-06-09btrfs: make FS_INFO ioctl available to anyoneDavid Sterba
2014-06-09btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba
2014-06-09btrfs: export more from FS_INFO to sysfsDavid Sterba
2014-06-09btrfs: retrieve more info from FS_INFO ioctlDavid Sterba
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba
2014-06-09Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana
2014-06-09Btrfs: do not increment on bio_index one by oneLiu Bo