summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: allow for an assert message during lock masteryKurt Hackel2006-06-261-1/+2
* ocfs2: take mle reference during migrationKurt Hackel2006-06-261-0/+17
* ocfs2: properly initialize the mle structureKurt Hackel2006-06-261-4/+1
* ocfs2: detach mle from heartbeat eventsKurt Hackel2006-06-261-0/+2
* ocfs2: mle ref counting fixesKurt Hackel2006-06-261-19/+90
* ocfs2: better mle debuggingKurt Hackel2006-06-261-5/+28
* ocfs2: clean up recovery related messagesKurt Hackel2006-06-261-12/+90
* ocfs2: handle network errors during recoveryKurt Hackel2006-06-261-17/+36
* ocfs2: only recover one dead node at a timeKurt Hackel2006-06-261-3/+35
* ocfs2: Better tracking for recovery state changesKurt Hackel2006-06-261-9/+28
* ocfs2: Fix empty lvb checkKurt Hackel2006-06-262-5/+16
* ocfs2: fix inverted logic in dlm_is_node_deadKurt Hackel2006-06-261-1/+1
* ocfs2: recheck lockres master before sending an unlock request.Kurt Hackel2006-06-261-0/+10
* ocfs2: add a small delay after a failed migrationKurt Hackel2006-06-261-2/+5
* ocfs2: silence a compile warning in dlm_alloc_pagevec()Mark Fasheh2006-06-261-2/+2
* [PATCH] ocfs2: Alloc at least a page for the DLM hashJoel Becker2006-06-262-2/+9
* ocfs2: allocate lockres hash pages in an arrayDaniel Phillips2006-06-264-13/+46
* ocfs2: inline dlm_lockres_get()Mark Fasheh2006-06-262-6/+6
* [PATCH] Clean up ocfs2 hash probe and make it fasterDaniel Phillips2006-06-261-15/+14
* ocfs2: calculate lockid hash values outside of the spinlockMark Fasheh2006-06-264-19/+30
* ocfs2: move lockres qstr next to hlist_node structureMark Fasheh2006-06-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-264-7/+7
|\
| * spelling fixesAndreas Mohr2006-06-264-7/+7
* | Merge branch 'x86-64'Linus Torvalds2006-06-261-1/+15
|\ \
| * | [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen2006-06-261-1/+15
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-261-903/+255
|\ \
| * | [OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller2006-06-251-903/+255
| |/
* | [PATCH] coredump: shutdown current process firstOleg Nesterov2006-06-261-12/+17
* | [PATCH] coredump: some code relocationsOleg Nesterov2006-06-261-30/+40
* | [PATCH] coredump: don't take tasklist_lockOleg Nesterov2006-06-261-4/+8
* | [PATCH] coredump: kill ptrace related stuffOleg Nesterov2006-06-261-25/+5
* | [PATCH] coredump: speedup SIGKILL sendingOleg Nesterov2006-06-261-1/+8
* | [PATCH] coredump: optimize ->mm users traversalOleg Nesterov2006-06-261-10/+26
* | [PATCH] de_thread: fix lockless do_each_threadOleg Nesterov2006-06-261-2/+1
* | [PATCH] SELinux: Add sockcreate node to procattr APIEric Paris2006-06-261-0/+6
* | [PATCH] cleanup next_tid()Oleg Nesterov2006-06-261-7/+7
* | [PATCH] simplify/fix first_tid()Oleg Nesterov2006-06-261-21/+17
* | [PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman2006-06-261-5/+6
* | [PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman2006-06-261-20/+6
* | [PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman2006-06-261-95/+29
* | [PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman2006-06-261-13/+16
* | [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-264-12/+11
* | [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-264-132/+319
* | [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman2006-06-261-16/+15
* | [PATCH] simply fix first_tgidEric W. Biederman2006-06-261-15/+13
* | [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman2006-06-261-4/+4
* | [PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman2006-06-261-4/+4
* | [PATCH] proc: refactor reading directories of tasksEric W. Biederman2006-06-261-105/+163
* | [PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman2006-06-261-25/+29
* | [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-262-83/+61
OpenPOWER on IntegriCloud