summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-22Btrfs: fix space leak after fallocate and zero range operationsFilipe Manana
2018-01-22Btrfs: fix missing inode i_size update after zero range operationFilipe Manana
2018-01-22Btrfs: use cached state when dirtying pages during buffered writeFilipe Manana
2018-01-22Btrfs: add support for fallocate's zero range operationFilipe Manana
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22Btrfs: set plug for fsyncLiu Bo
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2018-01-22btrfs: Use locked_end rather than open coding itNikolay Borisov
2018-01-22btrfs: Move loop termination condition in while()Nikolay Borisov
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-11-15Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-10-30btrfs: cleanup extent locking sequenceGoldwyn Rodrigues
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-10btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-21Btrfs: fix invalid extent maps due to hole punchingFilipe Manana
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana
2017-04-26Btrfs: fix extent map leak during fallocate error pathFilipe Manana
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make fill_holes take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov