aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-07treewide: fix comments and printk msgsMasanari Iida
2013-12-19treewide: Fix typos in printkMasanari Iida
2013-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba
2013-12-12Btrfs: don't clear the default compression typeMiao Xie
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-05fs: fix iversion handlingChristoph Hellwig
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-11-20btrfs: update kconfig help textDavid Sterba
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt
2013-11-20btrfs: fix typo in the log messageAnand Jain
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens
2013-11-20Btrfs: remove dead codes from ctree.hWang Shilong
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana
2013-11-20Btrfs: fix lockdep error in async commitLiu Bo
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo
2013-11-20Btrfs: fix __btrfs_start_workers retvalIlya Dryomov
2013-11-20Btrfs: disable online raid-repair on ro mountsIlya Dryomov
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-15btrfs: get rid of fdentry()Al Viro
2013-11-15btrfs: fix empty_zero_page misusageChris Mason
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana