summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney
2009-02-12Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason
2009-02-04Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason
2009-02-04Btrfs: Don't try to compress pages past i_sizeChris Mason
2009-02-04Btrfs: Handle SGID bit when creating inodesChris Ball
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-02-04Btrfs: selinux supportJim Owens
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason
2009-01-21Btrfs: fiemap supportYehuda Sadeh
2009-01-21Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason
2009-01-21Btrfs: simplify iteration codesQinghuang Feng
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-07Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hookChris Mason
2009-01-06Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifiesChris Mason
2009-01-06Btrfs: tree logging checksum fixesYan Zheng
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason
2008-12-15Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason
2008-12-15Btrfs: Fix compressed writes on truncated pagesChris Mason
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-12-02Btrfs: delete unused function: btrfs_invalidate_dcache_rootChris Mason
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-12-01Btrfs: Fix cow semantic in run_delalloc_nocow()Liu Hui
2008-11-20Btrfs: compat code fixesChris Mason
2008-11-19Btrfs: Use current_fsuid/gidChris Mason
2008-11-19Btrfs: Avoid writeback stallsChris Mason
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-11-06Btrfs: Add ordered async work queuesChris Mason
2008-10-31Btrfs: Compression corner fixesChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng
2008-10-30Btrfs: update hole handling v2Yan Zheng
2008-10-30Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason