summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Add Btrfs to fs/Kconfig and fs/MakefileChris Mason2008-09-252-0/+18
* Update Btrfs files for in-kernel usageChris Mason2008-09-252-6/+5Star
* Merge Btrfs into fs/btrfsChris Mason2008-09-2556-0/+34936
|\
| * Btrfs: Fix race against disk_i_size updatesChris Mason2008-09-251-0/+2
| * Btrfs: Full back reference supportZheng Yan2008-09-2510-722/+1066
| * Add check for tree-log roots in btrfs_alloc_reserved_extentsChris Mason2008-09-251-0/+3
| * Btrfs: Checksum tree blocks in the backgroundChris Mason2008-09-251-9/+17
| * Btrfs: free space accounting redoJosef Bacik2008-09-259-435/+925
| * Btrfs: fix cache_block_group error handlingJosef Bacik2008-09-251-4/+5
| * Fix leaf overflow check in btrfs_insert_empty_itemsChris Mason2008-09-251-2/+1Star
| * Btrfs: Fix mismerge in block header checksChris Mason2008-09-251-1/+1
| * Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesChris Mason2008-09-251-2/+1Star
| * Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason2008-09-256-24/+54
| * Btrfs: Copy into the log tree in big batchesChris Mason2008-09-251-61/+122
| * Btrfs: Optimize tree log block allocationsChris Mason2008-09-253-21/+23
| * Btrfs: Optimize btree walking while logging inodesChris Mason2008-09-252-7/+20
| * Btrfs: Dir fsync optimizationsChris Mason2008-09-254-6/+29
| * Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason2008-09-252-1/+6
| * Btrfs: Update the highest objectid in a root after log replay is doneChris Mason2008-09-252-1/+9
| * Btrfs: Tree logging fixesChris Mason2008-09-257-24/+107
| * Btrfs: properly set blocksize when adding new device.Zheng Yan2008-09-251-0/+2
| * Btrfs: Update find free objectid function for orphan cleanup codeZheng Yan2008-09-252-8/+10
| * Btrfs: trivial sparse fixesChristoph Hellwig2008-09-254-11/+7Star
| * remove unused function btrfs_ilookupChristoph Hellwig2008-09-252-15/+0Star
| * Btrfs: missing endianess conversion in insert_new_rootChristoph Hellwig2008-09-251-4/+5
| * Btrfs: cleanup d_obtain_alias useageChristoph Hellwig2008-09-251-15/+2Star
| * Btrfs: Rev the disk formatChris Mason2008-09-251-1/+1
| * Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-2517-205/+3408
| * Btrfs: Add debugging checks to track down corrupted metadataChris Mason2008-09-254-34/+49
| * Btrfs: optimize btrget/set/removexattrChristoph Hellwig2008-09-254-170/+104Star
| * btrfs: optmize listxattrChristoph Hellwig2008-09-253-81/+11Star
| * Btrfs: compile when posix acl's are disabledJosef Bacik2008-09-252-2/+22
| * Btrfs: Fix variable init during csum creationChris Mason2008-09-251-0/+1
| * Btrfs: Throttle for async bio submits higher up the chainChris Mason2008-09-252-7/+7
| * Btrfs: Rev the disk formatChris Mason2008-09-251-1/+1
| * Clean up btrfs_get_parent() a little more, fix a free-after-free bugDavid Woodhouse2008-09-251-13/+18
| * Btrfs: Fix NFS exporting of subvol roots.David Woodhouse2008-09-251-1/+12
| * Switch btrfs_name_hash() to crc32cDavid Woodhouse2008-09-253-114/+7Star
| * Btrfs: Reinstate '-osubvol=.' option to mount entire treeDavid Woodhouse2008-09-251-15/+19
| * Simplify btrfs_get_parent(), fix use-after-free bugDavid Woodhouse2008-09-251-15/+11Star
| * Mask root object ID into f_fsid in btrfs_statfs()David Woodhouse2008-09-251-0/+4
| * Fill f_fsid field in btrfs_statfs()David Woodhouse2008-09-251-0/+6
| * 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: Discard sector data in __free_extent()David Woodhouse2008-09-251-0/+25
| * Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse2008-09-251-2/+102
| * NFS support for btrfs - v3Balaji Rao2008-09-255-1/+247
| * Introduce btrfs_iget helperBalaji Rao2008-09-252-18/+39
| * Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason2008-09-254-10/+27