summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-173-17/+1
|\ \
| * \ Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-163-16/+0
| |\ \
| | * | fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-093-16/+0
| | |/
| * | constify btrfs_mksubvol()Al Viro2016-12-051-1/+1
| |/
* | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-1663-4592/+4682
|\ \
| * | btrfs: limit async_work allocation and worker func durationMaxim Patlasov2016-12-133-2/+19
| * | Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-136-42/+37
| |\ \
| | * | Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2016-11-301-2/+1
| | * | Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko2016-11-301-2/+2
| | * | Btrfs: fix enospc in hole punchingRobbie Ko2016-11-301-2/+2
| | * | Btrfs: fix qgroup rescan worker initializationFilipe Manana2016-11-251-4/+1
| | * | Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2016-11-231-1/+12
| | * | Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2016-11-231-3/+7
| | * | Btrfs: remove rb_node field from the delayed ref node structureFilipe Manana2016-11-191-6/+0
| | * | Btrfs: remove unused code when creating and merging reloc treesFilipe Manana2016-11-191-19/+0
| | * | Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana2016-11-191-3/+12
| | * | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Chris Mason2016-11-015-9/+29
| | |\ \
| * | | | Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason2016-12-111-5/+3
| * | | | Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason2016-12-091-3/+8
| * | | | btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-065-53/+43
| * | | | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-0622-211/+188
| * | | | btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-063-40/+58
| * | | | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-0644-1243/+1119
| * | | | btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney2016-12-063-27/+34
| * | | | btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-061-9/+8
| * | | | btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney2016-12-064-24/+13
| * | | | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-0633-2016/+2251
| * | | | btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney2016-12-061-14/+14
| * | | | btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-065-47/+47
| * | | | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-069-32/+37
| * | | | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-0639-414/+432
| * | | | btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney2016-12-062-7/+7
| * | | | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-066-70/+68
| * | | | btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney2016-12-062-7/+8
| * | | | btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney2016-12-061-10/+10
| * | | | btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney2016-12-061-1/+2
| * | | | btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney2016-12-063-3/+4
| * | | | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-0613-94/+107
| * | | | btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-0610-60/+52
| * | | | btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-304-6/+37
| * | | | btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo2016-11-301-96/+23
| * | | | btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo2016-11-303-217/+239
| * | | | btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-306-16/+17
| * | | | btrfs: qgroup: Add comments explaining how btrfs qgroup worksQu Wenruo2016-11-301-0/+28
| * | | | btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig2016-11-301-19/+11
| * | | | btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig2016-11-301-21/+11
| * | | | btrfs: calculate end of bio offset properlyChristoph Hellwig2016-11-301-2/+8
| * | | | btrfs: use bi_sizeChristoph Hellwig2016-11-301-5/+2
OpenPOWER on IntegriCloud