aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 11-22/+22
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 3-6/+15
2010-03-14nilfs2: remove whitespaces before quoted newlinesGravatar Ryusuke Konishi 2-2/+2
2010-03-14nilfs2: remove spaces before tabsGravatar Ryusuke Konishi 2-2/+2
2010-03-14nilfs2: fix various typos in commentsGravatar Ryusuke Konishi 9-12/+12
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageGravatar Ryusuke Konishi 1-1/+1
2010-03-14nilfs2: fix function name typos in docbook commentsGravatar Ryusuke Konishi 1-2/+2
2010-03-14nilfs2: fix discrepancy in use of static specifierGravatar Ryusuke Konishi 1-3/+3
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 4-5/+3
2010-03-139p: Skip check for mandatory locks when unlockingGravatar Sachin Prabhu 1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.Gravatar jvrao 1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LGravatar Sripathi Kodi 1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopGravatar Aneesh Kumar K.V 1-1/+10
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 2-9/+20
2010-03-12anon_inodes: mark the anon inode privateGravatar Eric Paris 1-0/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-65/+18
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 24-1728/+26
2010-03-12ufs: make solaris fsck happyGravatar Evgeniy Dushistov 1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateGravatar Alex Viskovatoff 2-0/+9
2010-03-12Add generic sys_old_select()Gravatar Christoph Hellwig 2-0/+35
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubGravatar Richard Kennedy 1-11/+2
2010-03-12fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Gravatar Joe Perches 1-2/+2
2010-03-11GFS2: Skip check for mandatory locks when unlockingGravatar Sachin Prabhu 1-1/+1
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeGravatar Benjamin Marzinski 2-3/+2
2010-03-09udf: use ext2_find_next_bitGravatar Akinobu Mita 1-48/+1
2010-03-09udf: Do not read inode before writing itGravatar Jan Kara 1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeGravatar Jan Kara 1-14/+14
2010-03-09GFS2: do not select QUOTAGravatar Christoph Hellwig 1-1/+0
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 9-14/+15
2010-03-08Btrfs: kfree correct pointer during mount option parsingGravatar Josef Bacik 1-2/+3
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 8-12/+12
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 12-126/+189
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 24-1728/+26
2010-03-08FS-Cache: Remove the EXPERIMENTAL flagGravatar Christian Kujau 1-1/+0
2010-03-07sysfs: Kill unused sysfs_sb variable.Gravatar Eric W. Biederman 2-3/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeGravatar Eric W. Biederman 4-5/+6
2010-03-07sysfs: Implement sysfs_rename_linkGravatar Eric W. Biederman 1-0/+38
2010-03-07sysfs: Pack sysfs_dirent more tightly.Gravatar Eric W. Biederman 1-1/+1
2010-03-07sysfs: Serialize updates to the vfs inodeGravatar Eric W. Biederman 1-4/+4
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Gravatar Eric W. Biederman 1-2/+5
2010-03-07sysfs: Only take active references on attributes.Gravatar Eric W. Biederman 3-1/+6
2010-03-07sysfs: Remove sysfs_get/put_active_twoGravatar Eric W. Biederman 4-77/+38
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 6-10/+10
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Gravatar Eric W. Biederman 1-22/+60
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsGravatar Andi Kleen 1-0/+20
2010-03-07seq_file: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2010-03-07Revert "lib: build list_sort() only if needed"Gravatar Linus Torvalds 1-1/+0
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsGravatar Linus Torvalds 17-0/+9004
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 26-1484/+1344