aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds11-22/+22
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-6/+15
2010-03-14nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi2-2/+2
2010-03-14nilfs2: remove spaces before tabsRyusuke Konishi2-2/+2
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi9-12/+12
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi1-1/+1
2010-03-14nilfs2: fix function name typos in docbook commentsRyusuke Konishi1-2/+2
2010-03-14nilfs2: fix discrepancy in use of static specifierRyusuke Konishi1-3/+3
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-5/+3
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-9/+20
2010-03-12anon_inodes: mark the anon inode privateEric Paris1-0/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds2-65/+18
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds24-1728/+26
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2-0/+9
2010-03-12Add generic sys_old_select()Christoph Hellwig2-0/+35
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubRichard Kennedy1-11/+2
2010-03-12fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Joe Perches1-2/+2
2010-03-11GFS2: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeBenjamin Marzinski2-3/+2
2010-03-09udf: use ext2_find_next_bitAkinobu Mita1-48/+1
2010-03-09udf: Do not read inode before writing itJan Kara1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara1-14/+14
2010-03-09GFS2: do not select QUOTAChristoph Hellwig1-1/+0
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-14/+15
2010-03-08Btrfs: kfree correct pointer during mount option parsingJosef Bacik1-2/+3
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris8-12/+12
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds12-126/+189
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina24-1728/+26
2010-03-08FS-Cache: Remove the EXPERIMENTAL flagChristian Kujau1-1/+0
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2-3/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman4-5/+6
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman1-4/+4
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman3-1/+6
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman4-77/+38
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy6-10/+10
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman1-22/+60
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+20
2010-03-07seq_file: fix new kernel-doc warningsRandy Dunlap1-2/+2
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-1/+0
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds17-0/+9004
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-1484/+1344