summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-07Btrfs: Add ordered async work queuesChris Mason5-31/+158
2008-10-31Btrfs: rev the disk format for fallocateChris Mason1-1/+1
2008-10-31Btrfs: Compression corner fixesChris Mason4-9/+35
2008-10-30Btrfs: Add fallocate support v2Yan Zheng10-117/+563
2008-10-30Btrfs: update nodatacow code v2Yan Zheng7-213/+154
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng4-32/+43
2008-10-30Btrfs: update hole handling v2Yan Zheng4-124/+108
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 Mason2-3/+6
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason2-24/+42
2008-10-29Btrfs: Rev the disk format for compression and root pointer generation fieldsChris Mason1-1/+1
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng6-7/+39
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik11-216/+250
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik2-191/+132
2008-10-29Btrfs: Improve space balancing codeYan Zheng5-199/+277
2008-10-29Btrfs: Add zlib compression supportChris Mason22-379/+2315
2008-10-16Merge branch 'master' of ssh://mason@master.kernel.org/pub/scm/linux/kernel/g...Chris Mason56-0/+36787
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingJosef Bacik1-2/+2
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason1-5/+0
2008-10-10Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig3-14/+100
2008-10-09Btrfs: Rev the disk format for the new back reference formatChris Mason1-1/+1
2008-10-09Btrfs: Fix makefile for builing btrfs staticSage Weil1-2/+2
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng2-3/+31
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng8-144/+115
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng6-39/+33
2008-10-04Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason2-2/+2
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason3-9/+0
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason3-31/+38
2008-10-03mm: tiny-shmem nommu fixNick Piggin1-1/+1
2008-10-03inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin1-7/+20
2008-10-02Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason3-32/+193
2008-10-02Btrfs: fix deadlock between alloc_mutex/chunk_mutexJosef Bacik1-2/+13
2008-10-02Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering1-0/+2
2008-10-02Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering1-1/+2
2008-10-01Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason2-1/+15
2008-09-30Btrfs: fix seekiness due to finding the wrong block groupJosef Bacik1-2/+7
2008-09-29Btrfs: add and improve commentsChris Mason25-277/+653
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-09-29Btrfs: drop WARN_ON from btrfs_add_leaf_refChris Mason1-1/+0
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason4-4/+22
2008-09-29Fix NULL pointer dereference in proc_sys_compareLinus Torvalds1-4/+6
2008-09-26Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds1-91/+3
2008-09-26Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds6-9/+15
2008-09-26Btrfs: update space balancing codeZheng Yan7-425/+1828
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan10-49/+108
2008-09-26Btrfs: Add shared reference cacheZheng Yan6-34/+71
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan2-71/+67
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy1-92/+3
2008-09-26[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy1-0/+1