aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/git/mason/linux-btrfsLinus Torvalds2-1/+16
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-03-17Btrfs: fix regression in lock_delalloc_pagesLiu Bo1-1/+2
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds32-656/+861
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11Chris Mason31-626/+673
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba4-3/+10
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba1-4/+3
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba3-11/+26
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba3-11/+6