summaryrefslogtreecommitdiff
path: root/changelog
blob: 8af070ad2641492e8e9e498c414a59edd0914ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inotail 0.3

  * Follow files even if they were moved
  * Fix a problem when tailing more than 4096 bytes/chars at once
  * Only print the filename once when the -v option is specified
  * Various small fixes and cleanups

  -- Tobias Klauser <tklauser@distanz.ch> 2007-04-17 13:44

inotail 0.2

  * Support for the -n/-c +<num> options (tail relative to start of file)
  * Copyright and license cleanup
  * Various fixes

  -- Tobias Klauser <tklauser@distanz.ch.ch> 2006-11-30 17:56
th>David Sterba <dsterba@suse.com>2016-04-27 02:59:38 +0200 commit3b501d18aa4f75fe23af5b0bf592d62fd82cca5b (patch) tree77eb94832c0a3fe106e3f7e99a8328f90cd5416b parent3853368b95f27d9bdaf9e15bc1e11753f11e3c43 (diff)
btrfs: make find_workspace always succeed
With just one preallocated workspace we can guarantee forward progress even if there's no memory available for new workspaces. The cost is more waiting but we also get rid of several error paths. On average, there will be several idle workspaces, so the waiting penalty won't be so bad. In the worst case, all cpus will compete for one workspace until there's some memory. Attempts to allocate a new one are done each time the waiters are woken up. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat