summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Btrfs: rework allocation clusteringChris Mason6-74/+509
2009-04-03Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason1-23/+65
2009-04-03Btrfs: break up btrfs_search_slot into smaller piecesChris Mason1-90/+131
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik4-16/+1
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik3-157/+83
2009-04-03Btrfs: clean up find_free_extentJosef Bacik1-165/+91
2009-04-03Btrfs: free space cache cleanupsJosef Bacik2-51/+44
2009-04-03Btrfs: unplug in the async bio submission threadsChris Mason1-1/+13
2009-04-03Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason1-0/+27
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason8-7/+288
2009-03-25Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2-3/+8
2009-03-24Btrfs: optimize fsyncs on old filesChris Mason1-1/+44
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason7-98/+372
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason1-0/+11
2009-03-24Btrfs: limit balancing work while flushing delayed refsChris Mason1-3/+9
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason1-2/+33
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason14-96/+172
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason1-3/+10
2009-03-24Btrfs: Check for a blocking lock before taking the spinChris Mason1-2/+8
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason1-8/+7
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason4-8/+80
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason6-113/+226
2009-03-24Btrfs: try to cleanup delayed refs while freeing extentsChris Mason3-3/+87
2009-03-24Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason1-180/+278
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason11-1140/+1234
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason3-85/+21
2009-03-22Update my email addressGertjan van Wingerde2-2/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-3/+59
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2009-03-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-7/+16
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-17ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen1-2/+7
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+7
2009-03-14block: fix memory leak in bio_clone()Li Zefan1-1/+3
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2-3/+4
2009-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-37/+171
2009-03-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+33
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks4-4/+9
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan1-0/+3
2009-03-14ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen1-2/+2
2009-03-13ocfs2: Use xs->bucket to set xattr value outsideTao Ma1-6/+20