summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock_irix.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher1-5/+7
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-03-30s3-smbd: try to fix the irix build.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-10-03s3: Attempt to fix the IRIX buildVolker Lendecke1-1/+1
2010-07-05s3: Remove procid_self() from irix_oplocks_read_fde_handler()Volker Lendecke1-1/+1
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-5/+8
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-0/+18
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-2/+4
2009-02-09s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty1-1/+1
2009-01-27s3:smbd: make kernel oplocks event drivenStefan Metzmacher1-12/+3
2009-01-22s3:smbd: restructure kernel oplocks codeStefan Metzmacher1-43/+75
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-10/+7
2008-07-01Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison1-1/+1
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-2/+0
2007-11-07Try to fix the build on irix.Michael Adam1-2/+2
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-3/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25141: More pstring removal.Jeremy Allison1-3/+14
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-6/+6
2007-10-10r24272: try to fix the build on irix...Stefan Metzmacher1-3/+7
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke1-2/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-22/+22
2007-10-10r20833: ReformattingVolker Lendecke1-23/+41
2007-10-10r20131: get rid of a few no previous prototype warningsHerb Lewis1-0/+1
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-6/+6
2007-10-10r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach1-0/+1
2007-10-10r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach1-1/+1
2007-10-10r13724: Remove unused variable. Bug #3559 fromJeremy Allison1-2/+2
2007-10-10r13500: Fix ordering of FD_* arguments.James Peach1-10/+6
2007-10-10r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison1-1/+26
2007-10-10r10672: Attempt to fix the IRIX build. James, could you test the Oplock code ...Volker Lendecke1-12/+16
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-46/+5
2007-10-10r8231: Patch from James Peach to fix the IRIX build.Volker Lendecke1-4/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-15/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-85/+94
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-5/+1
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison1-1/+1
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-4/+4
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-2/+2
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell1-2/+2