Age | Commit message (Expand) | Author | Files | Lines |
2007-10-19 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 9 | -36/+175 |
2007-10-19 | NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.c | Trond Myklebust | 1 | -1/+2 |
2007-10-19 | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust | 5 | -13/+41 |
2007-10-19 | NFS: Fix a race in sillyrename | Trond Myklebust | 4 | -18/+119 |
2007-10-19 | NFS: Fix a writeback race... | Trond Myklebust | 1 | -4/+13 |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 1 | -1/+1 |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 26 | -383/+961 |
2007-10-19 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 10 | -92/+44 |
2007-10-19 | Use task_pid_nr() instead of pid_nr(task_pid()) | Pavel Emelyanov | 1 | -1/+1 |
2007-10-19 | Remove unused variables from fs/proc/base.c | Pavel Emelyanov | 1 | -4/+1 |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 8 | -17/+17 |
2007-10-19 | Fix tsk->exit_state usage | Eugene Teo | 1 | -2/+1 |
2007-10-19 | proc: export a processes resource limits via /proc/pid | Neil Horman | 1 | -0/+75 |
2007-10-19 | fs/select, remove unused macros | Jiri Slaby | 1 | -5/+0 |
2007-10-19 | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2 | -3/+3 |
2007-10-19 | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 1 | -4/+2 |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 7 | -46/+70 |
2007-10-19 | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov | 2 | -0/+20 |
2007-10-19 | pid namespaces: make proc_flush_task() actually from entries from multiple na... | Pavel Emelyanov | 1 | -2/+16 |
2007-10-19 | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov | 2 | -5/+64 |
2007-10-19 | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 1 | -1/+1 |
2007-10-19 | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov | 1 | -7/+20 |
2007-10-19 | pid namespaces: introduce MS_KERNMOUNT flag | Pavel Emelyanov | 2 | -4/+4 |
2007-10-19 | fs/super.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 1 | -11/+11 |
2007-10-19 | fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 1 | -3/+2 |
2007-10-19 | fs/file_table.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 1 | -3/+2 |
2007-10-19 | Make access to task's nsproxy lighter | Pavel Emelyanov | 1 | -10/+17 |
2007-10-19 | pid namespaces: use task_pid() to find leader's pid | Sukadev Bhattiprolu | 1 | -1/+1 |
2007-10-19 | pid namespaces: rename child_reaper() function | Sukadev Bhattiprolu | 1 | -1/+1 |
2007-10-19 | pid namespaces: define and use task_active_pid_ns() wrapper | Sukadev Bhattiprolu | 2 | -2/+3 |
2007-10-19 | pid namespaces: round up the API | Pavel Emelianov | 9 | -19/+19 |
2007-10-19 | Task Control Groups: make cpusets a client of cgroups | Paul Menage | 1 | -2/+2 |
2007-10-19 | Task Control Groups: add procfs interface | Paul Menage | 1 | -0/+7 |
2007-10-19 | reiserfs: ignore on disk s_bmap_nr value | Jeff Mahoney | 4 | -23/+44 |
2007-10-19 | reiserfs: remove first_zero_hint | Jeff Mahoney | 2 | -23/+12 |
2007-10-19 | reiserfs: fix usage of signed ints for block numbers | Jeff Mahoney | 4 | -26/+30 |
2007-10-19 | reiserfs: fix memset byte count during resize | Jeff Mahoney | 1 | -1/+1 |
2007-10-19 | reiserfs: use is_reusable to catch corruption | Jeff Mahoney | 1 | -8/+13 |
2007-10-19 | reiserfs: dont use BUG when panicking | Jeff Mahoney | 1 | -6/+4 |
2007-10-19 | reiserfs: fix up lockdep warnings | Jeff Mahoney | 1 | -2/+3 |
2007-10-19 | JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG | Jose R. Santos | 2 | -4/+4 |
2007-10-19 | jbd: fix commit code to properly abort journal | Jan Kara | 1 | -4/+4 |
2007-10-19 | jbd: config_jbd_debug cannot create /proc entry | Jose R. Santos | 2 | -48/+26 |
2007-10-19 | JBD/ext3 cleanups: convert to kzalloc | Mingming Cao | 3 | -6/+3 |
2007-10-19 | setup vma->vm_page_prot by vm_get_page_prot() | Coly Li | 1 | -1/+1 |
2007-10-19 | put declaration of put_filesystem() in fs.h | Miklos Szeredi | 1 | -4/+0 |
2007-10-19 | sched: fix guest time accounting going faster than user time accounting | Christian Borntraeger | 1 | -1/+1 |
2007-10-19 | [XFS] cleanup fid types mess | Christoph Hellwig | 8 | -60/+33 |
2007-10-19 | [XFS] fixups after behavior removal merge into mainline git | Christoph Hellwig | 2 | -32/+11 |
2007-10-18 | [CIFS] log better errors on failed mounts | Steve French | 6 | -26/+35 |