summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-141-2/+4
* Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-02-011-2/+0
* Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-02-011-0/+1
* Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-02-011-4/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-191-0/+3
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-191-1/+1
* btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-191-4/+11
* Btrfs: fix qgroup rescan worker initializationFilipe Manana2017-01-061-4/+1
* Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2017-01-061-1/+12
* btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2017-01-061-0/+4
* Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana2017-01-061-3/+12
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko2017-01-061-2/+2
* Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2017-01-061-3/+7
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-01-063-2/+19
* Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-045-9/+29
|\
| * btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
| * Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
| * btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
| * btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
| * btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
| * Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-282-14/+64
|\ \
| * | btrfs: fix races on root_log_ctx listsChris Mason2016-10-271-14/+6
| * | Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-10-181-0/+58
| |\ \ | | |/ | |/|
| | * Btrfs: fix incremental send failure caused by balanceFilipe Manana2016-10-121-0/+58
* | | btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-147-156/+261
|\| |
| * | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-127-156/+261
| |\ \ | | |/ | |/|
| | * btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| | * btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
| | * Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96
| | * Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval2016-10-031-36/+51
| | * Btrfs: catch invalid free space treesOmar Sandoval2016-10-033-1/+13
| | * Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval2016-10-031-12/+12
| | * Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval2016-10-033-27/+76
* | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-1143-1071/+1563
|\| |
| * | Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2016-10-102-11/+15
| * | Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo2016-09-261-1/+5
| * | Btrfs: don't BUG() during drop snapshotJosef Bacik2016-09-261-11/+27
| * | btrfs: fix btrfs_no_printk stub helperArnd Bergmann2016-09-261-10/+7
| * | Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-263-19/+28
| * | btrfs: parent_start initialization cleanupGoldwyn Rodrigues2016-09-261-15/+3
| * | btrfs: Remove already completed TODO commentGoldwyn Rodrigues2016-09-261-2/+0
| * | btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues2016-09-261-1/+0
| * | btrfs: fix a possible umount deadlockAnand Jain2016-09-261-6/+20
| * | Btrfs: fix memory leak in do_walk_downLiu Bo2016-09-261-0/+1
| * | btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney2016-09-261-4/+10
| * | btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney2016-09-261-27/+38
| * | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-2620-177/+231