summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-10-22btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-22Btrfs: catch invalid free space treesOmar Sandoval3-1/+13
2016-10-22Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval3-27/+76
2016-09-30btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-24Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-09-07btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney3-11/+22
2016-09-07btrfs: properly track when rescan worker is runningJeff Mahoney3-1/+10
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney4-6/+13
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-08-20Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason1-7/+5
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+34
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-36/+57
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval3-13/+34
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2-6/+4
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang1-1/+2
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo2-2/+11
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1
2016-06-23Btrfs: don't do nocow check unless we have toJosef Bacik1-22/+22
2016-06-23btrfs: fix deadlock in delayed_ref_async_startChris Mason1-9/+11
2016-06-23Btrfs: track transid for delayed ref flushingJosef Bacik4-5/+16
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-43/+61
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo6-15/+28
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt1-1/+1
2016-06-11Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-357/+568
2016-06-09Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason5-17/+114
2016-06-09Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason15-340/+454
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu3-18/+31
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney3-2/+9
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo2-0/+35
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo1-0/+2
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+103
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu15-291/+355
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2-7/+7
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu1-2/+2
2016-06-01Btrfs: end transaction if we abort when creating uuid rootJosef Bacik1-0/+1
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana1-0/+10
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana1-0/+6
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana1-12/+9