summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-02-25btrfs: Document logic regarding inode in async_cow_submitNikolay Borisov
2019-02-25btrfs: Remove WARN_ON in btrfs_alloc_delalloc_workNikolay Borisov
2019-02-25btrfs: Use ihold instead of igrab in cow_file_range_asyncNikolay Borisov
2019-02-25btrfs: Remove isize local variable in compress_file_rangeNikolay Borisov
2019-02-25btrfs: Remove inode argument from async_cow_submitNikolay Borisov
2019-02-25btrfs: remove set but not used variable 'num_pages'YueHaibing
2019-02-25btrfs: Remove redundant assignment in btrfs_get_extent_fiemapNikolay Borisov
2019-02-25btrfs: Refactor btrfs_get_extent_fiemapNikolay Borisov
2019-02-25btrfs: Remove unused arguments from btrfs_get_extent_fiemapNikolay Borisov
2019-02-25Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana
2019-02-25Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana
2019-02-25Btrfs: do not overwrite error return value in the get device stats ioctlFilipe Manana
2019-02-25Btrfs: do not overwrite error return value in scrub progress ioctlFilipe Manana
2019-02-25Btrfs: do not overwrite scrub error with fault error in scrub ioctlFilipe Manana
2019-02-25btrfs: Make first argument of btrfs_run_delalloc_range directly an inodeNikolay Borisov
2019-02-25Btrfs: drop useless LIST_HEAD in merge_reloc_rootJulia Lawall
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei
2019-02-15btrfs: look at bi_size for repair decisionsChristoph Hellwig
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana
2018-12-17btrfs: Refactor main loop in extent_readpagesNikolay Borisov
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana