summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng1-0/+3
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-143/+500
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-2/+17
2008-10-31Btrfs: Compression corner fixesChris Mason1-2/+6
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-71/+252
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-89/+124
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng1-10/+0
2008-10-30Btrfs: update hole handling v2Yan Zheng1-89/+100
2008-10-30Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason1-10/+11
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason1-1/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason1-45/+539
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig1-2/+8
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng1-3/+23
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-4/+2
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-11/+12
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason1-1/+1
2008-10-01Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason1-0/+152
2008-09-29Btrfs: add and improve commentsChris Mason1-67/+122
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-1/+12
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-15/+37
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-133/+2
2008-09-25Btrfs: Fix race against disk_i_size updatesChris Mason1-0/+2
2008-09-25Btrfs: Full back reference supportZheng Yan1-18/+39
2008-09-25Btrfs: free space accounting redoJosef Bacik1-2/+1
2008-09-25Btrfs: Dir fsync optimizationsChris Mason1-1/+4
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason1-0/+2
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason1-1/+2
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig1-13/+0
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-127/+134
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-9/+10
2008-09-25Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when doneDavid Woodhouse1-4/+7
2008-09-25Minor cleanup of btrfs_real_readdir()David Woodhouse1-15/+21
2008-09-25Btrfs: Remove special cases for "." and ".."David Woodhouse1-50/+2
2008-09-25Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse1-2/+102
2008-09-25Introduce btrfs_iget helperBalaji Rao1-18/+37
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason1-58/+4
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason1-4/+17
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-2/+0
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason1-0/+4
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason1-0/+3
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-22/+38