aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+4
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng1-1/+4
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-23/+171
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+7
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-7/+74
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-3/+25
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason1-2/+33
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-3/+14
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason1-8/+7
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-0/+18
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-46/+16
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney1-2/+0
2009-02-12Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng1-1/+1
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason1-1/+1
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: Handle SGID bit when creating inodesChris Ball1-1/+8
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason1-0/+2
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+3
2009-02-04Btrfs: selinux supportJim Owens1-4/+19
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason1-1/+1
2009-01-21Btrfs: fiemap supportYehuda Sadeh1-0/+7
2009-01-21Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason1-6/+12
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-3/+2
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+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 Zheng1-3/+2
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng1-1/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-87/+86
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-6/+6
2008-12-15Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason1-14/+20
2008-12-15Btrfs: Fix compressed writes on truncated pagesChris Mason1-3/+5
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-13/+61
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-30/+13
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-1/+3
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-21/+24
2008-12-02Btrfs: delete unused function: btrfs_invalidate_dcache_rootChris Mason1-25/+0
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-13/+13
2008-12-01Btrfs: Fix cow semantic in run_delalloc_nocow()Liu Hui1-2/+2
2008-11-20Btrfs: compat code fixesChris Mason1-1/+1
2008-11-19Btrfs: Use current_fsuid/gidChris Mason1-2/+2
2008-11-19Btrfs: Avoid writeback stallsChris Mason1-7/+0
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-0/+6
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-2/+13
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-18/+32
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-10/+5
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason1-2/+2
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason1-0/+4