summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-02Btrfs: fix panic on error during mountJosef Bacik1-4/+4
2008-12-02Btrfs: add support for compat flags to btrfsJosef Bacik2-7/+42
2008-12-02Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeChristoph Hellwig1-3/+3
2008-12-02Btrfs: clean up btrfs_ioctl a little bitChristoph Hellwig1-5/+6
2008-12-02Btrfs: corret fmode_t annotationsChristoph Hellwig3-16/+20
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig2-5/+4
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig13-67/+68
2008-12-02Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil1-1/+0
2008-12-02Btrfs: remove unneeded total_transSage Weil1-4/+0
2008-12-02Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig1-0/+2
2008-12-01Btrfs: Fix cow semantic in run_delalloc_nocow()Liu Hui1-2/+2
2008-11-20Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik2-14/+19
2008-11-20Btrfs: only flush down bios for writeback pagesChris Mason1-1/+2
2008-11-20Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng1-0/+5
2008-11-20Btrfs: compat code fixesChris Mason8-4/+14
2008-11-19Btrfs: Use current_fsuid/gidChris Mason1-2/+2
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason7-46/+74
2008-11-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason59-0/+42196
2008-11-19Btrfs: fix free space accounting when unpinning extentsJosef Bacik1-4/+2
2008-11-19Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason1-8/+23
2008-11-19Btrfs: Avoid writeback stallsChris Mason3-20/+23
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason1-28/+1
2008-11-18Btrfs: Update the disk format for the seed device and new root codeChris Mason1-1/+1