aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-0/+4
2017-12-12btrfs: allow us to inject errors at io_ctl_initGravatar Josef Bacik 1-0/+2
2017-12-12btrfs: make open_ctree error injectableGravatar Josef Bacik 1-0/+2
2017-12-10Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-14/+21
2017-12-07btrfs: Fix possible off-by-one in btrfs_search_path_in_treeGravatar Nikolay Borisov 1-1/+1
2017-12-07Btrfs: disable FUA if mounted with nobarrierGravatar Omar Sandoval 1-7/+5
2017-12-07btrfs: fix missing error return in btrfs_drop_snapshotGravatar Jeff Mahoney 1-0/+1
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowGravatar Jeff Mahoney 1-6/+12
2017-12-07btrfs: Fix quota reservation leak on preallocated filesGravatar Justin Maggard 1-0/+2
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 19-135/+314
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileGravatar Filipe Manana 1-18/+106
2017-11-28btrfs: tree-checker: Fix false panic for sanity testGravatar Qu Wenruo 3-8/+43
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 5-31/+31
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncGravatar Liu Bo 2-3/+4
2017-11-27btrfs: Fix wild memory access in compression level parserGravatar Qu Wenruo 3-3/+14
2017-11-27btrfs: fix deadlock when writing out space cacheGravatar Josef Bacik 1-1/+2
2017-11-20btrfs: clear space cache inode generation alwaysGravatar Josef Bacik 1-7/+7
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-24/+3
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 1-3/+3
2017-11-15btrfs: use pagevec_lookup_range_tag()Gravatar Jan Kara 1-15/+4
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesGravatar Filipe Manana 7-33/+46
2017-11-15Btrfs: move definition of the function btrfs_find_new_delalloc_bytesGravatar Filipe Manana 1-41/+41
2017-11-15Btrfs: bail out gracefully rather than BUG_ONGravatar Liu Bo 1-2/+8
2017-11-15btrfs: dev_alloc_list is not protected by RCU, use normal list_delGravatar David Sterba 1-1/+1
2017-11-15btrfs: add missing device::flush_bio putsGravatar David Sterba 1-0/+10
2017-11-15btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemGravatar Nikolay Borisov 1-8/+12
2017-11-15Btrfs: add write_flags for compression bioGravatar Liu Bo 5-10/+20
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 48-1547/+3315
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsGravatar David Howells 1-24/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-11-01btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gravatar Gu JinXiang 1-1/+1
2017-11-01Btrfs: heuristic: add Shannon entropy calculationGravatar Timofey Titovets 1-1/+84
2017-11-01Btrfs: heuristic: add byte core set calculationGravatar Timofey Titovets 1-0/+65
2017-11-01Btrfs: heuristic: add byte set calculationGravatar Timofey Titovets 1-0/+45
2017-11-01Btrfs: heuristic: add detection of repeated data patternsGravatar Timofey Titovets 1-1/+14
2017-11-01Btrfs: heuristic: implement sampling logicGravatar Timofey Titovets 1-9/+62
2017-11-01Btrfs: heuristic: add bucket and sample counters and other definesGravatar Timofey Titovets 1-1/+52
2017-11-01Btrfs: compression: separate heuristic/compression workspacesGravatar Timofey Titovets 1-18/+121
2017-11-01btrfs: move btrfs_truncate_block out of trans handleGravatar Josef Bacik 1-75/+45
2017-11-01btrfs: don't call btrfs_start_delalloc_roots in flushoncommitGravatar Josef Bacik 1-1/+10
2017-11-01btrfs: track refs in a rb_tree instead of a listGravatar Josef Bacik 5-67/+82
2017-11-01btrfs: add a comp_refs() helperGravatar Josef Bacik 1-24/+30
2017-11-01btrfs: switch args for comp_*_refsGravatar Josef Bacik 1-4/+4
2017-11-01btrfs: make the delalloc block rsv per inodeGravatar Josef Bacik 6-292/+141
2017-11-01btrfs: add tracepoints for outstanding extents modsGravatar Josef Bacik 1-0/+2
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 10-156/+185
2017-11-01btrfs: increase output size for LOGICAL_INO_V2 ioctlGravatar Zygo Blaxell 1-1/+2
2017-11-01btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2Gravatar Zygo Blaxell 1-3/+23
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Gravatar Zygo Blaxell 8-48/+73