summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: return error if the range we want to map is bogusJosef Bacik2011-03-171-0/+1
* Btrfs: add a comment explaining what btrfs_cont_expand doesJosef Bacik2011-03-171-0/+6
* Btrfs: use mark_inode_dirty when expanding the fileJosef Bacik2011-03-171-15/+1
* Btrfs: only add orphan items when truncatingJosef Bacik2011-03-171-27/+18
* Btrfs: make sure to remove the orphan item from the in-memory listJosef Bacik2011-03-171-0/+6
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-176-23/+50
* Btrfs: cleanup error handling in the truncate pathJosef Bacik2011-03-171-19/+45
* Btrfs: convert to the new truncate sequenceJosef Bacik2011-03-173-47/+40
* Btrfs: use a slab for the free space entriesJosef Bacik2011-03-173-16/+29
* Btrfs: change reserved_extents to an atomic_tJosef Bacik2011-03-173-21/+29
* Btrfs: fix how we deal with the pages array in the write pathJosef Bacik2011-03-171-4/+5
* Btrfs: simplify our write pathJosef Bacik2011-03-171-175/+180
* Btrfs: fix formatting in file.cJosef Bacik2011-03-171-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-145-62/+135
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-122-12/+32
| * btrfs: fix not enough reserved spaceMiao Xie2011-03-101-2/+3
| * btrfs: fix dip leakDaniel J Blueman2011-03-101-0/+1
| * Btrfs: make sure not to return overlapping extents to fiemapChris Mason2011-03-081-6/+27
| * Btrfs: deal with short returns from copy_from_userChris Mason2011-03-071-0/+13
| * Btrfs: fix regressions in copy_from_user handlingChris Mason2011-03-071-42/+59
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-2510-57/+282
|\|
| * Btrfs: fix fiemap bugs with delallocChris Mason2011-02-233-42/+224
| * Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-161-1/+1
| * Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-161-2/+9
| * Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-161-7/+14
| * Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan2011-02-161-2/+5
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-163-1/+21
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-163-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-159-11/+68
|\|
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-144-3/+7
| * Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov2011-02-141-0/+2
| * btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg2011-02-141-2/+8
| * Btrfs: Fix balance panicYan, Zheng2011-02-141-0/+1
| * Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason2011-02-141-1/+9
| * Btrfs: fix page->private racesChris Mason2011-02-142-5/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-0718-116/+371
|\|
| * Btrfs: Fix page count calculationYan, Zheng2011-02-071-4/+4
| * btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov2011-02-061-1/+1
| * btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh2011-02-061-1/+1
| * Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-061-8/+18
| * Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik2011-02-061-0/+1
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-017-6/+37
| * btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-013-0/+10
| * Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason2011-02-011-1/+1
| * Btrfs: catch errors from btrfs_sync_logChris Mason2011-01-311-1/+2
| * Btrfs: make shrink_delalloc a little friendlierJosef Bacik2011-01-311-3/+14
| * Btrfs: handle no memory properly in prepare_pagesJosef Bacik2011-01-281-2/+6
| * Btrfs: do error checking in btrfs_del_csumsJosef Bacik2011-01-281-0/+3
| * Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik2011-01-281-1/+27
| * Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik2011-01-281-2/+14