This patch series introduces a generic heapsort function, sort(), in lib/. It also replaces the uses of the recently introduced qsort() code from glibc and then removes that code. A few other open-coded sort routines are updated as well. I plan to clean up some other effervescent sort routines in the near future. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- [PATCH 1/8] lib/sort: Heapsort implementation of sort(... Matt Mackall
- [PATCH 1/8] lib/sort: Heapsort implementation of ... Matt Mackall
- [PATCH 2/8] lib/sort: Replace qsort in XFS Matt Mackall
- [PATCH 3/8] lib/sort: Replace qsort in NF... Matt Mackall
- [PATCH 4/8] lib/sort: Kill qsort() Matt Mackall
- [PATCH 5/8] lib/sort: Replace op... Matt Mackall
- Re: [PATCH 5/8] lib/sort: Re... Paul Jackson
- Re: [PATCH 1/8] lib/sort: Heapsort implementa... Andreas Gruenbacher
- Re: [PATCH 1/8] lib/sort: Heapsort implem... Paulo Marques
- Re: [PATCH 1/8] lib/sort: Heapsort im... Andreas Gruenbacher
- Re: [PATCH 1/8] lib/sort: Heapso... linux-os