summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba4-26/+25
2017-04-18btrfs: qgroups: Retry after commit on getting EDQUOTGoldwyn Rodrigues1-1/+23
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski3-10/+12
2017-04-18btrfs: provide enumeration for __merge_refs mode argumentEdmund Nadolski1-10/+13
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba6-20/+0
2017-04-18btrfs: remove local blocksize variable in reada_find_extentDavid Sterba1-4/+2
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba1-4/+3
2017-04-18btrfs: remove redundant parameter from reada_find_zoneDavid Sterba1-3/+3
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba3-6/+5
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba2-1/+8
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba2-1/+8
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues1-2/+1
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo1-1/+2
2017-04-18Btrfs: convert BUG_ON to WARN_ONLiu Bo1-2/+2
2017-04-18Btrfs: helper for ops that requires full stripeLiu Bo1-8/+10
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo1-3/+4
2017-04-18Btrfs: handle operations for device replace separatelyLiu Bo1-81/+98
2017-04-18Btrfs: introduce a function to get extra mirror from replaceLiu Bo1-72/+89
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo1-114/+175
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo3-111/+57
2017-04-18Btrfs: add file item tracepointsLiu Bo1-0/+15
2017-04-18btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_tElena Reshetova1-10/+9
2017-04-18btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova1-9/+9
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova2-8/+9
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova3-4/+4
2017-04-18btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_tElena Reshetova2-10/+10
2017-04-18btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_tElena Reshetova2-16/+16
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova5-12/+14
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2-7/+8
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2-10/+10
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova5-10/+11
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova5-14/+16
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2-5/+5
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo1-7/+0
2017-04-18btrfs: fix a bogus warning when converting only data or metadataAdam Borowski1-3/+9
2017-04-15Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+14
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo1-2/+6
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo1-10/+4
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski1-0/+3
2017-04-01Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-29/+44
2017-03-29Btrfs: fix an integer overflow checkDan Carpenter1-1/+6
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues3-7/+7
2017-03-29Btrfs: bring back repair during readLiu Bo2-21/+31
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+16
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14