summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2017-06-14Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval
2017-06-14btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-29Btrfs: fix an integer overflow checkDan Carpenter
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues
2017-03-29Btrfs: bring back repair during readLiu Bo
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell
2017-03-17Btrfs: fix regression in lock_delalloc_pagesLiu Bo
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba
2017-02-28btrfs: handle allocation error in update_dev_stat_itemDavid Sterba
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: constify name of subvolume in creation helpersDavid Sterba
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov