summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-07-31Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-05-31Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko
2019-05-31Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-04-26Btrfs: set plug for fsyncLiu Bo
2018-02-03Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo
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
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney