aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-15/+38
2017-01-11Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Gravatar Chris Mason 2-5/+12
2017-01-09Btrfs: add 'inode' for extent map tracepointGravatar Liu Bo 1-1/+1
2017-01-09btrfs: fix crash when tracepoint arguments are freed by wq callbacksGravatar David Sterba 1-4/+11
2017-01-03Btrfs: adjust outstanding_extents counter properly when dio write is splitGravatar Liu Bo 1-2/+9
2017-01-03Btrfs: fix lockdep warning about log_mutexGravatar Liu Bo 1-3/+10
2017-01-03Btrfs: use down_read_nested to make lockdep silentGravatar Liu Bo 1-1/+2
2017-01-03btrfs: fix locking when we put back a delayed ref that's too newGravatar Jeff Mahoney 1-1/+1
2017-01-03btrfs: fix error handling when run_delayed_extent_op failsGravatar Jeff Mahoney 1-0/+3
2016-12-19btrfs: return the actual error value from from btrfs_uuid_tree_iterateGravatar Pan Bian 1-3/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-17/+1
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusGravatar Al Viro 3-16/+0
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 63-4592/+4682
2016-12-14radix-tree: improve multiorder iteratorsGravatar Matthew Wilcox 1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Gravatar Matthew Wilcox 1-0/+1
2016-12-14btrfs: better handle btrfs_printk() defaultsGravatar Petr Mladek 1-9/+3
2016-12-13btrfs: limit async_work allocation and worker func durationGravatar Maxim Patlasov 3-2/+19
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-24/+19
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 6-42/+37
2016-12-12printk/btrfs: handle more message headersGravatar Petr Mladek 1-11/+15
2016-12-11Revert "Btrfs: adjust len of writes if following a preallocated extent"Gravatar Chris Mason 1-5/+3
2016-12-09fs: try to clone files first in vfs_copy_file_rangeGravatar Christoph Hellwig 3-16/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsGravatar Chris Mason 1-3/+8
2016-12-06btrfs: opencode chunk locking, remove helpersGravatar David Sterba 5-53/+43
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 22-211/+188
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsGravatar Jeff Mahoney 3-40/+58
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 44-1243/+1119
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeGravatar Jeff Mahoney 3-27/+34
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoGravatar Jeff Mahoney 1-9/+8
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyGravatar Jeff Mahoney 4-24/+13
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 33-2016/+2251
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Gravatar Jeff Mahoney 1-14/+14
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksGravatar Jeff Mahoney 5-47/+47
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 9-32/+37
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 39-414/+432
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initGravatar Jeff Mahoney 2-7/+7
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereGravatar Jeff Mahoney 6-70/+68
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoGravatar Jeff Mahoney 2-7/+8
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoGravatar Jeff Mahoney 1-10/+10
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootGravatar Jeff Mahoney 1-1/+2
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootGravatar Jeff Mahoney 3-3/+4
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 13-94/+107
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoGravatar Jeff Mahoney 10-60/+52
2016-12-05constify btrfs_mksubvol()Gravatar Al Viro 1-1/+1
2016-11-30Btrfs: fix tree search logic when replaying directory entry deletesGravatar Robbie Ko 1-2/+1
2016-11-30Btrfs: fix deadlock caused by fsync when logging directory entriesGravatar Robbie Ko 1-2/+2
2016-11-30Btrfs: fix enospc in hole punchingGravatar Robbie Ko 1-2/+2
2016-11-30btrfs: improve delayed refs iterationsGravatar Wang Xiaoguang 4-6/+37