summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-094-31/+31
| | * | | SMACK: remove dead cred_commit hookEric Paris2010-04-081-10/+0
| | * | | selinux: always call sk_security_struct sksecEric Paris2010-04-083-36/+36
| | * | | Merge branch 'master' into nextJames Morris2010-03-304041-107863/+229895
| | |\ \ \
| | * | | | TPM: workaround to enforce PCR updates across suspendsRajiv Andrade2010-03-252-7/+50
| | * | | | selinux: fix warning in genheadersJames Morris2010-03-151-1/+1
| | * | | | SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-03-151-1/+1
| | * | | | security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2010-03-102-4/+4
| | * | | | Security: key: keyring: fix some code style issuesChihau Chau2010-03-091-4/+3
| | * | | | Merge branch 'next-queue' into nextJames Morris2010-03-099-18/+9
| | |\ \ \ \
| | | * | | | selinux: const strings in tablesStephen Hemminger2010-03-073-3/+3
| | | * | | | Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com2010-03-041-4/+2
| | | * | | | Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com2010-03-031-1/+0
| | | * | | | Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com2010-03-021-1/+0
| | | * | | | Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com2010-03-021-1/+0
| | | * | | | TOMOYO: Remove unused variables.Tetsuo Handa2010-03-021-7/+3
| | | * | | | Security: Add __init to register_security to disable load a security module o...wzt.wzt@gmail.com2010-03-021-1/+1
* | | | | | | Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-05-2018-343/+510
|\ \ \ \ \ \ \
| * | | | | | | Revert "nfsd4: distinguish expired from stale stateids"J. Bruce Fields2010-05-191-45/+11
| * | | | | | | nfsd: safer initialization order in find_file()Pavel Emelyanov2010-05-181-3/+3
| * | | | | | | nfs4: minor callback code simplification, commentJ. Bruce Fields2010-05-181-2/+8
| * | | | | | | NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-05-151-1/+1
| * | | | | | | nfsd4: implement reclaim_completeJ. Bruce Fields2010-05-135-5/+53
| * | | | | | | nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy2010-05-132-0/+3
| * | | | | | | nfsd4: keep a reference count on client while in useBenny Halevy2010-05-133-4/+27
| * | | | | | | nfsd4: mark_client_expiredBenny Halevy2010-05-132-1/+23
| * | | | | | | nfsd4: introduce nfs4_client.cl_refcountBenny Halevy2010-05-132-1/+5
| * | | | | | | nfsd4: refactor expire_clientBenny Halevy2010-05-121-11/+18
| * | | | | | | nfsd4: extend the client_lock to cover cl_lruBenny Halevy2010-05-121-15/+26
| * | | | | | | nfsd4: use list_move in move_to_confirmedBenny Halevy2010-05-121-2/+1
| * | | | | | | nfsd4: fold release_session into expire_clientBenny Halevy2010-05-121-10/+4
| * | | | | | | nfsd4: rename sessionid_lock to client_lockBenny Halevy2010-05-121-12/+14
| * | | | | | | nfsd4: fix bare destroy_session null dereferenceJ. Bruce Fields2010-05-081-2/+8
| * | | | | | | Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-046701-66329/+157656
| |\ \ \ \ \ \ \
| * | | | | | | | nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy2010-05-041-2/+2
| * | | | | | | | nfsd: further comment typosJ. Bruce Fields2010-05-031-2/+2
| * | | | | | | | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-033-18/+4
| * | | | | | | | nfsd4: fix unlikely race in session replay caseJ. Bruce Fields2010-05-033-8/+10
| * | | | | | | | nfsd4: fix filehandle commentJ. Bruce Fields2010-04-221-2/+2
| * | | | | | | | nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter2010-04-221-2/+2
| * | | | | | | | nfsd4: complete enforcement of 4.1 op orderingJ. Bruce Fields2010-04-222-14/+43
| * | | | | | | | nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields2010-04-223-14/+24
| * | | | | | | | nfsd4: rearrange cb data structuresJ. Bruce Fields2010-04-223-28/+28
| * | | | | | | | nfsd4: cl_count is unusedJ. Bruce Fields2010-04-223-17/+2
| * | | | | | | | nfsd4: don't sleep in lease-break callbackJ. Bruce Fields2010-04-223-20/+73
| * | | | | | | | nfsd4: indentation cleanupJ. Bruce Fields2010-04-191-3/+2
| * | | | | | | | nfsd4: consistent session flag settingJ. Bruce Fields2010-04-171-6/+6
| * | | | | | | | nfsd4: remove probe task's reference on clientJ. Bruce Fields2010-04-021-8/+1
| * | | | | | | | nfsd4: remove dprintkJ. Bruce Fields2010-04-021-3/+0
| * | | | | | | | nfsd4: shutdown callbacks on expiryJ. Bruce Fields2010-04-021-3/+3