aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason1-1/+1
2009-02-05Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason1-0/+1
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason1-5/+0
2009-02-04Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason1-3/+6
2009-02-04Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason1-2/+2
2009-02-04Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason1-2/+9
2009-02-04Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason1-1/+5
2009-02-04Btrfs: Don't try to compress pages past i_sizeChris Mason1-0/+14
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik1-1/+1
2009-02-04Btrfs: Handle SGID bit when creating inodesChris Ball1-1/+8
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason4-45/+265
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason11-39/+470
2009-02-04Btrfs: hash_lock is no longer neededChris Mason3-11/+1
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason1-8/+8
2009-02-04Btrfs: sort references by byte number during btrfs_inc_refChris Mason1-6/+79
2009-02-04Btrfs: async threads should try harder to find workChris Mason2-6/+46
2009-02-04Btrfs: selinux supportJim Owens3-4/+53
2009-02-04Btrfs: make btrfs acls selectableChristian Hesse1-0/+13
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason2-3/+18
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason1-1/+1
2009-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason19-318/+418
2009-01-22Btrfs: do less aggressive btree readaheadChris Mason1-16/+5
2009-01-22fs/Kconfig: move btrfs outAlexey Dobriyan1-0/+18
2009-01-21Btrfs: fiemap supportYehuda Sadeh3-0/+101
2009-01-21Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason1-6/+12
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng6-210/+248
2009-01-21Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng1-2/+3
2009-01-21Btrfs: fix stop searching test in replace_one_extentYan Zheng1-6/+7
2009-01-21Btrfs: change/remove typedefJan Engelhardt1-8/+2
2009-01-21Btrfs: remove duplicated #includeHuang Weiyi1-1/+0
2009-01-21Btrfs: Fix infinite loop in btrfs_extent_post_opYan Zheng1-1/+3
2009-01-21Btrfs: fix locking issue in btrfs_remove_block_groupYan Zheng1-1/+3
2009-01-21Btrfs: simplify iteration codesQinghuang Feng6-52/+19
2009-01-21Btrfs: check return value for kthread_run() correctlyQinghuang Feng1-2/+2
2009-01-21Btrfs: Remove extra KERN_INFO in the middle of a lineRoland Dreier1-1/+1
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi11-11/+0
2009-01-21Btrfs: cleanup xattr codeJosef Bacik1-2/+12
2009-01-21Btrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl()Wang Cong1-2/+3
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-7/+11
2009-01-16Btrfs: fix ioctl arg size (userland incompatible change!)Chris Mason2-7/+10
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason1-0/+1
2009-01-15btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng1-1/+1
2009-01-10btrfs: fix for write_super_lockfs/unlockfs error handlingLinus Torvalds1-4/+6
2009-01-09Btrfs: explicitly mark the tree log root for writebackChris Mason1-0/+13
2009-01-07Btrfs: Drop the hardware crc32c asm codeChris Mason1-94/+3
2009-01-07Btrfs: Add Documentation/filesystem/btrfs.txt, remove old COPYINGDavid Woodhouse2-404/+0
2009-01-07Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hookChris Mason1-3/+3
2009-01-06Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifiesChris Mason1-7/+3
2009-01-06Btrfs: tree logging checksum fixesYan Zheng4-232/+130
2009-01-06Btrfs: don't change file extent's ram_bytes in btrfs_drop_extentsYan Zheng1-4/+0