s3:smbd: let delay_for_oplock_fn() only call leases_db_get() once
[samba-bkup.git] / source3 / locking / share_mode_lock.c
2022-08-19 Stefan Metzmachers3:locking: move get_existing_share_mode_lock() to...
2022-08-19 Stefan Metzmachers3:locking: pass lease_key explicitly to set_share_mode()
2022-08-19 Stefan Metzmachers3:g_lock: add some const to the shared array passed...
2021-08-06 Volker Lendeckesmbd: Simplify mark_share_mode_disconnected()
2021-08-06 Volker Lendeckesmbd: Fix fetch_share_mode_send() error return
2021-06-04 Volker Lendeckesmbd: Simplify share_mode_entry_do()
2021-03-05 Volker Lendeckelocking: Fix an uninitialized variable read
2021-01-21 Stefan Metzmachershare_mode_lock: DEBUG/ASSERT recursion deadlock detection
2021-01-08 Volker Lendeckelib: give global_contexts.c its own header file
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_private_options()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_gen_id()
2020-12-04 Volker Lendeckesmbd: Remove "have_share_modes" from "struct share_mode...
2020-12-04 Volker Lendeckesmbd: Simplify share_mode_entry_do()
2020-12-04 Volker Lendeckesmbd: Remove a comment that was not helpful for me
2020-12-04 Volker Lendeckesmbd: Simplify share_mode_lock_destructor()
2020-12-04 Volker Lendeckesmbd: Remove unused share_mode_have_entries()
2020-12-04 Volker Lendeckesmbd: Simplify share_mode_memcache_fetch()
2020-11-10 Volker Lendeckelocking: hide share_mode_lock definition
2020-11-10 Volker Lendeckelocking: move share_mode_flags_[gs]et to share_mode_lock.c
2020-11-10 Volker Lendeckelocking: Add share_mode_data_dump() accessor function
2020-11-10 Volker Lendeckelocking: Add share_mode_servicepath() accessor function
2020-11-10 Volker Lendeckelocking: Add share_mode_filename() accessor function
2020-11-10 Volker Lendeckelocking: Add share_mode_changed_write_time() accessor...
2020-11-10 Volker Lendeckesmbd: Move setting d->modified=true to reset_share_mode...
2020-11-10 Volker Lendeckelocking: Make share_mode_watch_send() take "share_mode_...
2020-11-10 Volker Lendeckesmbd: Move share_mode_cleanup_disonnected() to scavenger.c
2020-11-10 Volker Lendeckesmbd: Give locking/share_mode_lock.c its own header...
2020-08-31 Stefan Metzmachers3:share_mode_lock: remove unused reproducer for bug...
2020-08-31 Stefan Metzmachers3:share_mode_lock: make sure share_mode_cleanup_discon...
2020-08-31 Stefan Metzmachers3:share_mode_lock: add missing 'goto done' in share_mo...
2020-08-31 Stefan Metzmachers3:share_mode_lock: consistently debug share_mode_entry...
2020-08-31 Stefan Metzmachers3:share_mode_lock: let share_mode_forall_entries/share...
2020-08-31 Stefan Metzmachers3:share_mode_lock: reproduce problem with stale discon...
2020-07-08 Stefan Metzmachers3:locking: convert share_mode_lock.c to generate_uniqu...
2020-06-30 Isaac Boukrisshare_mode_lock.c: initialize out param
2020-05-15 Volker Lendeckesmbd: Store share_entries in locking.tdb again
2020-05-15 Volker Lendeckesmbd: Move share mode entry parsing up in the file
2020-05-15 Volker Lendeckesmbd: Base locking.tdb on g_lock.c
2020-05-12 Ralph Boehmes3/locking: prime flags in a fresh sharemode data object
2020-05-05 Volker Lendeckesmbd: Make share_mode_for_one_entry() use just a uint8*
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2020-05-05 Volker Lendeckesmbd: Make parse_share_modes() use a const ptr
2020-05-05 Volker Lendeckesmbd: Make share_mode_memcache_fetch() use a const ptr
2020-05-05 Volker Lendeckesmbd: Convert get_share_mode_blob_header() to use a...
2020-05-05 Volker Lendeckesmbd: Make share_mode_entry_find() take a const pointer
2020-05-05 Volker Lendeckesmbd: Make sure share_mode_entry_do() maintains sorting...
2020-05-05 Volker Lendeckesmbd: Simplify reset_share_mode_entry()
2020-05-05 Volker Lendeckesmbd: Simplify share_mode_entry_get()
2020-03-10 Volker Lendeckesmbd: Fix a comment, "flags" expanded to 2 bytes
2019-12-18 Volker Lendeckesmbd: Convert share_mode_data->num_share_modes into...
2019-12-17 Volker Lendeckesmbd: Don't store "num_share_modes" in locking.tdb
2019-12-17 Volker Lendeckesmbd: Use share_mode_data->num_share_modes as a boolean
2019-12-17 Volker Lendeckesmbd: Introduce share_mode_have_entries()
2019-12-17 Volker Lendeckesmbd: Avoid a reference to share_mode_data->num_share_modes
2019-12-17 Volker Lendeckesmbd: Avoid a reference to share_mode_data->num_share_modes
2019-12-17 Volker Lendeckesmbd: Pass num_share_modes to share_mode_entry_do(...
2019-12-17 Volker Lendeckesmbd: Add share_mode_count_entries()
2019-12-16 Volker Lendeckesmbd: Use explicit share_mode_wakeup_waiters()
2019-12-10 Volker Lendeckesmbd: Fix a leases.tdb record leak
2019-12-09 Volker Lendeckesmbd: Give a better error message for non-existing...
2019-12-08 Volker Lendeckesmbd: Fix a share_entries.tdb record leak
2019-12-08 Volker Lendeckesmbd: Panic if there's a leak in share_entries.tdb
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-12-05 Ralph Boehmes3:locking: simplify code in get_share_mode_lock()
2019-12-02 Volker Lendeckesmbd: Fix a typo
2019-12-02 Volker Lendeckesmbd: Avoid leaking share_entries.tdb records
2019-11-22 Volker Lendeckesmbd: Remove share_mode_data->record
2019-11-22 Volker Lendeckesmbd: Pass the db_record down to share_mode_data_store()
2019-11-22 Volker Lendeckesmbd: Add share_mode_watch_send/recv
2019-11-22 Volker Lendeckelocking: Remove a call to dbwrap_record_get_value()
2019-11-22 Volker Lendeckedbwrap: Pass "value" to dbwrap_do_locked() callback
2019-11-13 Volker Lendeckesmbd: Make share_mode_do_locked() pass TDB_DATA instead...
2019-11-12 Volker Lendeckesmbd: Use file_id_str_buf() in share_mode_cleanup_disco...
2019-11-12 Volker Lendeckesmbd: Use file_id_str_buf() in share_mode_memcache_fetch()
2019-11-12 Volker Lendeckesmbd: Use file_id_str_buf() in share_mode_memcache_store()
2019-10-10 Volker Lendeckesmbd: Fix an uninitalized variable
2019-10-02 Volker Lendeckesmbd: Fix CID 1453984: Null pointer dereferences (REVER...
2019-09-17 Volker Lendeckesmbd: Add share mode flags
2019-09-17 Volker Lendeckesmbd: Make "share_mode_flags" 16-bit wide
2019-09-17 Volker Lendeckesmbd: Introduce share_entries.tdb - ADD COMMENT FIXME !!
2019-09-17 Volker Lendeckesmbd: Remove stale share mode entries while walking...
2019-09-17 Volker Lendeckesmbd: Make remove_stale_share_mode_entries() static...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in share_entry_fo...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_leases() in share_mode_clea...
2019-09-17 Volker Lendeckesmbd: Stop passing "share_mode_lock" via share_mode_for...
2019-09-17 Volker Lendeckesmbd: Avoid "share_mode_lock" dependency cleanup_discon...
2019-09-09 Stefan Metzmachers3:locking: add share_mode_wakeup_waiters() helper...
2019-09-01 Mathieu ParentSpelling fixes s/emtpy/empty/
2019-07-17 Volker Lendeckesmbd: Increase a debug level
2019-07-04 Volker Lendeckesmbd: Add file_has_read_lease()
2019-07-04 Volker Lendeckesmbd: Add flags to the beginning of share_mode_data
2019-07-04 Volker Lendeckesmbd: Add share_mode_do_locked()
2019-07-04 Volker Lendeckesmbd: Introduce static_share_mode_record
2019-07-04 Volker Lendeckesmbd: Simplify share_mode_lock.c
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-04-14 Volker Lendeckesmbd: Remove share_mode_lease and the leases array...
2019-04-14 Volker Lendeckesmbd: Use share_mode_forall_leases in share_mode_cleanu...
2018-10-02 Volker Lendeckesmbd: Fix a warning
2018-09-14 Volker Lendeckesmbd: Simplify parse_share_modes
2018-09-14 Volker Lendeckesmbd: Simplify share_mode_lock.c
next