summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | lockd: pass cookie in nlmsvc_testlockMarc Eshel2007-05-074-6/+7
| | * | | | | lockd: handle fl_grant callbacksMarc Eshel2007-05-071-4/+87
| | * | | | | lockd: save lock state on deferralMarc Eshel2007-05-072-0/+35
| | * | | | | locks: add fl_grant callback for asynchronous lock returnMarc Eshel2007-05-072-0/+20
| | * | | | | nfsd4: Convert NFSv4 to new lock interfaceMarc Eshel2007-05-071-7/+13
| | * | | | | locks: add lock cancel commandMarc Eshel2007-05-073-0/+21
| | * | | | | locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel2007-05-075-36/+32
| | * | | | | locks: factor out generic/filesystem switch from setlock codeMarc Eshel2007-05-072-32/+37
| | * | | | | locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields2007-05-072-13/+26
| | * | | | | locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-068-51/+32
| | * | | | | locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields2007-05-062-4/+1
| | * | | | | locks: create posix-to-flock helper functionsJ. Bruce Fields2007-04-161-25/+36
| | * | | | | locks: trivial removal of unnecessary parenthesesJ. Bruce Fields2007-04-161-2/+2
| * | | | | | Fix up SLUB compileLinus Torvalds2007-05-071-3/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2007-05-0726-2059/+2158
| |\ \ \ \ \ \
| | * | | | | | [GFS2] Uncomment sprintf_symbol calling codeSteven Whitehouse2007-05-011-12/+0
| | * | | | | | [DLM] lowcomms styleDavid Teigland2007-05-011-30/+37
| | * | | | | | [GFS2] printk warning fixesakpm@linux-foundation.org2007-05-011-4/+7
| | * | | | | | [GFS2] Patch to fix mmap of stuffed filesSteven Whitehouse2007-05-011-3/+14
| | * | | | | | [GFS2] use lib/parser for parsing mount optionsJosef Bacik2007-05-011-96/+143
| | * | | | | | [DLM] Lowcomms nodeid range & initialisation fixesPatrick Caulfield2007-05-011-9/+9
| | * | | | | | [DLM] Fix dlm_lowcoms_stop hangJosef Bacik2007-05-011-1/+1
| | * | | | | | [DLM] fix mode mungingDavid Teigland2007-05-011-2/+80
| | * | | | | | [GFS2] lockdump improvementsRobert Peterson2007-05-013-9/+21
| | * | | | | | [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocksSteven Whitehouse2007-05-011-5/+30
| | * | | | | | [GFS2] bz 236008: Kernel gpf doing cat /debugfs/gfs2/xxx (lock dump)Robert Peterson2007-05-011-8/+21
| | * | | | | | [DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk2007-05-011-0/+1
| | * | | | | | [DLM] Consolidate transport protocolsPatrick Caulfield2007-05-016-1381/+621
| | * | | | | | [DLM] Remove redundant assignmentPatrick Caulfield2007-05-011-2/+0
| | * | | | | | [GFS2] Fix bz 234168 (ignoring rgrp flags)Steven Whitehouse2007-05-011-2/+3
| | * | | | | | [DLM] change lkid formatDavid Teigland2007-05-011-4/+4
| | * | | | | | [DLM] interface for purge (2/2)David Teigland2007-05-013-1/+38
| | * | | | | | [DLM] add orphan purging code (1/2)David Teigland2007-05-012-0/+102
| | * | | | | | [DLM] split create_message functionDavid Teigland2007-05-011-22/+32
| | * | | | | | [GFS2] Set drop_count to 0 (off) by defaultSteven Whitehouse2007-05-011-1/+1
| | * | | | | | [GFS2] use log_error before LM_OUT_ERRORDavid Teigland2007-05-011-2/+2
| | * | | | | | [DLM] overlapping cancel and unlockDavid Teigland2007-05-014-224/+577
| | * | | | | | [DLM] fix coverity-spotted stupidityPatrick Caulfield2007-05-011-2/+0
| | * | | | | | [GFS2] Red Hat bz 228540: owner referencesRobert Peterson2007-05-013-22/+59
| | * | | | | | [GFS2] flush the log if a transaction can't allocate spaceBenjamin Marzinski2007-05-011-1/+6
| | * | | | | | [GFS2] Fix log entry list corruptionBenjamin Marzinski2007-05-011-9/+11
| | * | | | | | [GFS2] Speed up lock_dlm's locking (move sprintf)Steven Whitehouse2007-05-012-6/+5
| | * | | | | | [DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield2007-05-011-22/+36
| | * | | | | | [GFS2] Fix a bug on i386 due to evaluation orderSteven Whitehouse2007-05-011-1/+1
| | * | | | | | [GFS2] Fix bz 224480 and cleanup glock demotion codeSteven Whitehouse2007-05-015-179/+93
| | * | | | | | [GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_writeJosef Whiter2007-05-011-0/+4
| | * | | | | | [DLM] Fix uninitialised variable in receivingPatrick Caulfield2007-05-011-0/+1
| | * | | | | | [GFS2] fix bz 231369, gfs2 will oops if you specify an invalid mount optionJosef Whiter2007-05-011-1/+1
| | * | | | | | [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson2007-05-015-63/+262
| * | | | | | | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-05-0720-196/+349
| |\ \ \ \ \ \ \