aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 31-1603/+5423
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2011-11-06Btrfs: check for a null fs root when writing to the backup root logGravatar Chris Mason 1-3/+10
2011-11-06Btrfs: fix race during transaction joinsGravatar Chris Mason 1-5/+8
2011-11-06Btrfs: fix a potential btrfs_bio leak on scrub fixupsGravatar Ilya Dryomov 1-0/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyGravatar Ilya Dryomov 1-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadGravatar Ilya Dryomov 1-0/+2
2011-11-06Btrfs: stop the readahead threads on failed mountGravatar Chris Mason 1-0/+1
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingGravatar Chris Mason 1-0/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatGravatar Chris Mason 4-16/+15
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationGravatar Chris Mason 14-280/+1930
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationGravatar Chris Mason 10-70/+1130
2011-11-06Btrfs: fix delayed insertion reservationGravatar Josef Bacik 3-8/+49
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockGravatar Chris Mason 2-1/+10
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesGravatar Josef Bacik 1-19/+67
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionGravatar Josef Bacik 4-7/+13
2011-11-06Btrfs: add a log of past tree rootsGravatar Chris Mason 3-24/+369
2011-11-06btrfs: separate superblock items out of fs_infoGravatar David Sterba 12-76/+78
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeGravatar Josef Bacik 1-5/+17
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkGravatar Josef Bacik 1-1/+4
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsGravatar Chris Mason 4-10/+22
2011-11-06Btrfs: fix extent pinning bugs in the tree logGravatar Chris Mason 3-8/+59
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINGravatar Chris Mason 1-1/+3
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitGravatar Chris Mason 1-2/+2
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 4-5/+5
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+2
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-1/+1
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-25/+25
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvGravatar David Sterba 1-1/+8
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableGravatar David Sterba 10-48/+107
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableGravatar David Sterba 16-1058/+1557
2011-10-24btrfs: do not allow mounting non-subvolumes via subvol optionGravatar David Sterba 1-0/+19
2011-10-20Btrfs: close all bdevs on mount failureGravatar Ilya Dryomov 1-4/+2
2011-10-20Btrfs: fix a bug when opening seed devicesGravatar Ilya Dryomov 1-1/+1
2011-10-20btrfs: fix oops on failure pathGravatar Daniel J Blueman 1-2/+6
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceGravatar Miao Xie 1-0/+7
2011-10-20Btrfs: fix return value of btrfs_get_acl()Gravatar Tsutomu Itoh 1-10/+7
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Gravatar Ilya Dryomov 1-1/+1
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCGravatar Liu Bo 1-1/+1
2011-10-20Btrfs: fix direct-io vs nodatacowGravatar Li Zefan 1-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Gravatar Li Zefan 1-1/+5
2011-10-20Btrfs: fix array bound checkingGravatar Li Zefan 1-4/+6
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlGravatar Lukas Czerner 1-1/+5
2011-10-20Btrfs: honor extent thresh during defragmentationGravatar Li Zefan 1-11/+26
2011-10-20btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Gravatar Jeff Liu 1-2/+8
2011-10-20Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Gravatar Li Zefan 1-1/+1
2011-10-20Btrfs: use i_size_read() in btrfs_defrag_file()Gravatar Li Zefan 1-3/+4
2011-10-20Btrfs: fix defragmentation regressionGravatar Li Zefan 1-2/+4
2011-10-20btrfs: fix memory leak in btrfs_defrag_fileGravatar Diego Calleja 1-3/+1