aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds7-156/+261
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason7-156/+261
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds43-1071/+1563
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-22/+22
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro3-7/+16
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2-11/+15
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-25/+7
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-5/+3
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro4-19/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba1-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval1-36/+51
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval3-1/+13
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval1-12/+12
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval3-27/+76
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani5-21/+21
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo1-1/+5
2016-09-26Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2016-09-26btrfs: fix btrfs_no_printk stub helperArnd Bergmann1-10/+7
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo3-19/+28
2016-09-26btrfs: parent_start initialization cleanupGoldwyn Rodrigues1-15/+3
2016-09-26btrfs: Remove already completed TODO commentGoldwyn Rodrigues1-2/+0
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues1-1/+0
2016-09-26btrfs: fix a possible umount deadlockAnand Jain1-6/+20
2016-09-26Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney1-4/+10
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney1-27/+38
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney20-177/+231
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney16-275/+205
2016-09-26btrfs: unsplit printed stringsJeff Mahoney27-391/+324
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney1-27/+11
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2016-09-26Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada5-28/+8
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2016-09-26Btrfs: add error handling for extent buffer in print treeLiu Bo1-0/+7
2016-09-26Btrfs: remove BUG_ON in start_transactionLiu Bo1-4/+1
2016-09-26Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik1-8/+33
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik3-28/+15