aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-2/+3
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepageMel Gorman1-2/+2
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+2
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-7/+3
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-6/+6
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2-7/+3
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-5/+7
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki15-219/+431
2011-12-18btrfs: fix dirtied pages accounting on sub-page writesWu Fengguang1-1/+2
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds13-140/+311
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-15Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integrationChris Mason11-117/+211
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik4-22/+80
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik4-78/+83
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler1-5/+26
2011-12-15Btrfs: add a cond_resched() into the worker loopChris Mason1-1/+1
2011-12-15Btrfs: fix ctime update of on-disk inodeLi Zefan1-2/+2
2011-12-15btrfs: keep orphans for subvolume deletionArne Jansen1-0/+32
2011-12-15Btrfs: fix inaccurate available space on raid0 profileMiao Xie1-6/+13
2011-12-15Btrfs: fix wrong disk space information of the filesMiao Xie1-1/+4
2011-12-15Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie1-6/+12
2011-12-15btrfs: free-space-cache.c: remove extra semicolon.Justin P. Mattock1-1/+1
2011-12-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason1-1/+1
2011-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-60/+66
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo1-8/+16
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan1-1/+1
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva1-43/+31
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva1-8/+18
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-23/+58
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt1-7/+20
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva1-3/+3