aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Linus Torvalds 5-9/+29
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-14/+64
2016-10-27btrfs: fix races on root_log_ctx listsGravatar Chris Mason 1-14/+6
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Gravatar Wang Xiaoguang 1-0/+3
2016-10-24Btrfs: remove some no-op castsGravatar Dan Carpenter 1-4/+4
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Gravatar Wang Xiaoguang 1-2/+2
2016-10-24btrfs: make file clone aware of fatal signalsGravatar Wang Xiaoguang 1-0/+5
2016-10-24btrfs: qgroup: Prevent qgroup->reserved from going subzeroGravatar Goldwyn Rodrigues 1-2/+7
2016-10-18Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-0/+58
2016-10-17btrfs: assign error values to the correct bio structsGravatar Junjie Mao 1-2/+2
2016-10-17Btrfs: kill BUG_ON in do_relocationGravatar Liu Bo 1-1/+8
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-156/+261
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 7-156/+261
2016-10-12Btrfs: fix incremental send failure caused by balanceGravatar Filipe Manana 1-0/+58
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 43-1071/+1563
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-22/+22
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 3-7/+16
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-12/+0
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Gravatar Chris Mason 2-11/+15
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-25/+7
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsGravatar Al Viro 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 2-5/+3
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscGravatar Al Viro 4-19/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-12/+0
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2016-10-03btrfs: tests: uninline member definitions in free_space_extentGravatar David Sterba 1-1/+2
2016-10-03btrfs: tests: constify free space extent specsGravatar David Sterba 1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugGravatar Omar Sandoval 1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsGravatar Omar Sandoval 1-36/+51
2016-10-03Btrfs: catch invalid free space treesGravatar Omar Sandoval 3-1/+13
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Gravatar Omar Sandoval 1-12/+12
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsGravatar Omar Sandoval 3-27/+76
2016-09-27posix_acl: xattr representation cleanupsGravatar Andreas Gruenbacher 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 5-21/+21
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafGravatar Liu Bo 1-1/+5
2016-09-26Btrfs: don't BUG() during drop snapshotGravatar Josef Bacik 1-11/+27
2016-09-26btrfs: fix btrfs_no_printk stub helperGravatar Arnd Bergmann 1-10/+7
2016-09-26Btrfs: memset to avoid stale content in btree leafGravatar Liu Bo 3-19/+28
2016-09-26btrfs: parent_start initialization cleanupGravatar Goldwyn Rodrigues 1-15/+3
2016-09-26btrfs: Remove already completed TODO commentGravatar Goldwyn Rodrigues 1-2/+0
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGravatar Goldwyn Rodrigues 1-1/+0
2016-09-26btrfs: fix a possible umount deadlockGravatar Anand Jain 1-6/+20
2016-09-26Btrfs: fix memory leak in do_walk_downGravatar Liu Bo 1-0/+1
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedGravatar Jeff Mahoney 1-4/+10
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugGravatar Jeff Mahoney 1-27/+38
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 20-177/+231
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 16-275/+205
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 27-391/+324