bug#29939: HELP:enter a "ls"command, then the os connection will closed

2018-01-01 Thread lil...@chinaunicom.cn
Hi: When I enter a "ls " command at the directory "/root",the OS connection will closed. The release of OS is : SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 1 There is no much files at the directory,I used the "du -sh *" command to look all the files:

bug#29921: O(n^2) performance of rm -r

2018-01-01 Thread Niklas Hambüchen
On 01/01/2018 17.40, Pádraig Brady wrote: > The user and sys components of the above are largely linear, > so the increasing delay is waiting on the device. My understanding of commit 24412edeaf556a was that "waiting for the device" is what's claimed to be nonlinear with the patch -- it

bug#29921: O(n^2) performance of rm -r

2018-01-01 Thread Pádraig Brady
tag 29921 notabug close 29921 stop On 31/12/17 21:07, Niklas Hambüchen wrote: > Hello, > > in commit > > rm -r: avoid O(n^2) performance for a directory with very many entries > http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=24412edeaf556a > > it says that `rm -r` > > "now