summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng3-24/+37
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason1-2/+7
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason1-0/+4
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason1-8/+8
2009-09-22Btrfs: fix early enospc during balancingChris Mason1-13/+7
2009-09-22Btrfs: deal with NULL space infoChris Mason1-2/+16
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik2-2/+20
2009-09-21Btrfs: fix extent entry threshold calculationJosef Bacik1-14/+21
2009-09-21Btrfs: remove dead codeJosef Bacik1-706/+0
2009-09-21Btrfs: fix bitmap size trackingJosef Bacik1-0/+1
2009-09-21Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik1-8/+17
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik4-18/+148
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil1-2/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng12-233/+605
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng9-168/+459
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng6-116/+31
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng2-49/+207
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason3-1/+59
2009-09-18Btrfs: properly honor wbc->nr_to_write changesChris Mason1-11/+27
2009-09-17Btrfs: improve async block group cachingYan Zheng5-259/+382
2009-09-15Btrfs: Fix async thread shutdown raceChris Mason1-6/+10
2009-09-15Btrfs: fix worker thread double spin_lock_irqChris Mason1-2/+2
2009-09-15Btrfs: fix async worker startup raceChris Mason1-3/+11
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason18-317/+580
2009-09-11Btrfs: zero page past end of inline file itemsChris Mason1-0/+5
2009-09-11Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason1-0/+3
2009-09-11Btrfs: Fix extent replacment raceChris Mason7-13/+80
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason5-55/+62
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason5-24/+40
2009-09-11Btrfs: don't lock bits in the extent tree during writepageChris Mason1-21/+0
2009-09-11Btrfs: cache values for locking extentsChris Mason3-36/+100
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason3-68/+28
2009-09-11Btrfs: Fix new state initialization orderChris Mason1-2/+2
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason10-60/+57
2009-09-11Btrfs: tweak congestion backoffChris Mason1-1/+1
2009-09-11Btrfs: use larger nr_to_write for larger extentsChris Mason1-5/+9
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason1-14/+60
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason2-10/+16
2009-09-11Btrfs: optimize set extent bitChris Mason2-4/+13
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason3-32/+132
2009-09-07IMA: update ima_counts_putMimi Zohar1-7/+15
2009-09-05Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds1-0/+10
2009-09-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+1
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-09-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+13
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2-38/+42
2009-09-04ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-03JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1