summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-1/+1
2009-08-28inotify: update the group mask on mark additionEric Paris1-0/+4
2009-08-28inotify: fix length reporting and size checkingEric Paris1-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers1-3/+5
2009-08-27ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma1-0/+11
2009-08-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-85/+177
2009-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds4-105/+82
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris1-69/+103
2009-08-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-28/+44