summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana2016-08-011-1/+2
* Btrfs: send, add missing error check for calls to path_loop()Filipe Manana2016-08-011-0/+2
* Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko2016-08-011-5/+95
* Btrfs: add missing check for writeback errors on fsyncFilipe Manana2016-08-011-0/+8
* Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason2016-07-211-7/+5
* Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik2016-07-211-0/+5
* Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-072-17/+22
* Btrfs: fill relocation block rsv after allocationJosef Bacik2016-07-071-0/+6
* Btrfs: always use trans->block_rsv for orphansJosef Bacik2016-07-071-1/+7
* Btrfs: change how we calculate the global block rsvJosef Bacik2016-07-071-36/+9
* Btrfs: use root when checking need_async_flushJosef Bacik2016-07-071-5/+6
* Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik2016-07-071-0/+3
* Btrfs: fix release reserved extents trace pointsJosef Bacik2016-07-071-5/+1
* Btrfs: add tracepoints for flush eventsJosef Bacik2016-07-072-10/+21
* Btrfs: fix delalloc reservation amount tracepointJosef Bacik2016-07-071-1/+3
* Btrfs: trace pinned extentsJosef Bacik2016-07-071-0/+8
* Btrfs: introduce ticketed enospc infrastructureJosef Bacik2016-07-072-151/+380
* Btrfs: add tracepoint for adding block groupsJosef Bacik2016-07-071-0/+2
* Btrfs: warn_on for unaccounted spacesJosef Bacik2016-07-071-6/+8
* Btrfs: change delayed reservation fallback behaviorJosef Bacik2016-07-071-41/+23
* Btrfs: always reserve metadata for delalloc extentsJosef Bacik2016-07-071-22/+13
* Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-076-25/+18
* Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik2016-07-071-18/+11
* Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-06-253-13/+34
|\
| * Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval2016-06-253-13/+34
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-2511-36/+57
|\ \ | |/ |/|
| * Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-232-6/+4
| * btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang2016-06-231-1/+2
| * Btrfs: fix error handling in map_private_extent_bufferLiu Bo2016-06-232-2/+11
| * Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun2016-06-231-1/+1
| * Btrfs: don't do nocow check unless we have toJosef Bacik2016-06-231-22/+22
| * btrfs: fix deadlock in delayed_ref_async_startChris Mason2016-06-231-9/+11
| * Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-234-5/+16
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1811-43/+61
|\|
| * Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra2016-06-171-1/+2
| * btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba2016-06-171-5/+0
| * btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba2016-06-171-1/+1
| * btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2016-06-172-15/+12
| * Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik2016-06-171-1/+10
| * btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-174-4/+7
| * Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-176-15/+28
| * btrfs: Use correct format specifierHeinrich Schuchardt2016-06-171-1/+1
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1018-357/+568
|\|
| * Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-085-17/+114
| |\
| | * btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney2016-06-063-2/+9
| | * Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | * Btrfs: add more validation checks for superblockLiu Bo2016-06-062-0/+35
| | * Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | * Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-0815-340/+454
| |\ \