aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-10-21NFS: Fix a typo in nfs_call_unlink()Gravatar Trond Myklebust 1-1/+1
2007-10-21NFSv2: Ensure that the directory metadata gets revalidated on file createGravatar Trond Myklebust 1-0/+1
2007-10-21Merge branch 'audit.b43' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-14/+78
2007-10-21nobh: nobh_write_end fixGravatar Nick Piggin 1-2/+1
2007-10-21[PATCH] audit: watching subtreesGravatar Al Viro 1-1/+1
2007-10-21[PATCH] new helper - inotify_evict_watch()Gravatar Al Viro 1-0/+8
2007-10-21[PATCH] new helper - inotify_clone_watch()Gravatar Al Viro 1-0/+35
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Gravatar Al Viro 2-1/+22
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Gravatar Al Viro 4-12/+12
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 13-16/+16
2007-10-19Avoid compile error in fs/nfs/unlink.cGravatar Linus Torvalds 1-1/+2
2007-10-19nfs: Fix build break with CONFIG_NFS_V4=nGravatar Olof Johansson 1-0/+1
2007-10-20sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeGravatar Chris Malley 1-1/+1
2007-10-20fix typo "insted" -> "instead"Gravatar Uwe Kleine-König 1-1/+1
2007-10-19Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 9-36/+175
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 9-9/+9
2007-10-19NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.cGravatar Trond Myklebust 1-1/+2
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeGravatar Trond Myklebust 5-13/+41
2007-10-19NFS: Fix a race in sillyrenameGravatar Trond Myklebust 4-18/+119
2007-10-19NFS: Fix a writeback race...Gravatar Trond Myklebust 1-4/+13
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 4-5/+5
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedGravatar Linus Torvalds 1-1/+1
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 26-383/+961
2007-10-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Gravatar Linus Torvalds 10-92/+44
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Gravatar Pavel Emelyanov 1-1/+1
2007-10-19Remove unused variables from fs/proc/base.cGravatar Pavel Emelyanov 1-4/+1
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 8-17/+17
2007-10-19Fix tsk->exit_state usageGravatar Eugene Teo 1-2/+1
2007-10-19proc: export a processes resource limits via /proc/pidGravatar Neil Horman 1-0/+75
2007-10-19fs/select, remove unused macrosGravatar Jiri Slaby 1-5/+0
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 2-3/+3
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 1-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 7-46/+70
2007-10-19pid namespaces: initialize the namespace's proc_mntGravatar Pavel Emelyanov 2-0/+20
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple na...Gravatar Pavel Emelyanov 1-2/+16
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespaceGravatar Pavel Emelyanov 2-5/+64
2007-10-19pid namespaces: helpers to find the task by its numerical idsGravatar Pavel Emelyanov 1-1/+1
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Gravatar Pavel Emelyanov 1-7/+20
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagGravatar Pavel Emelyanov 2-4/+4
2007-10-19fs/super.c: use list_for_each_entry() instead of list_for_each()Gravatar Matthias Kaehlcke 1-11/+11
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Gravatar Matthias Kaehlcke 1-3/+2
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Gravatar Matthias Kaehlcke 1-3/+2
2007-10-19Make access to task's nsproxy lighterGravatar Pavel Emelyanov 1-10/+17
2007-10-19pid namespaces: use task_pid() to find leader's pidGravatar Sukadev Bhattiprolu 1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionGravatar Sukadev Bhattiprolu 1-1/+1
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperGravatar Sukadev Bhattiprolu 2-2/+3
2007-10-19pid namespaces: round up the APIGravatar Pavel Emelianov 9-19/+19
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-2/+2
2007-10-19Task Control Groups: add procfs interfaceGravatar Paul Menage 1-0/+7
2007-10-19reiserfs: ignore on disk s_bmap_nr valueGravatar Jeff Mahoney 4-23/+44