aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAge
* Btrfs: fix orphan cleanup regressionJosef Bacik2011-10-19
* Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-19
* Btrfs: delay iput when deleting a block groupJosef Bacik2011-10-19
* Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik2011-10-19
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-19
* Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik2011-10-19
* Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-19
* Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-19
* Btrfs: put the block group cache after we commit the superJosef Bacik2011-10-19
* Btrfs: set truncate block rsv's sizeJosef Bacik2011-10-19
* Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik2011-10-19
* Btrfs: fix space leak when we fail to make an allocationJosef Bacik2011-10-19
* Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik2011-10-19
* Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-19
* Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-19
* Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik2011-10-19
* Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-19
* Btrfs: optimize how we account for space in truncateJosef Bacik2011-10-19
* Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-19
* Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-19
* Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik2011-10-19
* Btrfs: fix how we reserve space for deleting inodesJosef Bacik2011-10-19
* Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-19
* Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-19
* Btrfs: calculate checksum space correctlyJosef Bacik2011-10-19
* Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik2011-10-19
* Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-19
* Btrfs: fix how we mount subvol=<whatever>Josef Bacik2011-10-19
* Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik2011-10-19
* Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-19
* Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik2011-10-19
* Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-03
|\
| * Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik2011-09-30
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-20
|\|
| * Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-20
* | Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-18
* | BTRFS: Fix lseek return value for errorJeff Liu2011-09-18
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-18
|\|
| * Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-18
| * Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-18
| * Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-18
| * btrfs: fix d_off in the first direntHidetoshi Seto2011-09-18
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-12
|\|
| * Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan2011-09-11
| * Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan2011-09-11
| * btrfs: xattr: fix attribute removalDavid Sterba2011-09-11
| * Btrfs: fix wrong nbytes information of the inodeMiao Xie2011-09-11
| * Btrfs: fix the file extent gap when doing direct IOMiao Xie2011-09-11
| * Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie2011-09-11
| * Btrfs: fix misuse of trans block rsvLiu Bo2011-09-11