summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-133/+2
* 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/+1
* 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/+0
* 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/+2
* 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/+4
* 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/+0
* 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
* btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason2008-09-251-6/+53
* Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason2008-09-251-6/+41
* Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason2008-09-251-0/+2
* Btrfs: Drop some debugging around the extent_map pinned flagChris Mason2008-09-251-22/+0
* Btrfs: Fix streaming read performance with checksumming onChris Mason2008-09-251-53/+4
* Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener2008-09-251-2/+10
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-11/+11
* Btrfs: Update and fix mount -o nodatacowYan Zheng2008-09-251-4/+2
* Btrfs: Throttle operations if the reference cache gets too largeChris Mason2008-09-251-5/+5
* Btrfs: Leaf reference cache updateChris Mason2008-09-251-4/+4
* Btrfs: Fix .. lookup corner caseYan2008-09-251-13/+9
* Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao2008-09-251-5/+0
* Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik2008-09-251-3/+234
* Btrfs: Add ACL supportJosef Bacik2008-09-251-1/+41
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-22/+121
* Btrfs: Search data ordered extents first for checksums on readChris Mason2008-09-251-15/+18
* Btrfs: Take the csum mutex while reading checksumsChris Mason2008-09-251-0/+2
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-24/+30
* Btrfs: Index extent buffers in an rbtreeChris Mason2008-09-251-3/+0
* Btrfs: Data ordered fixesChris Mason2008-09-251-5/+18
* Fix btrfs_wait_ordered_extent_range to properly waitChris Mason2008-09-251-6/+20
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-251-0/+15
* Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason2008-09-251-5/+9
* Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-251-5/+1
* Btrfs: Cleanup and comment ordered-data.cChris Mason2008-09-251-2/+10
* Add a per-inode lock around btrfs_drop_extentsChris Mason2008-09-251-0/+10
* Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason2008-09-251-16/+21
* btrfs_start_transaction: wait for commits in progress to finishChris Mason2008-09-251-5/+5
OpenPOWER on IntegriCloud