summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sysctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan2-71/+67
2008-09-25Btrfs: Raise thresholds for metadata writebackChris Mason1-2/+2
2008-09-25Btrfs: fix sleep with spinlock held during unmountChris Mason1-0/+4
2008-09-25Remove Btrfs compat code for older kernelsChris Mason12-368/+10
2008-09-25Btrfs: Fix allocation completions in tree log replayChris Mason1-0/+34
2008-09-25Add Btrfs to fs/Kconfig and fs/MakefileChris Mason2-0/+18
2008-09-25Update Btrfs files for in-kernel usageChris Mason2-6/+5
2008-09-25Btrfs: Fix race against disk_i_size updatesChris Mason1-0/+2
2008-09-25Btrfs: Full back reference supportZheng Yan10-722/+1066
2008-09-25Add check for tree-log roots in btrfs_alloc_reserved_extentsChris Mason1-0/+3
2008-09-25Btrfs: Checksum tree blocks in the backgroundChris Mason1-9/+17
2008-09-25Btrfs: free space accounting redoJosef Bacik9-435/+925
2008-09-25Btrfs: fix cache_block_group error handlingJosef Bacik1-4/+5
2008-09-25Fix leaf overflow check in btrfs_insert_empty_itemsChris Mason1-2/+1
2008-09-25Btrfs: Fix mismerge in block header checksChris Mason1-1/+1
2008-09-25Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesChris Mason1-2/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason6-24/+54
2008-09-25Btrfs: Copy into the log tree in big batchesChris Mason1-61/+122
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason3-21/+23
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason2-7/+20
2008-09-25Btrfs: Dir fsync optimizationsChris Mason4-6/+29
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason2-1/+6
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason2-1/+9
2008-09-25Btrfs: Tree logging fixesChris Mason7-24/+107
2008-09-25Btrfs: properly set blocksize when adding new device.Zheng Yan1-0/+2
2008-09-25Btrfs: Update find free objectid function for orphan cleanup codeZheng Yan2-8/+10
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig4-11/+7
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig2-15/+0
2008-09-25Btrfs: missing endianess conversion in insert_new_rootChristoph Hellwig1-4/+5
2008-09-25Btrfs: cleanup d_obtain_alias useageChristoph Hellwig1-15/+2
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason17-205/+3408
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason4-34/+49
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig4-170/+104
2008-09-25btrfs: optmize listxattrChristoph Hellwig3-81/+11
2008-09-25Btrfs: compile when posix acl's are disabledJosef Bacik2-2/+22
2008-09-25Btrfs: Fix variable init during csum creationChris Mason1-0/+1
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason2-7/+7
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
2008-09-25Clean up btrfs_get_parent() a little more, fix a free-after-free bugDavid Woodhouse1-13/+18
2008-09-25Btrfs: Fix NFS exporting of subvol roots.David Woodhouse1-1/+12
2008-09-25Switch btrfs_name_hash() to crc32cDavid Woodhouse3-114/+7
2008-09-25Btrfs: Reinstate '-osubvol=.' option to mount entire treeDavid Woodhouse1-15/+19
2008-09-25Simplify btrfs_get_parent(), fix use-after-free bugDavid Woodhouse1-15/+11
2008-09-25Mask root object ID into f_fsid in btrfs_statfs()David Woodhouse1-0/+4
2008-09-25Fill f_fsid field in btrfs_statfs()David Woodhouse1-0/+6
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: Discard sector data in __free_extent()David Woodhouse1-0/+25