aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-1/+5
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+1
2005-09-10[PATCH] ntfs build fixAndrew Morton1-0/+1
2005-09-09Preempt-safe RCU file usageLinus Torvalds1-0/+2
2005-09-09Fix up lost patch in compat_sys_select() for new RCU files world orderLinus Torvalds1-1/+3
2005-09-09[PATCH] Lost sockfd_put() in routing_ioctl()Kirill Korotaev1-2/+5
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] FUSE: don't allow restarting of system callsMiklos Szeredi5-111/+45
2005-09-09[PATCH] FUSE: add fsync operation for directoriesMiklos Szeredi3-4/+29
2005-09-09[PATCH] fuse: don't update file timesMiklos Szeredi3-4/+9
2005-09-09[PATCH] fuse: more flexible cachingMiklos Szeredi3-32/+8
2005-09-09[PATCH] fuse: transfer readdir data through deviceMiklos Szeredi4-84/+69
2005-09-09[PATCH] FUSE - direct I/OMiklos Szeredi3-2/+146
2005-09-09[PATCH] fuse: stricter mount option checkingMiklos Szeredi1-2/+11
2005-09-09[PATCH] FUSE: tighten check for processes allowed accessMiklos Szeredi3-6/+49
2005-09-09[PATCH] FUSE - readpages operationMiklos Szeredi3-0/+85
2005-09-09[PATCH] FUSE - extended attribute operationsMiklos Szeredi2-0/+195
2005-09-09[PATCH] FUSE - mount optionsMiklos Szeredi5-67/+170
2005-09-09[PATCH] FUSE - file operationsMiklos Szeredi5-1/+366
2005-09-09[PATCH] FUSE - read-write operationsMiklos Szeredi3-17/+378
2005-09-09[PATCH] FUSE - read-only operationsMiklos Szeredi5-1/+555
2005-09-09[PATCH] FUSE - device functionsMiklos Szeredi4-6/+1161
2005-09-09[PATCH] FUSE - coreMiklos Szeredi3-0/+524
2005-09-09[PATCH] FUSE - MAINTAINERS, Kconfig and Makefile changesMiklos Szeredi2-0/+14
2005-09-09[PATCH] v9fs: fix handling of malformed 9P messagesEric Van Hensbergen4-21/+46
2005-09-09[PATCH] v9fs: readlink extended mode checkEric Van Hensbergen1-5/+30
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Eric Van Hensbergen1-0/+3
2005-09-09[PATCH] v9fs: Clean-up vfs_inode and setattr functionsEric Van Hensbergen2-97/+36
2005-09-09[PATCH] v9fs: Change error magic numbers to defined constantsEric Van Hensbergen1-81/+77
2005-09-09[PATCH] v9fs: debug and support routinesEric Van Hensbergen5-0/+642
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen5-3/+40
2005-09-09[PATCH] v9fs: transport modulesEric Van Hensbergen6-5/+979
2005-09-09[PATCH] v9fs: 9P protocol implementationEric Van Hensbergen4-0/+1429
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen4-0/+877
2005-09-09[PATCH] v9fs: VFS inode operationsEric Van Hensbergen1-0/+1371
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen3-0/+753
2005-09-09[PATCH] v9fs: Documentation, Makefiles, ConfigurationEric Van Hensbergen3-0/+29
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma3-19/+27
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma5-150/+303
2005-09-09[PATCH] files: break up files structDipankar Sarma8-63/+104
2005-09-09[PATCH] aio: kiocb locking to serialise retry and cancelBenjamin LaHaise1-4/+25
2005-09-09[PATCH] change io_cancel return code for no cancel caseWendy Cheng1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill4-70/+81
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Alexander Krizhanovsky3-4/+7
2005-09-09[PATCH] remove the inode_post_link and inode_post_rename LSM hooksStephen Smalley1-8/+2
2005-09-09[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooksStephen Smalley1-12/+4
2005-09-09[PATCH] ext3: Enable atomic inode security labelingStephen Smalley3-0/+38
2005-09-09[PATCH] ext2: Enable atomic inode security labelingStephen Smalley3-0/+35
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh19-0/+29
2005-09-09[PATCH] move truncate_inode_pages() into ->delete_inode()Mark Fasheh1-5/+7