aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2011-03-10btrfs: fix dip leakDaniel J Blueman
2011-03-08Btrfs: make sure not to return overlapping extents to fiemapChris Mason
2011-03-07Btrfs: deal with short returns from copy_from_userChris Mason
2011-03-07Btrfs: fix regressions in copy_from_user handlingChris Mason
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason
2011-02-16Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan
2011-02-16Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh
2011-02-14Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov
2011-02-14btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg
2011-02-14Btrfs: Fix balance panicYan, Zheng
2011-02-14Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason
2011-02-14Btrfs: fix page->private racesChris Mason
2011-02-07Btrfs: Fix page count calculationYan, Zheng
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall
2011-01-28btrfs: fix missing break in switch phraseliubo
2011-01-28btrfs: fix several uncheck memory allocationsliubo
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-27Btrfs: Fix file clone when source offset is not 0Li Zefan
2011-01-27Btrfs: Fix memory leak in writepage fixup workMiao Xie
2011-01-27Btrfs: Don't return acl info when mounting with noacl optionMiao Xie
2011-01-27Btrfs: Free correct pointer after using strsepTero Roponen
2011-01-27Btrfs: Fix memory leak on finding existing superIan Kent
2011-01-27Btrfs: Fix memory leak at umountLi Zefan
2011-01-27btrfs: Check mergeable free space when removing a clusterLi Zefan
2011-01-27btrfs: Add a helper try_merge_free_space()Li Zefan
2011-01-27btrfs: Update stats when allocating from a clusterLi Zefan
2011-01-27btrfs: Free fully occupied bitmap in clusterLi Zefan
2011-01-27btrfs: Add helper function free_bitmap()Li Zefan