summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-322/+260
|\
| * Btrfs: use the correct type when creating cow dio extentLiu Bo2017-02-221-1/+1
| * btrfs: remove unused parameter from add_pending_csumsDavid Sterba2017-02-171-4/+2
| * Btrfs: specify a new ordered extent type for create_io_emLiu Bo2017-02-171-4/+4
| * Btrfs: create a helper to create em for IOLiu Bo2017-02-171-115/+74
| * btrfs: Better csum error message for data csum mismatchQu Wenruo2017-02-171-3/+2
| * Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-141-35/+3
| * Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo2017-02-141-1/+1
| * Btrfs: fix another race between truncate and lockless dio writeLiu Bo2017-02-141-1/+3
| * Btrfs: fix comment in btrfs_page_mkwriteLiu Bo2017-02-141-5/+5
| * Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo2017-02-141-0/+14
| * btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-30/+39
| * btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov2017-02-141-33/+38
| * btrfs: Make btrfs_del_inode_ref take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_log_new_name take btrfs_inodeNikolay Borisov2017-02-141-4/+4
| * btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov2017-02-141-8/+8
| * btrfs: Make btrfs_record_unlink_dir take btrfs_inodeNikolay Borisov2017-02-141-4/+4
| * btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_remove_delayed_node take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inodeNikolay Borisov2017-02-141-2/+2
| * btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-61/+61
| * btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba2017-02-141-23/+11
| * btrfs: remove unused logic of limiting async delalloc pagesDavid Sterba2017-02-141-7/+0
| * btrfs: consolidate auto defrag kick off policiesAnand Jain2017-02-141-8/+11
| * btrfs: use BTRFS_COMPRESS_NONE to specify no compressionAnand Jain2017-02-141-3/+3
| * btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko2017-02-141-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-271-9/+17
|\
| * Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-01-261-2/+0
| * Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-01-261-0/+1
| * Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-01-261-4/+1
| * Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-01-191-1/+12
| * Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-01-191-2/+2
| * btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang2017-01-191-0/+1
* | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-131-3/+10
|\|
| * Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-111-1/+1
| |\
| | * Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-091-1/+1
| * | Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-01-031-2/+9
| |/
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-461/+449
|\ \ \ | | |/ | |/|
| * | Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason2016-12-111-5/+3
| * | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-37/+37
| * | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-91/+95
| * | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-227/+267
| * | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-2/+2