aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-181/+473
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexGravatar Filipe Manana 3-4/+8
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemGravatar Liu Bo 1-1/+22
2016-08-25Btrfs: check btree node's nritemsGravatar Liu Bo 1-0/+16
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansGravatar Jeff Mahoney 3-11/+22
2016-08-25Btrfs: fix em leak in find_first_block_groupGravatar Josef Bacik 1-0/+1
2016-08-25btrfs: do not background blkdev_put()Gravatar Anand Jain 1-8/+19
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueGravatar Liu Bo 1-0/+9
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealGravatar Wang Xiaoguang 4-1/+25
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyGravatar Wang Xiaoguang 7-63/+73
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsGravatar Wang Xiaoguang 1-40/+57
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Gravatar Wang Xiaoguang 1-4/+6
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayGravatar Qu Wenruo 1-0/+16
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsGravatar Qu Wenruo 1-6/+103
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Gravatar Qu Wenruo 4-47/+71
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleGravatar Jeff Mahoney 4-6/+13
2016-08-25btrfs: properly track when rescan worker is runningGravatar Jeff Mahoney 3-1/+10
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyGravatar Alex Lyakas 1-1/+1
2016-08-25Btrfs: add ASSERT for block group's memory leakGravatar Liu Bo 1-0/+5
2016-08-25btrfs: backref: Fix soft lockup in __merge_refs functionGravatar Qu Wenruo 1-0/+1
2016-08-25Btrfs: fix memory leak of reloc_rootGravatar Liu Bo 1-1/+8
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-59/+283
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 4-12/+12
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+1
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Chris Mason 6-59/+283
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 43-686/+912
2016-08-04Fixup direct bi_rw modifiersGravatar Shaun Tancheff 1-1/+1
2016-08-04block: add missing group association in bio-cloning functionsGravatar Paolo Valente 1-6/+0
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSGravatar Chris Mason 1-2/+3
2016-08-03Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Gravatar Filipe Manana 2-30/+0
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkGravatar Filipe Manana 2-9/+95
2016-08-01Btrfs: be more precise on errors when getting an inode from diskGravatar Filipe Manana 1-9/+18
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsGravatar Filipe Manana 1-3/+45
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsGravatar Filipe Manana 1-0/+2
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsGravatar Robbie Ko 1-1/+11
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresGravatar Robbie Ko 1-0/+4
2016-08-01Btrfs: incremental send, fix premature rmdir operationsGravatar Robbie Ko 1-1/+1
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsGravatar Filipe Manana 1-1/+2
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Gravatar Filipe Manana 1-0/+2
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundGravatar Robbie Ko 1-5/+95
2016-08-01Btrfs: add missing check for writeback errors on fsyncGravatar Filipe Manana 1-0/+8
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-338/+544
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 14-209/+222
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 17-152/+147
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerGravatar Jeff Mahoney 4-4/+6
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionGravatar Jeff Mahoney 1-1/+1
2016-07-26btrfs: convert nodesize macros to static inlinesGravatar Jeff Mahoney 1-15/+33
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEGravatar Jeff Mahoney 4-10/+8