aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-2112-233/+605
* Btrfs: change how subvolumes are organizedYan, Zheng2009-09-219-168/+459
* Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-216-116/+31
* Btrfs: speed up snapshot droppingYan, Zheng2009-09-212-49/+207
* Btrfs: search for an allocation hint while filling file COWChris Mason2009-09-183-1/+59
* Btrfs: properly honor wbc->nr_to_write changesChris Mason2009-09-181-11/+27
* Btrfs: improve async block group cachingYan Zheng2009-09-175-259/+382
* Btrfs: Fix async thread shutdown raceChris Mason2009-09-151-6/+10
* Btrfs: fix worker thread double spin_lock_irqChris Mason2009-09-151-2/+2
* Btrfs: fix async worker startup raceChris Mason2009-09-151-3/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-1118-317/+580
|\
| * Btrfs: zero page past end of inline file itemsChris Mason2009-09-111-0/+5
| * Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason2009-09-111-0/+3
| * Btrfs: Fix extent replacment raceChris Mason2009-09-117-13/+80
| * Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason2009-09-115-55/+62
| * Btrfs: use a cached state for extent state operations during delallocChris Mason2009-09-115-24/+40
| * Btrfs: don't lock bits in the extent tree during writepageChris Mason2009-09-111-21/+0
| * Btrfs: cache values for locking extentsChris Mason2009-09-113-36/+100
| * Btrfs: reduce CPU usage in the extent_state treeChris Mason2009-09-113-68/+28
| * Btrfs: Fix new state initialization orderChris Mason2009-09-111-2/+2
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-1110-60/+57
| * Btrfs: tweak congestion backoffChris Mason2009-09-111-1/+1
| * Btrfs: use larger nr_to_write for larger extentsChris Mason2009-09-111-5/+9
| * Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason2009-09-111-14/+60
| * Btrfs: keep irqs on more often in the worker threadsChris Mason2009-09-112-10/+16
| * Btrfs: optimize set extent bitChris Mason2009-09-112-4/+13
| * Btrfs: Allow worker threads to exit when idleChris Mason2009-09-113-32/+132
* | IMA: update ima_counts_putMimi Zohar2009-09-071-7/+15
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-051-0/+10
|\ \
| * | JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-031-0/+10
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-09-051-1/+1
|\ \ \
| * | | xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-011-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-051-1/+1
|\ \ \ \
| * | | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi2009-08-311-1/+1
* | | | | ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-051-0/+4
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-052-2/+13
|\ \ \ \ \
| * | | | | ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran2009-09-041-2/+2
| * | | | | ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma2009-08-271-0/+11
* | | | | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-052-38/+42
| |_|_|/ / |/| | | |
* | | | | autofs4 - fix missed case when changing to use struct pathIan Kent2009-08-311-1/+1
* | | | | inotify: update the group mask on mark additionEric Paris2009-08-281-0/+4
* | | | | inotify: fix length reporting and size checkingEric Paris2009-08-281-3/+5
* | | | | inotify: do not send a block of zeros when no pathname is availableBrian Rogers2009-08-281-3/+5
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-272-85/+177
|\ \ \ \
| * | | | inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
| * | | | inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
| * | | | inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-271-2/+31
| * | | | inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-274-105/+82
|\ \ \ \ \
| * | | | | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10