aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12ocfs2: Remove the redundant cpu_to_le64.Tao Ma1-1/+1
2010-07-12ocfs2/dlm: don't access beyond bitmap sizeWengang Wang1-1/+1
2010-07-12ocfs2: No need to zero pages past i_size.Joel Becker1-4/+18
2010-07-09ceph: fix creation of ipv6 socketsSage Weil1-3/+5
2010-07-09ceph: fix parsing of ipv6 addressesSage Weil1-6/+19
2010-07-08ceph: fix printing of ipv6 addrsSage Weil1-18/+6
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Joel Becker6-54/+207
2010-07-08ocfs2: When zero extending, do it by page.Joel Becker2-64/+84
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-232/+115
2010-07-08ceph: add kfree() to error pathDan Carpenter1-0/+1
2010-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-33/+69
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-184/+69
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-36/+46
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig3-13/+2
2010-07-05ceph: fix leak of mon authorizerSage Weil1-0/+3
2010-07-05ceph: fix message revocationSage Weil1-7/+7
2010-07-05ceph: fix crush device 'out' threshold to 1.0, not 0.1Sage Weil1-1/+1
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar25-547/+315
2010-07-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-388/+172
2010-07-01fs-writeback: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-06-30splice: check f_mode for seekable fileChangli Gao1-4/+2
2010-06-30splice: direct_splice_actor() should not use pos in sdChangli Gao1-1/+2
2010-06-29fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safeAndrew Morton1-2/+4
2010-06-29sysvfs: fix NULL deref. when allocating new inodeLubomir Rintel1-1/+5
2010-06-29flat: tweak default stack alignmentMike Frysinger1-5/+1
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger1-4/+16
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-147/+109
2010-06-29fs: fix superblock iteration racenpiggin@suse.de2-0/+8
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseSage Weil1-2/+8
2010-06-29ceph: only release clean, unused caps with mds requestsSage Weil1-5/+6
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner14-189/+174
2010-06-28ocfs2: update gfp/slab.h includesTejun Heo1-1/+0
2010-06-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-78/+72
2010-06-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-0/+2
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-110/+97
2010-06-25ext3: update ctime when changing the file's permission by setfaclMiao Xie1-0/+1
2010-06-25ext2: update ctime when changing the file's permission by setfaclJan Kara1-0/+1
2010-06-24ceph: fix crush CHOOSE_LEAF when type is already a leafSage Weil1-13/+25
2010-06-24ceph: fix crush recursionSage Weil1-0/+1
2010-06-24ceph: fix caps debugfs entryYehuda Sadeh1-1/+1
2010-06-24xfs: remove block number from inode lookup codeDave Chinner15-59/+26
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner5-12/+14
2010-06-24xfs: validate untrusted inode numbers during lookupDave Chinner1-43/+78
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig6-282/+59
2010-06-24xfs: prevent swapext from operating on write-only filesDan Rosenberg1-1/+4
2010-06-22NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust1-2/+2
2010-06-22NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-06-22NFSv4.1: Ensure that we initialise the session when following a referralTrond Myklebust1-71/+51
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson1-1/+1
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsSage Weil1-0/+6