summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana
2017-02-24Btrfs: fix leak of subvolume writers counterRobbie Ko
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo
2017-02-17btrfs: remove unused parameter from add_pending_csumsDavid Sterba
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo
2017-02-17Btrfs: create a helper to create em for IOLiu Bo
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo
2017-02-14Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo
2017-02-14Btrfs: fix another race between truncate and lockless dio writeLiu Bo
2017-02-14Btrfs: fix comment in btrfs_page_mkwriteLiu Bo
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_del_inode_ref take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_log_new_name take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_record_unlink_dir take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_remove_delayed_node take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba
2017-02-14btrfs: remove unused logic of limiting async delalloc pagesDavid Sterba
2017-02-14btrfs: consolidate auto defrag kick off policiesAnand Jain
2017-02-14btrfs: use BTRFS_COMPRESS_NONE to specify no compressionAnand Jain
2017-02-14btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval
2017-01-19Btrfs: fix truncate down when no_holes feature is enabledLiu Bo
2017-01-19Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra
2017-01-19btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-11Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason
2017-01-09Btrfs: add 'inode' for extent map tracepointLiu Bo
2017-01-03Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo