aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-5/+6
2011-03-16Merge branch 'next' into for-linusJames Morris3-9/+13
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-3/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+6
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-62/+135
2011-03-12Btrfs: break out of shrink_delalloc earlierChris Mason2-12/+32
2011-03-10btrfs: fix not enough reserved spaceMiao Xie1-2/+3
2011-03-10btrfs: fix dip leakDaniel J Blueman1-0/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe4-161/+12
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe3-160/+11
2011-03-08Btrfs: make sure not to return overlapping extents to fiemapChris Mason1-6/+27
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris3-9/+13
2011-03-07Btrfs: deal with short returns from copy_from_userChris Mason1-0/+13
2011-03-07Btrfs: fix regressions in copy_from_user handlingChris Mason1-42/+59
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-57/+282
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason3-42/+224
2011-02-16Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov1-1/+1
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov1-2/+9
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan1-7/+14
2011-02-16Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan1-2/+5
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason3-1/+21
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason3-2/+8
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-11/+68
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh4-3/+7
2011-02-14Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov1-0/+2
2011-02-14btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg1-2/+8
2011-02-14Btrfs: Fix balance panicYan, Zheng1-0/+1
2011-02-14Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason1-1/+9
2011-02-14Btrfs: fix page->private racesChris Mason2-5/+41
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds18-116/+371
2011-02-07Btrfs: Fix page count calculationYan, Zheng1-4/+4
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov1-1/+1
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh1-1/+1
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik1-8/+18
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik1-0/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris3-9/+13
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh7-6/+37
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh3-0/+10
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason1-1/+1
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason1-1/+2
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik1-3/+14
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik1-0/+3
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik1-1/+27
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik1-2/+14
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik1-2/+3
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh1-1/+1
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh6-13/+51