aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng2-2/+2
2009-01-06Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat codeChris Mason2-29/+0
2009-01-05Btrfs: drop EXPORT symbols from extent_io.cChris Mason1-56/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason33-898/+770
2009-01-05Btrfs: Fix free block discard calls down to the block layerLiu Hui1-51/+48
2009-01-05Btrfs: avoid orphan inode caused by log replayYan Zheng1-1/+6
2009-01-05Btrfs: avoid potential super block corruptionYan Zheng1-1/+3
2009-01-05Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_superShen Feng1-2/+1
2009-01-05Btrfs: fix a memory leak in btrfs_get_sbShen Feng1-5/+4
2009-01-05Btrfs: Fix typo in clear_state_cbLiu Hui1-1/+1
2009-01-05Btrfs: Fix memset length in btrfs_file_writeyanhai zhu1-1/+1
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng2-0/+8
2009-01-05Btrfs: add permission checks to the ioctlsChris Mason2-2/+26
2008-12-19Btrfs: Fix compile warning around num_online_cpus() in a min statementChris Mason1-1/+2
2008-12-19Btrfs: set EXTENT_BOUNDARY bit before marking extent delalloc.Yan Zheng1-3/+2
2008-12-19Btrfs: properly update block accounting for metadataYan Zheng1-3/+13
2008-12-19Btrfs: Add missing mnt_drop_write in ioctl.cYan Zheng1-2/+7
2008-12-17Btrfs: fix return value from btrfs_listxattr when buffer size is too smallYehuda Sadeh Weinraub1-1/+1
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason4-46/+57
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng3-33/+32
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason2-3/+7
2008-12-15Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason2-20/+26
2008-12-15Btrfs: Fix compressed writes on truncated pagesChris Mason2-4/+6
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng7-35/+226
2008-12-12Btrfs: shared seed deviceYan Zheng5-134/+156
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng7-118/+88
2008-12-11Btrfs: mnt_drop_write in ioctl_trans_endSage Weil1-0/+2
2008-12-10Btrfs: Add checking of csum tree in balancing codeYan Zheng2-4/+6
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason4-41/+335
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason2-1/+7
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason5-4/+34
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason3-2/+9
2008-12-08Btrfs: superblock duplicationYan Zheng8-119/+279
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason11-241/+387
2008-12-02Btrfs: Fix sparse endian warnings in struct-funcs.cChris Mason1-5/+12
2008-12-02Btrfs: rev the disk format for the inode compat and csum selection changesChris Mason1-1/+1
2008-12-02Btrfs: delete unused function: btrfs_invalidate_dcache_rootChris Mason1-25/+0
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik5-38/+81