summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-1/+1
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-25/+25
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba1-1/+8
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba10-48/+107
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba16-1058/+1557
2011-10-24btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba1-0/+19
2011-10-20Btrfs: close all bdevs on mount failureIlya Dryomov1-4/+2
2011-10-20Btrfs: fix a bug when opening seed devicesIlya Dryomov1-1/+1
2011-10-20btrfs: fix oops on failure pathDaniel J Blueman1-2/+6
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie1-0/+7
2011-10-20Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh1-10/+7
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov1-1/+1
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo1-1/+1
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan1-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan1-1/+5
2011-10-20Btrfs: fix array bound checkingLi Zefan1-4/+6
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner1-1/+5
2011-10-20Btrfs: honor extent thresh during defragmentationLi Zefan1-11/+26
2011-10-20btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu1-2/+8
2011-10-20Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan1-1/+1
2011-10-20Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan1-3/+4
2011-10-20Btrfs: fix defragmentation regressionLi Zefan1-2/+4
2011-10-20btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja1-3/+1
2011-10-20btrfs: check file extent backref offset underflowYan, Zheng1-1/+4
2011-10-19Btrfs: don't flush the cache inode before writing itJosef Bacik1-4/+0
2011-10-19Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik1-0/+15
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik6-24/+37
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik1-1/+8
2011-10-19Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2-8/+3
2011-10-19Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik1-2/+3
2011-10-19Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik1-8/+17
2011-10-19Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik1-11/+0
2011-10-19Btrfs: fix regression in re-setting a large xattrJosef Bacik1-0/+11
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik1-1/+10
2011-10-19Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik1-1/+1
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik4-68/+172
2011-10-19Btrfs: take overflow into account in reserving spaceJosef Bacik1-1/+1
2011-10-19Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik1-2/+5
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik1-318/+375
2011-10-19Btrfs: don't skip writing out a empty block groups cacheJosef Bacik1-4/+6
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik3-10/+22
2011-10-19Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik1-6/+11
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik4-18/+88
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik1-0/+11
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik1-1/+11
2011-10-19Btrfs: stop using write_one_pageJosef Bacik2-67/+20
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik2-0/+190
2011-10-19Btrfs: check unused against how much space we actually wantJosef Bacik1-1/+1
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik1-19/+17