summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Max share size is too smallSteve French1-1/+1
2011-04-12Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason7-124/+180
2011-04-12btrfs: using cached extent_state in set/unlock combinationsArne Jansen3-19/+55
2011-04-12Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik3-24/+19
2011-04-12Allow user names longer than 32 bytesSteve French7-26/+30
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton5-63/+7
2011-04-12cifs: check for private_data before trying to put itJeff Layton1-2/+4
2011-04-12Btrfs: fix subvolume mount by name problem when default mount subvolume is setXin Zhong1-9/+33
2011-04-12fix user annotation in ioctl.cDaniel J Blueman1-1/+1
2011-04-12Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-12btrfs: properly handle overlapping areas in memmove_extent_bufferSergei Trofimovich1-3/+11
2011-04-12Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano1-1/+4
2011-04-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-507/+531
2011-04-12xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-35/+102
2011-04-12Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+6
2011-04-11ext4: fix data corruption regression by reverting commit 6de9843dab3fTheodore Ts'o1-0/+1
2011-04-11ext4: Allow indirect-block file to grow the file size to max file sizeKazuya Mio1-6/+17
2011-04-11ext4: allow an active handle to be started when freezingYongqiang Yang1-11/+33
2011-04-11ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth1-3/+14
2011-04-10nfsd4: fix oops on lock failureJ. Bruce Fields1-3/+6
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-36/+26
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik1-8/+28
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik1-5/+19
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik1-7/+13
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik1-5/+10
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik1-0/+12
2011-04-08Btrfs: only retry transaction reservation onceJosef Bacik1-1/+10
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik3-74/+69
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-10/+5
2011-04-08xfs: use proper interfaces for on-stack pluggingChristoph Hellwig1-11/+9
2011-04-08xfs: fix xfs_debug warningsChristoph Hellwig2-29/+22
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig5-18/+0
2011-04-08xfs: convert log tail checking to a warningDave Chinner2-8/+25
2011-04-08xfs: catch bad block numbers freeing extents.Dave Chinner1-7/+23
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner4-9/+61
2011-04-08xfs: clean up code layout in xfs_trans_ail.cDave Chinner1-136/+118
2011-04-08xfs: convert the xfsaild threads to a workqueueDave Chinner3-151/+124
2011-04-08xfs: introduce background inode reclaim workDave Chinner2-3/+67
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner3-102/+36
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner4-61/+63
2011-04-08xfs: fix extent format buffer allocation sizeDave Chinner1-27/+40
2011-04-08NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSECBryan Schumaker1-3/+1
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds5-24/+53
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds143-230/+230
2011-04-07NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker1-33/+25
2011-04-06ext4: init timer earlier to avoid a kernel panic in __save_error_infoTao Ma1-3/+5
2011-04-06jbd2: fix potential memory leak on transaction commitZhang Huan1-1/+3
2011-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Linus Torvalds4-6/+10