summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-01-29btrfs: remove unused variables from extent_io.cValentina Giusti1-7/+0
2014-01-29btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variables from disk-io.cValentina Giusti1-11/+0
2014-01-29btrfs: remove unused variable from btrfs_new_inodeValentina Giusti1-6/+0
2014-01-29btrfs: publish fs label in sysfsJeff Mahoney1-0/+44
2014-01-29btrfs: publish device membership in sysfsJeff Mahoney2-0/+33
2014-01-29btrfs: publish allocation data in sysfsJeff Mahoney4-5/+238
2014-01-29btrfs: add ioctl to export size of global metadata reservationJeff Mahoney1-0/+16
2014-01-29btrfs: use feature attribute names to print better error messagesJeff Mahoney3-6/+64
2014-01-29btrfs: add ability to change features via sysfsJeff Mahoney2-4/+117
2014-01-29btrfs: publish unknown feature bits in sysfsJeff Mahoney1-1/+107
2014-01-29btrfs: publish per-super features in sysfsJeff Mahoney1-16/+65
2014-01-29btrfs: publish per-super attributes in sysfsJeff Mahoney4-0/+57
2014-01-29btrfs: publish supported featured in sysfsJeff Mahoney2-0/+87
2014-01-29btrfs: add ioctls to query/change feature bits onlineJeff Mahoney2-0/+151
2014-01-29Btrfs: skip merge part for delayed data refsLiu Bo1-0/+7
2014-01-29Btrfs: introduce a head ref rbtreeLiu Bo5-60/+99
2014-01-29Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik2-4/+12
2014-01-29Btrfs: incompatible format change to remove hole extentsJosef Bacik6-56/+373
2013-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-42/+73
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter1-2/+2
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong1-0/+7
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong1-1/+3
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong1-23/+47
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana1-12/+10
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba1-1/+2
2013-12-12Btrfs: don't clear the default compression typeMiao Xie1-3/+2
2013-12-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+20
2013-11-25block: submit_bio_wait() conversionsKent Overstreet4-59/+20
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-54/+53
2013-11-21btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-21btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-21btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-21btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-21Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-21Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-21Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-21Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-21Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-21Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-21Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-21Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-21Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-21Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-21Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-21Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-11/+11
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2013-11-15btrfs: get rid of fdentry()Al Viro2-9/+4
2013-11-15btrfs: fix empty_zero_page misusageChris Mason1-2/+7