summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Use current_fsuid/gidChris Mason2008-11-201-2/+2
* Btrfs: Avoid writeback stallsChris Mason2008-11-191-7/+0Star
* Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason2008-11-181-0/+6
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-181-2/+13
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-181-18/+32
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-10/+5Star
* Btrfs: Fix compile warnings on 32 bit machinesChris Mason2008-11-111-2/+2
* Btrfs: Fix usage of struct extent_map->orig_startChris Mason2008-11-101-0/+4
* Btrfs: Fix csum error for compressed dataYan Zheng2008-11-101-0/+3
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-071-143/+500
* Btrfs: Add ordered async work queuesChris Mason2008-11-071-2/+17
* Btrfs: Compression corner fixesChris Mason2008-10-311-2/+6
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-71/+252
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-89/+124
* Btrfs: Fix bookend extent race v2Yan Zheng2008-10-301-10/+0Star
* Btrfs: update hole handling v2Yan Zheng2008-10-301-89/+100
* Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason2008-10-301-10/+11
* Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason2008-10-301-1/+1
* Btrfs: Add zlib compression supportChris Mason2008-10-291-45/+539
* Btrfs: Fix subvolume creation locking rulesChristoph Hellwig2008-10-091-2/+8
* Btrfs: Fix leaf reference cache missYan Zheng2008-10-091-3/+23
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-4/+2Star
* Btrfs: Count space allocated to file in bytesYan Zheng2008-10-091-11/+12
* Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason2008-10-031-1/+1
* Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason2008-10-021-0/+152
* Btrfs: add and improve commentsChris Mason2008-09-291-67/+122
* Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason2008-09-291-1/+12
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-15/+37
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-133/+2Star
* Btrfs: Fix race against disk_i_size updatesChris Mason2008-09-251-0/+2
* Btrfs: Full back reference supportZheng Yan2008-09-251-18/+39
* Btrfs: free space accounting redoJosef Bacik2008-09-251-2/+1Star
* Btrfs: Dir fsync optimizationsChris Mason2008-09-251-1/+4
* Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason2008-09-251-0/+2
* Btrfs: Update the highest objectid in a root after log replay is doneChris Mason2008-09-251-1/+2
* remove unused function btrfs_ilookupChristoph Hellwig2008-09-251-13/+0Star
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-127/+134
* Btrfs: optimize btrget/set/removexattrChristoph Hellwig2008-09-251-9/+10
* Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when doneDavid Woodhouse2008-09-251-4/+7
* Minor cleanup of btrfs_real_readdir()David Woodhouse2008-09-251-15/+21
* Btrfs: Remove special cases for "." and ".."David Woodhouse2008-09-251-50/+2Star
* Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse2008-09-251-2/+102
* Introduce btrfs_iget helperBalaji Rao2008-09-251-18/+37
* Btrfs: Lookup readpage checksums on bio submission againChris Mason2008-09-251-58/+4Star
* Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason2008-09-251-4/+17
* Btrfs: Lower contention on the csum mutexChris Mason2008-09-251-2/+0Star
* Btrfs: Init address_space->writeback_index properlyChris Mason2008-09-251-0/+4
* Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason2008-09-251-0/+3
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-251-22/+38
* Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason2008-09-251-25/+34