aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAge
* Btrfs: don't allocate dip->csums when doing writesJosef Bacik2011-03-25
* Btrfs: cleanup how we setup free space clustersJosef Bacik2011-03-25
* Btrfs: don't be as aggressive about using bitmapsJosef Bacik2011-03-21
* Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik2011-03-21
* Btrfs: check free space in block group before searching for a clusterJosef Bacik2011-03-21
* Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-17
* Btrfs: check return value of btrfs_search_slot properlyJosef Bacik2011-03-17
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-17
* Btrfs: return error if the range we want to map is bogusJosef Bacik2011-03-17
* Btrfs: add a comment explaining what btrfs_cont_expand doesJosef Bacik2011-03-17
* Btrfs: use mark_inode_dirty when expanding the fileJosef Bacik2011-03-17
* Btrfs: only add orphan items when truncatingJosef Bacik2011-03-17
* Btrfs: make sure to remove the orphan item from the in-memory listJosef Bacik2011-03-17
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-17
* Btrfs: cleanup error handling in the truncate pathJosef Bacik2011-03-17
* Btrfs: convert to the new truncate sequenceJosef Bacik2011-03-17
* Btrfs: use a slab for the free space entriesJosef Bacik2011-03-17
* Btrfs: change reserved_extents to an atomic_tJosef Bacik2011-03-17
* Btrfs: fix how we deal with the pages array in the write pathJosef Bacik2011-03-17
* Btrfs: simplify our write pathJosef Bacik2011-03-17
* Btrfs: fix formatting in file.cJosef Bacik2011-03-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-13
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-12
| * btrfs: fix not enough reserved spaceMiao Xie2011-03-10
| * btrfs: fix dip leakDaniel J Blueman2011-03-10
| * Btrfs: make sure not to return overlapping extents to fiemapChris Mason2011-03-08
| * Btrfs: deal with short returns from copy_from_userChris Mason2011-03-07
| * Btrfs: fix regressions in copy_from_user handlingChris Mason2011-03-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-25
|\|
| * Btrfs: fix fiemap bugs with delallocChris Mason2011-02-23
| * Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-16
| * Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-16
| * Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-16
| * Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan2011-02-16
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-16
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-15
|\|
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-14
| * Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov2011-02-14
| * btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg2011-02-14
| * Btrfs: Fix balance panicYan, Zheng2011-02-14
| * Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason2011-02-14
| * Btrfs: fix page->private racesChris Mason2011-02-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-07
|\|
| * Btrfs: Fix page count calculationYan, Zheng2011-02-07
| * btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov2011-02-06
| * btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh2011-02-06
| * Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-06
| * Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik2011-02-06
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-01