summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang2017-01-191-0/+1
* Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-113-72/+91
|\
| * btrfs: make tracepoint format strings more compactDavid Sterba2017-01-091-56/+56
| * Btrfs: add truncated_len for ordered extent tracepointsLiu Bo2017-01-091-0/+4
| * Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-092-5/+9
| * btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-092-13/+24
* | Merge branch 'misc-4.10' into for-chris-4.10-20170104David Sterba2017-01-044-10/+26
|\ \ | |/ |/|
| * Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-01-031-2/+9
| * Btrfs: fix lockdep warning about log_mutexLiu Bo2017-01-031-3/+10
| * Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-01-031-1/+2
| * btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-031-1/+1
| * btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-031-0/+3
| * btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2016-12-191-3/+1
|/
* 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-121-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-062-36/+30
* | | 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-0614-102/+115
* | | btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-0610-60/+52
* | | Merge branch 'misc-4.10' into for-chris-4.10-20161130David Sterba2016-11-3033-827/+782
|\ \ \
| * | | 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