summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik2011-11-061-5/+17
* Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik2011-11-061-1/+4
* Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason2011-11-064-10/+22
* Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-063-8/+59
* Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason2011-11-061-1/+3
* Btrfs: don't wait as long for more batches during SSD log commitChris Mason2011-11-061-2/+2
* btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba2011-10-241-1/+8
* Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-2410-48/+107
|\
| * btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba2011-10-241-0/+19
| * Btrfs: close all bdevs on mount failureIlya Dryomov2011-10-201-4/+2
| * Btrfs: fix a bug when opening seed devicesIlya Dryomov2011-10-201-1/+1
| * btrfs: fix oops on failure pathDaniel J Blueman2011-10-201-2/+6
| * Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie2011-10-201-0/+7
| * Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh2011-10-201-10/+7
| * Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov2011-10-201-1/+1
| * Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo2011-10-201-1/+1
| * Btrfs: fix direct-io vs nodatacowLi Zefan2011-10-201-2/+1
| * Btrfs: remove BUG_ON() in compress_file_range()Li Zefan2011-10-201-1/+5
| * Btrfs: fix array bound checkingLi Zefan2011-10-201-4/+6
| * btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner2011-10-201-1/+5
| * Btrfs: honor extent thresh during defragmentationLi Zefan2011-10-201-11/+26
| * btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu2011-10-201-2/+8
| * Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan2011-10-201-1/+1
| * Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan2011-10-201-3/+4
| * Btrfs: fix defragmentation regressionLi Zefan2011-10-201-2/+4
| * btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja2011-10-201-3/+1
| * btrfs: check file extent backref offset underflowYan, Zheng2011-10-201-1/+4
* | Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-2416-1058/+1557
|\ \ | |/
| * Btrfs: don't flush the cache inode before writing itJosef Bacik2011-10-191-4/+0
| * Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik2011-10-191-0/+15
| * Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-196-24/+37
| * Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik2011-10-191-1/+8
| * Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2011-10-192-8/+3
| * Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik2011-10-191-2/+3
| * Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik2011-10-191-8/+17
| * Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik2011-10-191-11/+0
| * Btrfs: fix regression in re-setting a large xattrJosef Bacik2011-10-191-0/+11
| * Btrfs: fix the amount of space reserved for unlinkJosef Bacik2011-10-191-1/+10
| * Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik2011-10-191-1/+1
| * Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-194-68/+172
| * Btrfs: take overflow into account in reserving spaceJosef Bacik2011-10-191-1/+1
| * Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik2011-10-191-2/+5
| * Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik2011-10-191-318/+375
| * Btrfs: don't skip writing out a empty block groups cacheJosef Bacik2011-10-191-4/+6
| * Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-193-10/+22
| * Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik2011-10-191-6/+11
| * Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-194-18/+88
| * Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik2011-10-191-0/+11
| * Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik2011-10-191-1/+11
| * Btrfs: stop using write_one_pageJosef Bacik2011-10-192-67/+20
OpenPOWER on IntegriCloud