aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil1-1/+6
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik1-2/+11
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu1-2/+7
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason2-7/+12
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan1-1/+0
2011-09-18Btrfs: don't make a file partly checksummed through file cloneLi Zefan1-0/+5
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan1-4/+4
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds8-22/+62
2011-09-11Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan1-0/+6
2011-09-11Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan1-3/+10
2011-09-11btrfs: xattr: fix attribute removalDavid Sterba1-0/+9
2011-09-11Btrfs: fix wrong nbytes information of the inodeMiao Xie1-2/+2
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie1-6/+10
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie1-2/+6
2011-09-11Btrfs: fix misuse of trans block rsvLiu Bo1-0/+4
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsLiu Bo1-0/+4
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupJosef Bacik1-1/+3
2011-09-11btrfs: fix warning in iput for bad-inodeSergei Trofimovich1-7/+3
2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo1-1/+5
2011-08-21Btrfs: fix 64 bit divide problemJosef Bacik1-5/+7
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason8-35/+167
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyJosef Bacik1-0/+14
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Dan Carpenter1-4/+8
2011-08-18btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney1-4/+8
2011-08-16Btrfs: truncate pages from clone ioctl target rangeSage Weil1-0/+4
2011-08-16Btrfs: fix uninitialized sync_pendingMiao Xie1-1/+1
2011-08-16Btrfs: fix wrong free space informationMiao Xie1-5/+11
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Dan Carpenter1-0/+2
2011-08-16Btrfs: use plain page_address() in header fields setget functionsLi Zefan1-4/+2
2011-08-16Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2-10/+16
2011-08-16Btrfs: check if there is enough space for balancing smarterliubo1-6/+35
2011-08-16Btrfs: fix a bug of balance on full multi-disk partitionsliubo1-4/+13
2011-08-16Btrfs: fix an oops of log replayliubo1-4/+24
2011-08-16Btrfs: detect wether a device supports discardJosef Bacik3-2/+29
2011-08-05Btrfs: force unplugs when switching from high to regular priority biosChris Mason1-0/+17
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds19-528/+269
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-10/+47
2011-08-01Btrfs: don't call writepages from within write_full_pageJosef Bacik1-10/+0
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cMitch Harder1-5/+2
2011-08-01Btrfs: clean up for find_first_extent_bit()Xiao Guangrong1-40/+24
2011-08-01Btrfs: clean up for wait_extent_bit()Xiao Guangrong1-5/+1
2011-08-01Btrfs: clean up for insert_state()Xiao Guangrong1-5/+5
2011-08-01Btrfs: remove unused members from struct extent_stateXiao Guangrong1-2/+0
2011-08-01Btrfs: clean up code for merging extent mapsLi Zefan1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupLi Zefan1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Li Zefan1-14/+3
2011-08-01Btrfs: remove redundant code for dir item lookupLi Zefan1-28/+2
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan3-21/+15