aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneGravatar Sage Weil 1-1/+6
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupGravatar Josef Bacik 1-2/+11
2011-09-18BTRFS: Fix lseek return value for errorGravatar Jeff Liu 1-2/+7
2011-09-18Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 2-7/+12
2011-09-18Btrfs: don't change inode flag of the dest clone fileGravatar Li Zefan 1-1/+0
2011-09-18Btrfs: don't make a file partly checksummed through file cloneGravatar Li Zefan 1-0/+5
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Gravatar Li Zefan 1-4/+4
2011-09-18btrfs: fix d_off in the first direntGravatar Hidetoshi Seto 1-2/+3
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxGravatar Linus Torvalds 8-22/+62
2011-09-11Btrfs: add dummy extent if dst offset excceeds file end inGravatar Li Zefan 1-0/+6
2011-09-11Btrfs: calc file extent num_bytes correctly in file cloneGravatar Li Zefan 1-3/+10
2011-09-11btrfs: xattr: fix attribute removalGravatar David Sterba 1-0/+9
2011-09-11Btrfs: fix wrong nbytes information of the inodeGravatar Miao Xie 1-2/+2
2011-09-11Btrfs: fix the file extent gap when doing direct IOGravatar Miao Xie 1-6/+10
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandGravatar Miao Xie 1-2/+6
2011-09-11Btrfs: fix misuse of trans block rsvGravatar Liu Bo 1-0/+4
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsGravatar Liu Bo 1-0/+4
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupGravatar Josef Bacik 1-1/+3
2011-09-11btrfs: fix warning in iput for bad-inodeGravatar Sergei Trofimovich 1-7/+3
2011-09-11Btrfs: fix an oops when deleting snapshotsGravatar Liu Bo 1-1/+5
2011-08-21Btrfs: fix 64 bit divide problemGravatar Josef Bacik 1-5/+7
2011-08-18Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 8-35/+167
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyGravatar Josef Bacik 1-0/+14
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Gravatar Dan Carpenter 1-4/+8
2011-08-18btrfs: btrfs_permission's RO check shouldn't apply to device nodesGravatar Jeff Mahoney 1-4/+8
2011-08-16Btrfs: truncate pages from clone ioctl target rangeGravatar Sage Weil 1-0/+4
2011-08-16Btrfs: fix uninitialized sync_pendingGravatar Miao Xie 1-1/+1
2011-08-16Btrfs: fix wrong free space informationGravatar Miao Xie 1-5/+11
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Gravatar Dan Carpenter 1-0/+2
2011-08-16Btrfs: use plain page_address() in header fields setget functionsGravatar Li Zefan 1-4/+2
2011-08-16Btrfs: forced readonly when btrfs_drop_snapshot() failsGravatar Tsutomu Itoh 2-10/+16
2011-08-16Btrfs: check if there is enough space for balancing smarterGravatar liubo 1-6/+35
2011-08-16Btrfs: fix a bug of balance on full multi-disk partitionsGravatar liubo 1-4/+13
2011-08-16Btrfs: fix an oops of log replayGravatar liubo 1-4/+24
2011-08-16Btrfs: detect wether a device supports discardGravatar Josef Bacik 3-2/+29
2011-08-05Btrfs: force unplugs when switching from high to regular priority biosGravatar Chris Mason 1-0/+17
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 19-528/+269
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-10/+47
2011-08-01Btrfs: don't call writepages from within write_full_pageGravatar Josef Bacik 1-10/+0
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cGravatar Mitch Harder 1-5/+2
2011-08-01Btrfs: clean up for find_first_extent_bit()Gravatar Xiao Guangrong 1-40/+24
2011-08-01Btrfs: clean up for wait_extent_bit()Gravatar Xiao Guangrong 1-5/+1
2011-08-01Btrfs: clean up for insert_state()Gravatar Xiao Guangrong 1-5/+5
2011-08-01Btrfs: remove unused members from struct extent_stateGravatar Xiao Guangrong 1-2/+0
2011-08-01Btrfs: clean up code for merging extent mapsGravatar Li Zefan 1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupGravatar Li Zefan 1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Gravatar Li Zefan 1-14/+3
2011-08-01Btrfs: remove redundant code for dir item lookupGravatar Li Zefan 1-28/+2
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledGravatar Li Zefan 3-21/+15