summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-322/+260
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo1-1/+1
2017-02-17btrfs: remove unused parameter from add_pending_csumsDavid Sterba1-4/+2
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo1-4/+4
2017-02-17Btrfs: create a helper to create em for IOLiu Bo1-115/+74
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo1-3/+2
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo1-35/+3
2017-02-14Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo1-1/+1
2017-02-14Btrfs: fix another race between truncate and lockless dio writeLiu Bo1-1/+3
2017-02-14Btrfs: fix comment in btrfs_page_mkwriteLiu Bo1-5/+5
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo1-0/+14
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba1-30/+39
2017-02-14btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov1-33/+38
2017-02-14btrfs: Make btrfs_del_inode_ref take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_log_new_name take btrfs_inodeNikolay Borisov1-4/+4
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov1-8/+8
2017-02-14btrfs: Make btrfs_record_unlink_dir take btrfs_inodeNikolay Borisov1-4/+4
2017-02-14btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_remove_delayed_node take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inodeNikolay Borisov1-2/+2
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-61/+61
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba1-23/+11
2017-02-14btrfs: remove unused logic of limiting async delalloc pagesDavid Sterba1-7/+0
2017-02-14btrfs: consolidate auto defrag kick off policiesAnand Jain1-8/+11
2017-02-14btrfs: use BTRFS_COMPRESS_NONE to specify no compressionAnand Jain1-3/+3
2017-02-14btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko1-1/+1
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+17
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-19Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-01-19Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra1-2/+2
2017-01-19btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang1-0/+1
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+10
2017-01-11Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason1-1/+1
2017-01-09Btrfs: add 'inode' for extent map tracepointLiu Bo1-1/+1
2017-01-03Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo1-2/+9
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-1/+0
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-461/+449
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+4
2016-12-11Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason1-5/+3
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-37/+37
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-91/+95
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-227/+267