aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-05-06iov_iter_truncate()Al Viro
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong
2014-04-07Btrfs: don't compress for a small writeWang Shilong
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo
2014-04-07btrfs: make device scan less noisyDavid Sterba
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner