summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-04-13btrfs: add WARN_ON() to check is space_info op currentZhao Lei1-0/+10
2015-04-13btrfs: Set relative data on clear btrfs_block_group_cache->pinnedZhao Lei1-0/+10
2015-04-13btrfs: Adjust commit-transaction condition to avoid NO_SPACE moreZhao Lei1-1/+2
2015-04-13btrfs: Fix tail space processing in find_free_dev_extent()Zhao Lei1-11/+13
2015-04-13btrfs: fix condition of commit transactionZhao Lei1-7/+15
2015-04-13Btrfs: fix uninit variable in clone ioctlChris Mason1-1/+1
2015-04-13Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-04-13Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-04-13Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana1-2/+4
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-15/+9
2015-04-12generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-5/+5
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-4/+4
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-12Merge branch 'iocb' into for-nextAl Viro2-2/+2
2015-04-11Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason3-1/+7
2015-04-11Btrfs: allow block group cache writeout outside critical section in commitChris Mason9-37/+341
2015-04-11Btrfs: don't use highmem for free space cache pagesChris Mason1-7/+5
2015-04-11Btrfs: two stage dirty block group writeoutChris Mason4-32/+170
2015-04-11btrfs: move struct io_ctl into ctree.h and rename itChris Mason2-33/+33
2015-04-11Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik1-2/+44
2015-04-11Btrfs: don't commit the transaction in the async space flushingJosef Bacik1-6/+8
2015-04-11Btrfs: reserve space for block groupsJosef Bacik3-3/+11
2015-04-11Btrfs: refill block reserves during truncateChris Mason3-11/+46
2015-04-11Btrfs: account for crcs in delayed ref processingJosef Bacik5-24/+83
2015-04-11btrfs: actively run the delayed refs while deleting large filesChris Mason4-5/+52
2015-04-01fs: btrfs: Add missing include fileGuenter Roeck1-0/+1
2015-04-01Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()Chris Mason1-1/+1
2015-03-27Btrfs: Remove the check for old-style mkfsLiu Bo1-6/+0
2015-03-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-03-27btrfs: explicitly set control file's private_dataTom Van Braeckel1-0/+12
2015-03-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-03-27btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-03-27Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-03-27Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana5-10/+253
2015-03-27Btrfs: change the insertion criteria for the qgroup operations rbtreeFilipe Manana1-4/+4
2015-03-27Btrfs: add missing inode item update in fallocate()Filipe Manana1-9/+20
2015-03-27Btrfs: incremental send, remove dead codeFilipe Manana1-59/+0
2015-03-27Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana1-0/+17
2015-03-27Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana1-2/+2
2015-03-27Btrfs: send, add missing check for dead clone rootFilipe Manana1-1/+2
2015-03-27Btrfs: remove deleted xattrs on fsync log replayFilipe Manana1-14/+109
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig2-2/+2
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason25-350/+384
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason21-135/+126
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-46/+352
2015-03-17Btrfs: fix outstanding_extents accounting in DIOJosef Bacik1-2/+35
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik4-1/+217