summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-07-26btrfs: make sure device is synced before returnAnand Jain1-0/+5
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain1-36/+35
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant1-37/+35
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo2-3/+6
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov9-16/+16
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki1-2/+1
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov1-1/+8
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo2-21/+52
2016-07-26Btrfs: fix double free of fs rootLiu Bo1-9/+3
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo1-0/+8
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang1-0/+2
2016-07-21Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason1-7/+5
2016-07-20Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik1-0/+5
2016-07-18Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé1-1/+1
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2-17/+22
2016-07-07Btrfs: fill relocation block rsv after allocationJosef Bacik1-0/+6
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik1-1/+7
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik1-36/+9
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik1-5/+6
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik1-0/+3
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik1-5/+1
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik2-10/+21
2016-07-07Btrfs: fix delalloc reservation amount tracepointJosef Bacik1-1/+3
2016-07-07Btrfs: trace pinned extentsJosef Bacik1-0/+8
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik2-151/+380
2016-07-07Btrfs: add tracepoint for adding block groupsJosef Bacik1-0/+2
2016-07-07Btrfs: warn_on for unaccounted spacesJosef Bacik1-6/+8
2016-07-07Btrfs: change delayed reservation fallback behaviorJosef Bacik1-41/+23
2016-07-07Btrfs: always reserve metadata for delalloc extentsJosef Bacik1-22/+13
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik6-25/+18
2016-07-07Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik1-18/+11
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+34
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-36/+57
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval3-13/+34
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2-6/+4
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang1-1/+2
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo2-2/+11
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1
2016-06-22Btrfs: don't do nocow check unless we have toJosef Bacik1-22/+22
2016-06-22btrfs: fix deadlock in delayed_ref_async_startChris Mason1-9/+11
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik4-5/+16
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-43/+61
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo6-15/+28