aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEGravatar Ingo Molnar 1-1/+5
2005-09-10[PATCH] spinlock consolidationGravatar Ingo Molnar 1-0/+1
2005-09-10[PATCH] ntfs build fixGravatar Andrew Morton 1-0/+1
2005-09-09Preempt-safe RCU file usageGravatar Linus Torvalds 1-0/+2
2005-09-09Fix up lost patch in compat_sys_select() for new RCU files world orderGravatar Linus Torvalds 1-1/+3
2005-09-09[PATCH] Lost sockfd_put() in routing_ioctl()Gravatar Kirill Korotaev 1-2/+5
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsGravatar Ingo Molnar 1-1/+1
2005-09-09[PATCH] FUSE: don't allow restarting of system callsGravatar Miklos Szeredi 5-111/+45
2005-09-09[PATCH] FUSE: add fsync operation for directoriesGravatar Miklos Szeredi 3-4/+29
2005-09-09[PATCH] fuse: don't update file timesGravatar Miklos Szeredi 3-4/+9
2005-09-09[PATCH] fuse: more flexible cachingGravatar Miklos Szeredi 3-32/+8
2005-09-09[PATCH] fuse: transfer readdir data through deviceGravatar Miklos Szeredi 4-84/+69
2005-09-09[PATCH] FUSE - direct I/OGravatar Miklos Szeredi 3-2/+146
2005-09-09[PATCH] fuse: stricter mount option checkingGravatar Miklos Szeredi 1-2/+11
2005-09-09[PATCH] FUSE: tighten check for processes allowed accessGravatar Miklos Szeredi 3-6/+49
2005-09-09[PATCH] FUSE - readpages operationGravatar Miklos Szeredi 3-0/+85
2005-09-09[PATCH] FUSE - extended attribute operationsGravatar Miklos Szeredi 2-0/+195
2005-09-09[PATCH] FUSE - mount optionsGravatar Miklos Szeredi 5-67/+170
2005-09-09[PATCH] FUSE - file operationsGravatar Miklos Szeredi 5-1/+366
2005-09-09[PATCH] FUSE - read-write operationsGravatar Miklos Szeredi 3-17/+378
2005-09-09[PATCH] FUSE - read-only operationsGravatar Miklos Szeredi 5-1/+555
2005-09-09[PATCH] FUSE - device functionsGravatar Miklos Szeredi 4-6/+1161
2005-09-09[PATCH] FUSE - coreGravatar Miklos Szeredi 3-0/+524
2005-09-09[PATCH] FUSE - MAINTAINERS, Kconfig and Makefile changesGravatar Miklos Szeredi 2-0/+14
2005-09-09[PATCH] v9fs: fix handling of malformed 9P messagesGravatar Eric Van Hensbergen 4-21/+46
2005-09-09[PATCH] v9fs: readlink extended mode checkGravatar Eric Van Hensbergen 1-5/+30
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Gravatar Eric Van Hensbergen 1-0/+3
2005-09-09[PATCH] v9fs: Clean-up vfs_inode and setattr functionsGravatar Eric Van Hensbergen 2-97/+36
2005-09-09[PATCH] v9fs: Change error magic numbers to defined constantsGravatar Eric Van Hensbergen 1-81/+77
2005-09-09[PATCH] v9fs: debug and support routinesGravatar Eric Van Hensbergen 5-0/+642
2005-09-09[PATCH] v9fs: Support to force umountGravatar Eric Van Hensbergen 5-3/+40
2005-09-09[PATCH] v9fs: transport modulesGravatar Eric Van Hensbergen 6-5/+979
2005-09-09[PATCH] v9fs: 9P protocol implementationGravatar Eric Van Hensbergen 4-0/+1429
2005-09-09[PATCH] v9fs: VFS superblock operations and glueGravatar Eric Van Hensbergen 4-0/+877
2005-09-09[PATCH] v9fs: VFS inode operationsGravatar Eric Van Hensbergen 1-0/+1371
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsGravatar Eric Van Hensbergen 3-0/+753
2005-09-09[PATCH] v9fs: Documentation, Makefiles, ConfigurationGravatar Eric Van Hensbergen 3-0/+29
2005-09-09[PATCH] files: lock-free fd look-upGravatar Dipankar Sarma 3-19/+27
2005-09-09[PATCH] files: files struct with RCUGravatar Dipankar Sarma 5-150/+303
2005-09-09[PATCH] files: break up files structGravatar Dipankar Sarma 8-63/+104
2005-09-09[PATCH] aio: kiocb locking to serialise retry and cancelGravatar Benjamin LaHaise 1-4/+25
2005-09-09[PATCH] change io_cancel return code for no cancel caseGravatar Wendy Cheng 1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixGravatar Andrew Stribblehill 4-70/+81
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Gravatar Alexander Krizhanovsky 3-4/+7
2005-09-09[PATCH] remove the inode_post_link and inode_post_rename LSM hooksGravatar Stephen Smalley 1-8/+2
2005-09-09[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooksGravatar Stephen Smalley 1-12/+4
2005-09-09[PATCH] ext3: Enable atomic inode security labelingGravatar Stephen Smalley 3-0/+38
2005-09-09[PATCH] ext2: Enable atomic inode security labelingGravatar Stephen Smalley 3-0/+35
2005-09-09[PATCH] update filesystems for new delete_inode behaviorGravatar Mark Fasheh 19-0/+29
2005-09-09[PATCH] move truncate_inode_pages() into ->delete_inode()Gravatar Mark Fasheh 1-5/+7